diff --git a/.changeset/many-worms-beam/changes.json b/.changeset/many-worms-beam/changes.json deleted file mode 100644 index b25c94744..000000000 --- a/.changeset/many-worms-beam/changes.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "releases": [{ "name": "babel-plugin-emotion", "type": "patch" }], - "dependents": [] -} diff --git a/.changeset/many-worms-beam/changes.md b/.changeset/many-worms-beam/changes.md deleted file mode 100644 index 7c0a2e44f..000000000 --- a/.changeset/many-worms-beam/changes.md +++ /dev/null @@ -1 +0,0 @@ -Push source maps & labels to cooked/raw arrays in TS-transpiled tagged template expressions diff --git a/.changeset/slow-apricots-hunt/changes.json b/.changeset/slow-apricots-hunt/changes.json deleted file mode 100644 index 44253a7b4..000000000 --- a/.changeset/slow-apricots-hunt/changes.json +++ /dev/null @@ -1 +0,0 @@ -{ "releases": [{ "name": "@emotion/core", "type": "patch" }], "dependents": [] } diff --git a/.changeset/slow-apricots-hunt/changes.md b/.changeset/slow-apricots-hunt/changes.md deleted file mode 100644 index 071759cf8..000000000 --- a/.changeset/slow-apricots-hunt/changes.md +++ /dev/null @@ -1 +0,0 @@ -Add missing `/* #__PURE__ */` annotation to creation of EmotionCssPropInternal diff --git a/packages/babel-plugin-emotion/CHANGELOG.md b/packages/babel-plugin-emotion/CHANGELOG.md index f1915156f..39b2e9280 100644 --- a/packages/babel-plugin-emotion/CHANGELOG.md +++ b/packages/babel-plugin-emotion/CHANGELOG.md @@ -1,5 +1,11 @@ # babel-plugin-emotion +## 10.0.21 + +### Patch Changes + +- [0eafebb5](https://github.com/emotion-js/emotion/commit/0eafebb5119212897f81084f63a807c02b0012fc) [#1538](https://github.com/emotion-js/emotion/pull/1538) Thanks [@Andarist](https://github.com/Andarist)! - Push source maps & labels to cooked/raw arrays in TS-transpiled tagged template expressions + ## 10.0.20 ### Patch Changes diff --git a/packages/babel-plugin-emotion/package.json b/packages/babel-plugin-emotion/package.json index 3b7bf9d3d..4bafbe4ed 100644 --- a/packages/babel-plugin-emotion/package.json +++ b/packages/babel-plugin-emotion/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-emotion", - "version": "10.0.20", + "version": "10.0.21", "description": "A recommended babel preprocessing plugin for emotion, The Next Generation of CSS-in-JS.", "main": "dist/babel-plugin-emotion.cjs.js", "module": "dist/babel-plugin-emotion.esm.js", @@ -39,4 +39,4 @@ "bugs": { "url": "https://github.com/emotion-js/emotion/issues" } -} \ No newline at end of file +} diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index f447d1541..2bcc63637 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @emotion/core +## 10.0.21 + +### Patch Changes + +- [7855db4a](https://github.com/emotion-js/emotion/commit/7855db4ae379f212e7b972b9108419154e17ed45) [#1537](https://github.com/emotion-js/emotion/pull/1537) Thanks [@Andarist](https://github.com/Andarist)! - Add missing `/* #__PURE__ */` annotation to creation of EmotionCssPropInternal + ## 10.0.20 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index d91055cc8..3f5209d14 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@emotion/core", - "version": "10.0.20", + "version": "10.0.21", "main": "dist/core.cjs.js", "module": "dist/core.esm.js", "browser": { @@ -48,4 +48,4 @@ "preconstruct": { "umdName": "emotionCore" } -} \ No newline at end of file +}