From f8385581eb9006016fd145d4472a266d6b1e8406 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 17 Mar 2020 08:27:53 +0000 Subject: [PATCH] ci(changeset): generate PR with changelog & (next) version updates --- .changeset/pre.json | 16 +++++++++++++-- packages/babel-plugin/CHANGELOG.md | 13 +++++++++++++ packages/babel-plugin/package.json | 4 ++-- packages/cache/CHANGELOG.md | 10 ++++++++++ packages/cache/package.json | 2 +- packages/css/CHANGELOG.md | 28 +++++++++++++++++++++++++++ packages/css/package.json | 8 ++++---- packages/jest/CHANGELOG.md | 8 ++++++++ packages/jest/package.json | 6 +++--- packages/native/CHANGELOG.md | 9 +++++++++ packages/native/package.json | 4 ++-- packages/primitives-core/CHANGELOG.md | 7 +++++++ packages/primitives-core/package.json | 6 +++--- packages/primitives/CHANGELOG.md | 8 ++++++++ packages/primitives/package.json | 6 +++--- packages/react/CHANGELOG.md | 21 ++++++++++++++++++++ packages/react/package.json | 12 ++++++------ packages/serialize/CHANGELOG.md | 6 ++++++ packages/serialize/package.json | 2 +- packages/server/CHANGELOG.md | 12 ++++++++++++ packages/server/package.json | 8 ++++---- packages/styled/CHANGELOG.md | 13 +++++++++++++ packages/styled/package.json | 10 +++++----- 23 files changed, 183 insertions(+), 36 deletions(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 445f29453..36c716790 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -45,15 +45,16 @@ "@emotion/server": "11.0.0-next.0" }, "changesets": [ - "long-apes-admire", - "polite-tips-attend", + "angry-cheetahs-march", "angry-rats-type", "brave-rice-yawn", "clever-emus-watch", "cool-candles-lie", "curvy-timers-decide", + "dry-frogs-perform", "dull-carrots-enjoy", "eleven-apes-cheer", + "few-donkeys-check", "five-paws-try", "five-spoons-roll", "flat-adults-add", @@ -65,12 +66,15 @@ "large-snakes-ring", "lazy-elephants-stare", "light-mice-relate", + "long-apes-admire", "lovely-owls-remember", "lucky-swans-kneel", "mean-deers-confess", + "mean-drinks-watch", "modern-grapes-obey", "modern-socks-remember", "moody-stingrays-sort", + "neat-geese-knock", "neat-ligers-film", "nervous-clouds-brush", "new-melons-draw", @@ -78,20 +82,28 @@ "odd-flowers-breathe", "odd-geese-matter", "odd-insects-cough", + "plenty-horses-sparkle", "polite-impalas-doubt", + "polite-shirts-smell", + "polite-tips-attend", "purple-teachers-clean", "rare-books-own", "rare-toes-grow", "rich-hotels-sing", "rotten-adults-guess", "shaggy-cheetahs-vanish", + "sharp-frogs-applaud", + "shiny-knives-tell", + "shiny-snails-obey", "silver-bulldogs-beg", "smooth-carpets-matter", "soft-moose-attend", "sour-poets-move", + "sour-suns-repeat", "spotty-llamas-mate", "strange-pumas-suffer", "stupid-radios-draw", + "sweet-hotels-return", "tall-weeks-compete", "tasty-goats-crash", "tender-steaks-melt", diff --git a/packages/babel-plugin/CHANGELOG.md b/packages/babel-plugin/CHANGELOG.md index c3ccdaa17..64c89cdf4 100644 --- a/packages/babel-plugin/CHANGELOG.md +++ b/packages/babel-plugin/CHANGELOG.md @@ -1,5 +1,18 @@ # @emotion/babel-plugin +## 11.0.0-next.12 + +### Minor Changes + +- [`5c7ec859`](https://github.com/emotion-js/emotion/commit/5c7ec85904633a11185066fa591dc8969f3f2ff2) [#1805](https://github.com/emotion-js/emotion/pull/1805) Thanks [@Andarist](https://github.com/Andarist)! - Requirements for a label extraction have been relaxed. In certain situations it was previously required for a containing function to have a PascalCased name. + +### Patch Changes + +- [`e3d7db87`](https://github.com/emotion-js/emotion/commit/e3d7db87deaac95817404760112417ac1fa1b56d) [#1732](https://github.com/emotion-js/emotion/pull/1732) Thanks [@Andarist](https://github.com/Andarist)! - Fixed a regression from [a PR which has optimized Babel output](https://github.com/emotion-js/emotion/pull/1656) which has caused inserted label not being extracted correctly and also broke styles composition in certain situations. + +- Updated dependencies [[`e3d7db87`](https://github.com/emotion-js/emotion/commit/e3d7db87deaac95817404760112417ac1fa1b56d)]: + - @emotion/serialize@1.0.0-next.1 + ## 11.0.0-next.11 ### Patch Changes diff --git a/packages/babel-plugin/package.json b/packages/babel-plugin/package.json index 1ab86bdec..f510d8443 100644 --- a/packages/babel-plugin/package.json +++ b/packages/babel-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@emotion/babel-plugin", - "version": "11.0.0-next.11", + "version": "11.0.0-next.12", "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", @@ -18,7 +18,7 @@ "@babel/runtime": "^7.7.2", "@emotion/hash": "0.8.0", "@emotion/memoize": "0.7.4", - "@emotion/serialize": "^1.0.0-next.0", + "@emotion/serialize": "^1.0.0-next.1", "babel-plugin-macros": "^2.6.1", "convert-source-map": "^1.5.0", "escape-string-regexp": "^1.0.5", diff --git a/packages/cache/CHANGELOG.md b/packages/cache/CHANGELOG.md index 8fec7a9dd..68c959ffe 100644 --- a/packages/cache/CHANGELOG.md +++ b/packages/cache/CHANGELOG.md @@ -1,5 +1,15 @@ # @emotion/cache +## 11.0.0-next.12 + +### Major Changes + +- [`105de5c8`](https://github.com/emotion-js/emotion/commit/105de5c8752be0983c000e1e26462dc8fcf0708d) [#1572](https://github.com/emotion-js/emotion/pull/1572) Thanks [@Andarist](https://github.com/Andarist)! - From now on `key` option is required. Please make sure it's unique (and not equal to 'css') as it's used for linking styles to your cache. If multiple caches share the same key they might "fight" for each other's style elements. + +### Patch Changes + +- [`105de5c8`](https://github.com/emotion-js/emotion/commit/105de5c8752be0983c000e1e26462dc8fcf0708d) [#1572](https://github.com/emotion-js/emotion/pull/1572) Thanks [@Andarist](https://github.com/Andarist)! - Fixed issue with SSRed styles causing a React rehydration mismatch between server & client when cache was created in render. + ## 11.0.0-next.10 ### Patch Changes diff --git a/packages/cache/package.json b/packages/cache/package.json index 15d535c5a..7edf6a465 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,6 +1,6 @@ { "name": "@emotion/cache", - "version": "11.0.0-next.10", + "version": "11.0.0-next.12", "description": "emotion's cache", "main": "dist/cache.cjs.js", "module": "dist/cache.esm.js", diff --git a/packages/css/CHANGELOG.md b/packages/css/CHANGELOG.md index b93cf1867..d18aad367 100644 --- a/packages/css/CHANGELOG.md +++ b/packages/css/CHANGELOG.md @@ -1,5 +1,33 @@ # emotion +## 11.0.0-next.12 + +### Major Changes + +- [`5bea60b1`](https://github.com/emotion-js/emotion/commit/5bea60b1ffab85fbc965532006c3a94ea139f0bf) [#1807](https://github.com/emotion-js/emotion/pull/1807) Thanks [@Andarist](https://github.com/Andarist)! - Removed support for interpolating class names returned from `css`, so this will no longer be possible: + + ```js + const cls1 = css` + color: blue; + ` + const cls2 = css` + & .${cls1} { + color: red; + } + ` + ``` + + This has already been deprecated for the lifetime of v10. + +* [`105de5c8`](https://github.com/emotion-js/emotion/commit/105de5c8752be0983c000e1e26462dc8fcf0708d) [#1572](https://github.com/emotion-js/emotion/pull/1572) Thanks [@Andarist](https://github.com/Andarist)! - From now on `key` option is required when creating a custom instance. Please make sure it's unique (and not equal to 'css') as it's used for linking styles to your cache. If multiple caches share the same key they might "fight" for each other's style elements. + +### Patch Changes + +- Updated dependencies [[`e3d7db87`](https://github.com/emotion-js/emotion/commit/e3d7db87deaac95817404760112417ac1fa1b56d), [`5c7ec859`](https://github.com/emotion-js/emotion/commit/5c7ec85904633a11185066fa591dc8969f3f2ff2), [`105de5c8`](https://github.com/emotion-js/emotion/commit/105de5c8752be0983c000e1e26462dc8fcf0708d), [`e3d7db87`](https://github.com/emotion-js/emotion/commit/e3d7db87deaac95817404760112417ac1fa1b56d), [`105de5c8`](https://github.com/emotion-js/emotion/commit/105de5c8752be0983c000e1e26462dc8fcf0708d)]: + - @emotion/serialize@1.0.0-next.1 + - @emotion/babel-plugin@11.0.0-next.12 + - @emotion/cache@11.0.0-next.12 + ## 11.0.0-next.11 ### Patch Changes diff --git a/packages/css/package.json b/packages/css/package.json index 88d3f3c02..c79565c6e 100644 --- a/packages/css/package.json +++ b/packages/css/package.json @@ -1,6 +1,6 @@ { "name": "@emotion/css", - "version": "11.0.0-next.11", + "version": "11.0.0-next.12", "description": "The Next Generation of CSS-in-JS.", "main": "dist/css.cjs.js", "module": "dist/css.esm.js", @@ -18,9 +18,9 @@ "test:typescript": "dtslint types" }, "dependencies": { - "@emotion/babel-plugin": "^11.0.0-next.11", - "@emotion/cache": "^11.0.0-next.10", - "@emotion/serialize": "^1.0.0-next.0", + "@emotion/babel-plugin": "^11.0.0-next.12", + "@emotion/cache": "^11.0.0-next.12", + "@emotion/serialize": "^1.0.0-next.1", "@emotion/sheet": "0.10.0-next.1", "@emotion/utils": "0.11.3" }, diff --git a/packages/jest/CHANGELOG.md b/packages/jest/CHANGELOG.md index 0d21302f6..e2a6eb246 100644 --- a/packages/jest/CHANGELOG.md +++ b/packages/jest/CHANGELOG.md @@ -1,5 +1,13 @@ # @emotion/jest +## 11.0.0-next.12 + +### Patch Changes + +- Updated dependencies [[`7dea6d7a`](https://github.com/emotion-js/emotion/commit/7dea6d7a9a87f00cf9b695b58a2f65b67e17fabd), [`105de5c8`](https://github.com/emotion-js/emotion/commit/105de5c8752be0983c000e1e26462dc8fcf0708d), [`be2eb614`](https://github.com/emotion-js/emotion/commit/be2eb614d2bc369a382dbc6aa347f66801605f3b), [`5bea60b1`](https://github.com/emotion-js/emotion/commit/5bea60b1ffab85fbc965532006c3a94ea139f0bf), [`75e2f9e1`](https://github.com/emotion-js/emotion/commit/75e2f9e1848bc0161f8db3c663438ada3042ae66), [`105de5c8`](https://github.com/emotion-js/emotion/commit/105de5c8752be0983c000e1e26462dc8fcf0708d)]: + - @emotion/react@11.0.0-next.12 + - @emotion/css@11.0.0-next.12 + ## 11.0.0-next.10 ### Major Changes diff --git a/packages/jest/package.json b/packages/jest/package.json index b928e3e21..5347e4c2d 100644 --- a/packages/jest/package.json +++ b/packages/jest/package.json @@ -1,6 +1,6 @@ { "name": "@emotion/jest", - "version": "11.0.0-next.10", + "version": "11.0.0-next.12", "description": "Jest utilities for emotion", "main": "dist/jest.cjs.js", "module": "dist/jest.esm.js", @@ -31,8 +31,8 @@ } }, "devDependencies": { - "@emotion/css": "11.0.0-next.11", - "@emotion/react": "11.0.0-next.11", + "@emotion/css": "11.0.0-next.12", + "@emotion/react": "11.0.0-next.12", "dtslint": "^0.3.0", "enzyme-to-json": "^3.2.1", "preact": "^8.2.9", diff --git a/packages/native/CHANGELOG.md b/packages/native/CHANGELOG.md index e78843699..53e06f0c4 100644 --- a/packages/native/CHANGELOG.md +++ b/packages/native/CHANGELOG.md @@ -1,5 +1,14 @@ # @emotion/native +## 11.0.0-next.12 + +### Patch Changes + +- [`11fc27f8`](https://github.com/emotion-js/emotion/commit/11fc27f8fa00661353cc7650111afaa068399aca) [#1750](https://github.com/emotion-js/emotion/pull/1750) Thanks [@Zn4rK](https://github.com/Zn4rK)! - Match supported components to what is exported from the latest version of React Native (0.61.5). + +- Updated dependencies []: + - @emotion/primitives-core@11.0.0-next.12 + ## 11.0.0-next.11 ### Patch Changes diff --git a/packages/native/package.json b/packages/native/package.json index c25982844..aa65decf2 100644 --- a/packages/native/package.json +++ b/packages/native/package.json @@ -1,6 +1,6 @@ { "name": "@emotion/native", - "version": "11.0.0-next.11", + "version": "11.0.0-next.12", "description": "Style and render React Native components using emotion", "main": "dist/native.cjs.js", "module": "dist/native.esm.js", @@ -22,7 +22,7 @@ "react-native": "^0.61.5" }, "dependencies": { - "@emotion/primitives-core": "11.0.0-next.10" + "@emotion/primitives-core": "11.0.0-next.12" }, "peerDependencies": { "@babel/core": "^7.0.0", diff --git a/packages/primitives-core/CHANGELOG.md b/packages/primitives-core/CHANGELOG.md index a2b5e101b..0453b2fc0 100644 --- a/packages/primitives-core/CHANGELOG.md +++ b/packages/primitives-core/CHANGELOG.md @@ -1,5 +1,12 @@ # @emotion/primitives-core +## 11.0.0-next.12 + +### Patch Changes + +- Updated dependencies [[`7dea6d7a`](https://github.com/emotion-js/emotion/commit/7dea6d7a9a87f00cf9b695b58a2f65b67e17fabd), [`105de5c8`](https://github.com/emotion-js/emotion/commit/105de5c8752be0983c000e1e26462dc8fcf0708d), [`be2eb614`](https://github.com/emotion-js/emotion/commit/be2eb614d2bc369a382dbc6aa347f66801605f3b), [`75e2f9e1`](https://github.com/emotion-js/emotion/commit/75e2f9e1848bc0161f8db3c663438ada3042ae66)]: + - @emotion/react@11.0.0-next.12 + ## 11.0.0-next.10 ### Patch Changes diff --git a/packages/primitives-core/package.json b/packages/primitives-core/package.json index 97a52fec1..77cd5a12c 100644 --- a/packages/primitives-core/package.json +++ b/packages/primitives-core/package.json @@ -1,6 +1,6 @@ { "name": "@emotion/primitives-core", - "version": "11.0.0-next.10", + "version": "11.0.0-next.12", "description": "Shared utilities for emotion primitives and native", "main": "dist/primitives-core.cjs.js", "module": "dist/primitives-core.esm.js", @@ -16,11 +16,11 @@ "css-to-react-native": "^2.2.1" }, "peerDependencies": { - "@emotion/react": "^11.0.0-next.10", + "@emotion/react": "^11.0.0-next.12", "react": ">=16.8.0" }, "devDependencies": { - "@emotion/react": "11.0.0-next.11", + "@emotion/react": "11.0.0-next.12", "react": "^16.11.0" }, "homepage": "https://emotion.sh", diff --git a/packages/primitives/CHANGELOG.md b/packages/primitives/CHANGELOG.md index 6a1584e9a..cf719e793 100644 --- a/packages/primitives/CHANGELOG.md +++ b/packages/primitives/CHANGELOG.md @@ -1,5 +1,13 @@ # @emotion/primitives +## 11.0.0-next.12 + +### Patch Changes + +- Updated dependencies [[`5c7ec859`](https://github.com/emotion-js/emotion/commit/5c7ec85904633a11185066fa591dc8969f3f2ff2), [`e3d7db87`](https://github.com/emotion-js/emotion/commit/e3d7db87deaac95817404760112417ac1fa1b56d)]: + - @emotion/babel-plugin@11.0.0-next.12 + - @emotion/primitives-core@11.0.0-next.12 + ## 11.0.0-next.10 ### Patch Changes diff --git a/packages/primitives/package.json b/packages/primitives/package.json index b91fac3b9..f5f751d95 100644 --- a/packages/primitives/package.json +++ b/packages/primitives/package.json @@ -1,6 +1,6 @@ { "name": "@emotion/primitives", - "version": "11.0.0-next.10", + "version": "11.0.0-next.12", "main": "dist/primitives.cjs.js", "module": "dist/primitives.esm.js", "scripts": { @@ -12,9 +12,9 @@ "macro.js" ], "dependencies": { - "@emotion/babel-plugin": "^11.0.0-next.10", + "@emotion/babel-plugin": "^11.0.0-next.12", "@emotion/is-prop-valid": "0.9.0-next.1", - "@emotion/primitives-core": "11.0.0-next.10" + "@emotion/primitives-core": "11.0.0-next.12" }, "peerDependencies": { "@babel/core": "^7.0.0", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 0dd15b76c..55bc2c5c9 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,26 @@ # @emotion/react +## 11.0.0-next.12 + +### Major Changes + +- [`105de5c8`](https://github.com/emotion-js/emotion/commit/105de5c8752be0983c000e1e26462dc8fcf0708d) [#1572](https://github.com/emotion-js/emotion/pull/1572) Thanks [@Andarist](https://github.com/Andarist)! - `[data-emotion]` attribute on SSRed styled has changed. You should never rely on it though. + +### Patch Changes + +- [`7dea6d7a`](https://github.com/emotion-js/emotion/commit/7dea6d7a9a87f00cf9b695b58a2f65b67e17fabd) [#1734](https://github.com/emotion-js/emotion/pull/1734) Thanks [@Andarist](https://github.com/Andarist)! - Fixed styles inserted by `` component not inheriting `speedy` option from a cache passed to a wrapping ``. + +* [`be2eb614`](https://github.com/emotion-js/emotion/commit/be2eb614d2bc369a382dbc6aa347f66801605f3b) [#1806](https://github.com/emotion-js/emotion/pull/1806) Thanks [@Andarist](https://github.com/Andarist)! - Do not warn about `@emotion/react` being loaded twice in Jest. For some reason Jest sometimes evaluates modules twice when `jest.mock` is being called. + +- [`75e2f9e1`](https://github.com/emotion-js/emotion/commit/75e2f9e1848bc0161f8db3c663438ada3042ae66) [#1810](https://github.com/emotion-js/emotion/pull/1810) Thanks [@Andarist](https://github.com/Andarist)! - Add a dev-only warning about styles created with `css` from `@emotion/react` being passed to `cx` from ``. + +- Updated dependencies [[`e3d7db87`](https://github.com/emotion-js/emotion/commit/e3d7db87deaac95817404760112417ac1fa1b56d), [`105de5c8`](https://github.com/emotion-js/emotion/commit/105de5c8752be0983c000e1e26462dc8fcf0708d), [`105de5c8`](https://github.com/emotion-js/emotion/commit/105de5c8752be0983c000e1e26462dc8fcf0708d), [`5bea60b1`](https://github.com/emotion-js/emotion/commit/5bea60b1ffab85fbc965532006c3a94ea139f0bf), [`105de5c8`](https://github.com/emotion-js/emotion/commit/105de5c8752be0983c000e1e26462dc8fcf0708d), [`105de5c8`](https://github.com/emotion-js/emotion/commit/105de5c8752be0983c000e1e26462dc8fcf0708d)]: + - @emotion/serialize@1.0.0-next.1 + - @emotion/server@11.0.0-next.12 + - @emotion/styled@11.0.0-next.12 + - @emotion/cache@11.0.0-next.12 + - @emotion/css@11.0.0-next.12 + ## 11.0.0-next.11 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index f44202719..42b740e52 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@emotion/react", - "version": "11.0.0-next.11", + "version": "11.0.0-next.12", "main": "dist/react.cjs.js", "module": "dist/react.esm.js", "browser": { @@ -23,8 +23,8 @@ }, "dependencies": { "@babel/runtime": "^7.7.2", - "@emotion/cache": "^11.0.0-next.10", - "@emotion/serialize": "^1.0.0-next.0", + "@emotion/cache": "^11.0.0-next.12", + "@emotion/serialize": "^1.0.0-next.1", "@emotion/sheet": "0.10.0-next.1", "@emotion/utils": "0.11.3", "@emotion/weak-memoize": "0.2.5", @@ -41,9 +41,9 @@ }, "devDependencies": { "@babel/core": "^7.7.2", - "@emotion/css": "11.0.0-next.11", - "@emotion/server": "11.0.0-next.10", - "@emotion/styled": "11.0.0-next.11", + "@emotion/css": "11.0.0-next.12", + "@emotion/server": "11.0.0-next.12", + "@emotion/styled": "11.0.0-next.12", "@types/react": "^16.9.11", "dtslint": "^0.3.0", "html-tag-names": "^1.1.2", diff --git a/packages/serialize/CHANGELOG.md b/packages/serialize/CHANGELOG.md index 4f272e507..4f63e97b0 100644 --- a/packages/serialize/CHANGELOG.md +++ b/packages/serialize/CHANGELOG.md @@ -1,5 +1,11 @@ # @emotion/serialize +## 1.0.0-next.1 + +### Patch Changes + +- [`e3d7db87`](https://github.com/emotion-js/emotion/commit/e3d7db87deaac95817404760112417ac1fa1b56d) [#1732](https://github.com/emotion-js/emotion/pull/1732) Thanks [@Andarist](https://github.com/Andarist)! - An additional semicolon is now inserted after interpolated arrays to cover cases when it doesn't have a trailing semi itself and thus breaking composition with styles coming after it. + ## 0.11.15-next.4 ### Patch Changes diff --git a/packages/serialize/package.json b/packages/serialize/package.json index a0e0f8075..fb1888482 100644 --- a/packages/serialize/package.json +++ b/packages/serialize/package.json @@ -1,6 +1,6 @@ { "name": "@emotion/serialize", - "version": "1.0.0-next.0", + "version": "1.0.0-next.1", "description": "serialization utils for emotion", "main": "dist/serialize.cjs.js", "module": "dist/serialize.esm.js", diff --git a/packages/server/CHANGELOG.md b/packages/server/CHANGELOG.md index 39ab08a7c..9f08d8a00 100644 --- a/packages/server/CHANGELOG.md +++ b/packages/server/CHANGELOG.md @@ -1,5 +1,17 @@ # @emotion/server +## 11.0.0-next.12 + +### Major Changes + +- [`105de5c8`](https://github.com/emotion-js/emotion/commit/105de5c8752be0983c000e1e26462dc8fcf0708d) [#1572](https://github.com/emotion-js/emotion/pull/1572) Thanks [@Andarist](https://github.com/Andarist)! - `[data-emotion]` attribute on SSRed styled has changed. You should never rely on it though. + +### Patch Changes + +- Updated dependencies [[`5c7ec859`](https://github.com/emotion-js/emotion/commit/5c7ec85904633a11185066fa591dc8969f3f2ff2), [`5bea60b1`](https://github.com/emotion-js/emotion/commit/5bea60b1ffab85fbc965532006c3a94ea139f0bf), [`e3d7db87`](https://github.com/emotion-js/emotion/commit/e3d7db87deaac95817404760112417ac1fa1b56d), [`105de5c8`](https://github.com/emotion-js/emotion/commit/105de5c8752be0983c000e1e26462dc8fcf0708d)]: + - @emotion/babel-plugin@11.0.0-next.12 + - @emotion/css@11.0.0-next.12 + ## 11.0.0-next.10 ### Major Changes diff --git a/packages/server/package.json b/packages/server/package.json index ba1d73f83..11296e07a 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@emotion/server", - "version": "11.0.0-next.10", + "version": "11.0.0-next.12", "description": "Extract and inline critical css with emotion for server side rendering.", "main": "dist/server.cjs.js", "types": "types/index.d.ts", @@ -20,7 +20,7 @@ "through": "^2.3.8" }, "peerDependencies": { - "@emotion/css": "^11.0.0-next.10" + "@emotion/css": "^11.0.0-next.12" }, "peerDependenciesMeta": { "@emotion/css": { @@ -28,8 +28,8 @@ } }, "devDependencies": { - "@emotion/babel-plugin": "11.0.0-next.11", - "@emotion/css": "11.0.0-next.11", + "@emotion/babel-plugin": "11.0.0-next.12", + "@emotion/css": "11.0.0-next.12", "@types/node": "^10.11.4", "dtslint": "^0.3.0" }, diff --git a/packages/styled/CHANGELOG.md b/packages/styled/CHANGELOG.md index 280486ee7..5f08ce5a5 100644 --- a/packages/styled/CHANGELOG.md +++ b/packages/styled/CHANGELOG.md @@ -1,5 +1,18 @@ # @emotion/styled +## 11.0.0-next.12 + +### Major Changes + +- [`105de5c8`](https://github.com/emotion-js/emotion/commit/105de5c8752be0983c000e1e26462dc8fcf0708d) [#1572](https://github.com/emotion-js/emotion/pull/1572) Thanks [@Andarist](https://github.com/Andarist)! - `[data-emotion]` attribute on SSRed styled has changed. You should never rely on it though. + +### Patch Changes + +- Updated dependencies [[`7dea6d7a`](https://github.com/emotion-js/emotion/commit/7dea6d7a9a87f00cf9b695b58a2f65b67e17fabd), [`e3d7db87`](https://github.com/emotion-js/emotion/commit/e3d7db87deaac95817404760112417ac1fa1b56d), [`105de5c8`](https://github.com/emotion-js/emotion/commit/105de5c8752be0983c000e1e26462dc8fcf0708d), [`5c7ec859`](https://github.com/emotion-js/emotion/commit/5c7ec85904633a11185066fa591dc8969f3f2ff2), [`be2eb614`](https://github.com/emotion-js/emotion/commit/be2eb614d2bc369a382dbc6aa347f66801605f3b), [`75e2f9e1`](https://github.com/emotion-js/emotion/commit/75e2f9e1848bc0161f8db3c663438ada3042ae66), [`e3d7db87`](https://github.com/emotion-js/emotion/commit/e3d7db87deaac95817404760112417ac1fa1b56d)]: + - @emotion/react@11.0.0-next.12 + - @emotion/serialize@1.0.0-next.1 + - @emotion/babel-plugin@11.0.0-next.12 + ## 11.0.0-next.11 ### Patch Changes diff --git a/packages/styled/package.json b/packages/styled/package.json index 4c85b3fb8..ac4bd6d81 100644 --- a/packages/styled/package.json +++ b/packages/styled/package.json @@ -1,6 +1,6 @@ { "name": "@emotion/styled", - "version": "11.0.0-next.11", + "version": "11.0.0-next.12", "description": "styled API for emotion", "main": "dist/styled.cjs.js", "module": "dist/styled.esm.js", @@ -12,14 +12,14 @@ }, "dependencies": { "@babel/runtime": "^7.7.2", - "@emotion/babel-plugin": "^11.0.0-next.11", + "@emotion/babel-plugin": "^11.0.0-next.12", "@emotion/is-prop-valid": "0.9.0-next.1", - "@emotion/serialize": "^1.0.0-next.0", + "@emotion/serialize": "^1.0.0-next.1", "@emotion/utils": "0.11.3" }, "peerDependencies": { "@babel/core": "^7.0.0", - "@emotion/react": "^11.0.0-next.11", + "@emotion/react": "^11.0.0-next.12", "react": ">=16.8.0" }, "peerDependenciesMeta": { @@ -29,7 +29,7 @@ }, "devDependencies": { "@babel/core": "^7.7.2", - "@emotion/react": "11.0.0-next.11", + "@emotion/react": "11.0.0-next.12", "dtslint": "^0.3.0", "react": "^16.11.0" },