Skip to content

Commit

Permalink
Version Packages (next) (#1691)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and Andarist committed Jan 5, 2020
1 parent b8476e0 commit 31e610f
Show file tree
Hide file tree
Showing 43 changed files with 280 additions and 51 deletions.
25 changes: 24 additions & 1 deletion .changeset/pre.json
Expand Up @@ -37,45 +37,68 @@
"old-babel-tester": "0.4.5",
"ssr-benchmarks": "0.8.13",
"test-utils": "0.3.2",
"emotion-site": "9.3.0"
"emotion-site": "9.3.0",
"@emotion/babel-plugin": "11.0.0-next.6",
"@emotion/eslint-plugin": "10.0.14",
"@emotion/jest": "11.0.0-next.7",
"@emotion/react": "11.0.0-next.7",
"@emotion/server": "11.0.0-next.0"
},
"changesets": [
"long-apes-admire",
"polite-tips-attend",
"brave-rice-yawn",
"clever-emus-watch",
"cool-candles-lie",
"curvy-timers-decide",
"dull-carrots-enjoy",
"eleven-apes-cheer",
"five-paws-try",
"five-spoons-roll",
"flat-adults-add",
"four-cars-tell",
"giant-oranges-impress",
"gorgeous-steaks-report",
"grumpy-news-wonder",
"healthy-peaches-speak",
"large-snakes-ring",
"lazy-elephants-stare",
"light-mice-relate",
"lovely-owls-remember",
"lucky-swans-kneel",
"mean-deers-confess",
"modern-grapes-obey",
"modern-socks-remember",
"moody-stingrays-sort",
"neat-ligers-film",
"nervous-clouds-brush",
"nine-mugs-care",
"odd-flowers-breathe",
"odd-geese-matter",
"odd-insects-cough",
"polite-impalas-doubt",
"purple-teachers-clean",
"rare-books-own",
"rare-toes-grow",
"rich-hotels-sing",
"rotten-adults-guess",
"shaggy-cheetahs-vanish",
"silver-bulldogs-beg",
"smooth-carpets-matter",
"soft-moose-attend",
"sour-poets-move",
"spotty-llamas-mate",
"strange-pumas-suffer",
"stupid-radios-draw",
"tall-weeks-compete",
"tender-steaks-melt",
"tricky-bears-hope",
"tricky-cameras-notice",
"two-baboons-mate",
"two-kiwis-give",
"violet-spiders-itch",
"weak-islands-confess",
"wicked-dolphins-cough",
"wicked-mails-obey"
]
}
14 changes: 14 additions & 0 deletions packages/babel-plugin/CHANGELOG.md
@@ -1,5 +1,19 @@
# @emotion/babel-plugin

## 11.0.0-next.10

### Major Changes

- [`b8476e08`](https://github.com/emotion-js/emotion/commit/b8476e08af4a2e8de94a112cb0daf6e8e4d56fe1) [#1600](https://github.com/emotion-js/emotion/pull/1600) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Rename `babel-plugin-emotion` to `@emotion/babel-plugin`. Please replace `"plugins": ["emotion"]` with `"plugins": ["@emotion"]` in your Babel config.

* [`c7850e61`](https://github.com/emotion-js/emotion/commit/c7850e61211d6aa26a3388399889a6072ee2f1fe) [#1600](https://github.com/emotion-js/emotion/pull/1600) Thanks [@Andarist](https://github.com/Andarist)! - `autoLabel` option no longer is a simple boolean. Instead we accept now 3 values: `dev-only` (the default), `always` and `never`.

Each possible value for this option produces different output code:

- with `dev-only` we optimize the production code, so there are no labels added there, but at the same time we keep labels for development environments,
- with `always` we always add labels when possible,
- with `never` we disable this entirely and no labels are added.

## 11.0.0-next.6

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/babel-plugin",
"version": "11.0.0-next.6",
"version": "11.0.0-next.10",
"description": "A recommended babel preprocessing plugin for emotion, The Next Generation of CSS-in-JS.",
"main": "dist/babel-plugin.cjs.js",
"module": "dist/babel-plugin.esm.js",
Expand Down
17 changes: 17 additions & 0 deletions packages/babel-preset-css-prop/CHANGELOG.md
@@ -1,5 +1,22 @@
# @emotion/babel-preset-css-prop

## 11.0.0-next.10

### Major Changes

- [`c7850e61`](https://github.com/emotion-js/emotion/commit/c7850e61211d6aa26a3388399889a6072ee2f1fe) [#1600](https://github.com/emotion-js/emotion/pull/1600) Thanks [@Andarist](https://github.com/Andarist)! - `autoLabel` option no longer is a simple boolean. Instead we accept now 3 values: `dev-only` (the default), `always` and `never`.

Each possible value for this option produces different output code:

- with `dev-only` we optimize the production code, so there are no labels added there, but at the same time we keep labels for development environments,
- with `always` we always add labels when possible,
- with `never` we disable this entirely and no labels are added.

### Patch Changes

- Updated dependencies [[`b8476e08`](https://github.com/emotion-js/emotion/commit/b8476e08af4a2e8de94a112cb0daf6e8e4d56fe1), [`c7850e61`](https://github.com/emotion-js/emotion/commit/c7850e61211d6aa26a3388399889a6072ee2f1fe)]:
- @emotion/babel-plugin@11.0.0-next.10

## 11.0.0-next.8

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-preset-css-prop/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/babel-preset-css-prop",
"version": "11.0.0-next.8",
"version": "11.0.0-next.10",
"description": "A babel preset to automatically enable emotion's css prop",
"main": "dist/babel-preset-css-prop.cjs.js",
"module": "dist/babel-preset-css-prop.esm.js",
Expand All @@ -12,7 +12,7 @@
"dependencies": {
"@babel/plugin-transform-react-jsx": "^7.7.0",
"@babel/runtime": "^7.7.2",
"@emotion/babel-plugin": "^11.0.0-next.6",
"@emotion/babel-plugin": "^11.0.0-next.10",
"@emotion/babel-plugin-jsx-pragmatic": "^0.1.4"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/cache/CHANGELOG.md
@@ -1,5 +1,13 @@
# @emotion/cache

## 11.0.0-next.10

### Patch Changes

- [`dfe79aca`](https://github.com/emotion-js/emotion/commit/dfe79aca696fc688f960218b16afee197926fe71) [#1572](https://github.com/emotion-js/emotion/pull/1572) Thanks [@Andarist](https://github.com/Andarist)! - Use sheet's `rehydrate` method for SSRed styles which inserts rehydrated styles at correct position when used in combination with `prepend` option.
- Updated dependencies [[`1e4a741d`](https://github.com/emotion-js/emotion/commit/1e4a741de6424d3d9c1f3ca9695e1953bed3a194), [`dfe79aca`](https://github.com/emotion-js/emotion/commit/dfe79aca696fc688f960218b16afee197926fe71)]:
- @emotion/sheet@0.10.0-next.1

## 11.0.0-next.6

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cache/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/cache",
"version": "11.0.0-next.6",
"version": "11.0.0-next.10",
"description": "emotion's cache",
"main": "dist/cache.cjs.js",
"module": "dist/cache.esm.js",
Expand All @@ -15,7 +15,7 @@
"test:typescript": "dtslint types"
},
"dependencies": {
"@emotion/sheet": "0.10.0-next.0",
"@emotion/sheet": "0.10.0-next.1",
"@emotion/stylis": "0.8.4",
"@emotion/utils": "0.11.2",
"@emotion/weak-memoize": "0.2.4"
Expand Down
15 changes: 15 additions & 0 deletions packages/css/CHANGELOG.md
@@ -1,5 +1,20 @@
# emotion

## 11.0.0-next.10

### Major Changes

- [`b8476e08`](https://github.com/emotion-js/emotion/commit/b8476e08af4a2e8de94a112cb0daf6e8e4d56fe1) [#1600](https://github.com/emotion-js/emotion/pull/1600) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Move create `create-emotion` to `@emotion/css/create-instance`. Please change any imports of `create-emotion` to import `@emotion/css/create-instance` or use the `@emotion/pkg-renaming` ESLint rule from `@emotion/eslint-plugin`.

* [`b8476e08`](https://github.com/emotion-js/emotion/commit/b8476e08af4a2e8de94a112cb0daf6e8e4d56fe1) [#1600](https://github.com/emotion-js/emotion/pull/1600) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Rename `emotion` to `@emotion/css`. Please change any imports of `emotion` to import `@emotion/css` or use the `@emotion/pkg-renaming` ESLint rule from `@emotion/eslint-plugin`.

### Patch Changes

- Updated dependencies [[`b8476e08`](https://github.com/emotion-js/emotion/commit/b8476e08af4a2e8de94a112cb0daf6e8e4d56fe1), [`1e4a741d`](https://github.com/emotion-js/emotion/commit/1e4a741de6424d3d9c1f3ca9695e1953bed3a194), [`dfe79aca`](https://github.com/emotion-js/emotion/commit/dfe79aca696fc688f960218b16afee197926fe71), [`c7850e61`](https://github.com/emotion-js/emotion/commit/c7850e61211d6aa26a3388399889a6072ee2f1fe), [`dfe79aca`](https://github.com/emotion-js/emotion/commit/dfe79aca696fc688f960218b16afee197926fe71)]:
- @emotion/babel-plugin@11.0.0-next.10
- @emotion/sheet@0.10.0-next.1
- @emotion/cache@11.0.0-next.10

## 11.0.0-next.0

### Major Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/css/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/css",
"version": "11.0.0-next.6",
"version": "11.0.0-next.10",
"description": "The Next Generation of CSS-in-JS.",
"main": "dist/css.cjs.js",
"module": "dist/css.esm.js",
Expand All @@ -18,10 +18,10 @@
"test:typescript": "dtslint types"
},
"dependencies": {
"@emotion/babel-plugin": "^11.0.0-next.0",
"@emotion/cache": "^11.0.0-next.6",
"@emotion/babel-plugin": "^11.0.0-next.10",
"@emotion/cache": "^11.0.0-next.10",
"@emotion/serialize": "^0.12.0-next.3",
"@emotion/sheet": "0.10.0-next.0",
"@emotion/sheet": "0.10.0-next.1",
"@emotion/utils": "0.11.2"
},
"peerDependencies": {
Expand Down
10 changes: 10 additions & 0 deletions packages/eslint-plugin/CHANGELOG.md
@@ -1,5 +1,15 @@
# @emotion/eslint-plugin

## 11.0.0-next.10

### Major Changes

- [`b8476e08`](https://github.com/emotion-js/emotion/commit/b8476e08af4a2e8de94a112cb0daf6e8e4d56fe1) [#1600](https://github.com/emotion-js/emotion/pull/1600) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Rename `eslint-plugin-emotion` to `@emotion/eslint-plugin`. Please replace `"plugins": ["emotion"]` with `"plugins": ["@emotion"]` and `emotion/` with `@emotion/` in your rules config in your ESLint config.

### Minor Changes

- [`b8476e08`](https://github.com/emotion-js/emotion/commit/b8476e08af4a2e8de94a112cb0daf6e8e4d56fe1) [#1600](https://github.com/emotion-js/emotion/pull/1600) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Add @emotion/pkg-renaming rule for Emotion 11 migration

## 10.0.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/eslint-plugin",
"version": "10.0.14",
"version": "11.0.0-next.10",
"description": "ESLint rules for emotion",
"scripts": {
"test:typescript": "exit 0"
Expand Down
16 changes: 16 additions & 0 deletions packages/jest/CHANGELOG.md
@@ -1,5 +1,21 @@
# @emotion/jest

## 11.0.0-next.10

### Major Changes

- [`b8476e08`](https://github.com/emotion-js/emotion/commit/b8476e08af4a2e8de94a112cb0daf6e8e4d56fe1) [#1600](https://github.com/emotion-js/emotion/pull/1600) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Rename `jest-emotion` to `@emotion/jest`. Please replace `"snapshotSerializers": ["jest-emotion"]` with `"snapshotSerializers": ["@emotion/jest"]` if you're using the snapshot serializer. Also replace any imports of `jest-emotion` with `@emotion/jest` or use the `@emotion/pkg-renaming` ESLint rule from `@emotion/eslint-plugin`.

### Minor Changes

- [`b8476e08`](https://github.com/emotion-js/emotion/commit/b8476e08af4a2e8de94a112cb0daf6e8e4d56fe1) [#1600](https://github.com/emotion-js/emotion/pull/1600) Thanks [@mitchellhamilton](https://github.com/mitchellhamilton)! - Improve support for Enzyme's shallow rendering with the addition of the @emotion/jest/enzyme snapshot serializer

### Patch Changes

- Updated dependencies [[`b8476e08`](https://github.com/emotion-js/emotion/commit/b8476e08af4a2e8de94a112cb0daf6e8e4d56fe1), [`b8476e08`](https://github.com/emotion-js/emotion/commit/b8476e08af4a2e8de94a112cb0daf6e8e4d56fe1), [`affed3dd`](https://github.com/emotion-js/emotion/commit/affed3ddf03671835356632f26a064f59811852f), [`b8476e08`](https://github.com/emotion-js/emotion/commit/b8476e08af4a2e8de94a112cb0daf6e8e4d56fe1), [`d62d9101`](https://github.com/emotion-js/emotion/commit/d62d9101bc75e6bc9644ae588d2a6e4bf4d69285)]:
- @emotion/react@11.0.0-next.10
- @emotion/css@11.0.0-next.10

## 11.0.0-next.7

### Patch Changes
Expand Down
16 changes: 8 additions & 8 deletions packages/jest/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/jest",
"version": "11.0.0-next.7",
"version": "11.0.0-next.10",
"description": "Jest utilities for emotion",
"main": "dist/jest.cjs.js",
"module": "dist/jest.esm.js",
Expand All @@ -25,14 +25,14 @@
"peerDependencies": {
"enzyme-to-json": "^3.2.1"
},
"peerDependenciesMeta": {
"enzyme-to-json": {
"optional": true
}
},
"peerDependenciesMeta": {
"enzyme-to-json": {
"optional": true
}
},
"devDependencies": {
"@emotion/css": "^11.0.0-next.0",
"@emotion/react": "^11.0.0-next.7",
"@emotion/css": "^11.0.0-next.10",
"@emotion/react": "^11.0.0-next.10",
"dtslint": "^0.3.0",
"enzyme-to-json": "^3.2.1",
"preact": "^8.2.9",
Expand Down
11 changes: 11 additions & 0 deletions packages/native/CHANGELOG.md
@@ -1,5 +1,16 @@
# @emotion/native

## 11.0.0-next.10

### Minor Changes

- [`456be9a6`](https://github.com/emotion-js/emotion/commit/456be9a602d7d0bac291617f69f59f5ed30d1b84) [#1572](https://github.com/emotion-js/emotion/pull/1572) Thanks [@patsissons](https://github.com/patsissons)! - Added TypeScript type definitions.

### Patch Changes

- Updated dependencies []:
- @emotion/primitives-core@11.0.0-next.10

## 11.0.0-next.9

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/native/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/native",
"version": "11.0.0-next.9",
"version": "11.0.0-next.10",
"description": "Style and render React Native components using emotion",
"main": "dist/native.cjs.js",
"module": "dist/native.esm.js",
Expand All @@ -21,7 +21,7 @@
"react-native": "^0.57.0"
},
"dependencies": {
"@emotion/primitives-core": "11.0.0-next.9"
"@emotion/primitives-core": "11.0.0-next.10"
},
"peerDependencies": {
"@babel/core": "^7.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/primitives-core/CHANGELOG.md
@@ -1,5 +1,12 @@
# @emotion/primitives-core

## 11.0.0-next.10

### Patch Changes

- Updated dependencies [[`b8476e08`](https://github.com/emotion-js/emotion/commit/b8476e08af4a2e8de94a112cb0daf6e8e4d56fe1), [`affed3dd`](https://github.com/emotion-js/emotion/commit/affed3ddf03671835356632f26a064f59811852f), [`d62d9101`](https://github.com/emotion-js/emotion/commit/d62d9101bc75e6bc9644ae588d2a6e4bf4d69285)]:
- @emotion/react@11.0.0-next.10

## 11.0.0-next.9

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/primitives-core/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/primitives-core",
"version": "11.0.0-next.9",
"version": "11.0.0-next.10",
"description": "Shared utilities for emotion primitives and native",
"main": "dist/primitives-core.cjs.js",
"module": "dist/primitives-core.esm.js",
Expand All @@ -16,11 +16,11 @@
"css-to-react-native": "^2.2.1"
},
"peerDependencies": {
"@emotion/react": "^11.0.0-next.7",
"@emotion/react": "^11.0.0-next.10",
"react": ">=16.8.0"
},
"devDependencies": {
"@emotion/react": "^11.0.0-next.7",
"@emotion/react": "^11.0.0-next.10",
"react": "^16.11.0"
},
"homepage": "https://emotion.sh",
Expand Down
8 changes: 8 additions & 0 deletions packages/primitives/CHANGELOG.md
@@ -1,5 +1,13 @@
# @emotion/primitives

## 11.0.0-next.10

### Patch Changes

- Updated dependencies [[`b8476e08`](https://github.com/emotion-js/emotion/commit/b8476e08af4a2e8de94a112cb0daf6e8e4d56fe1), [`c7850e61`](https://github.com/emotion-js/emotion/commit/c7850e61211d6aa26a3388399889a6072ee2f1fe)]:
- @emotion/babel-plugin@11.0.0-next.10
- @emotion/primitives-core@11.0.0-next.10

## 11.0.0-next.9

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/primitives/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/primitives",
"version": "11.0.0-next.9",
"version": "11.0.0-next.10",
"main": "dist/primitives.cjs.js",
"module": "dist/primitives.esm.js",
"scripts": {
Expand All @@ -12,9 +12,9 @@
"macro.js"
],
"dependencies": {
"@emotion/babel-plugin": "^11.0.0-next.6",
"@emotion/babel-plugin": "^11.0.0-next.10",
"@emotion/is-prop-valid": "0.9.0-next.1",
"@emotion/primitives-core": "11.0.0-next.9"
"@emotion/primitives-core": "11.0.0-next.10"
},
"peerDependencies": {
"@babel/core": "^7.0.0",
Expand Down

0 comments on commit 31e610f

Please sign in to comment.