From 29c99a93110711396e7efe26abc8862042d27ca6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 19 Feb 2022 16:49:42 +0100 Subject: [PATCH] Version Packages (#2652) Co-authored-by: github-actions[bot] --- .changeset/dull-trees-crash.md | 6 ------ packages/jest/package.json | 2 +- packages/primitives-core/package.json | 2 +- packages/react/CHANGELOG.md | 6 ++++++ packages/react/package.json | 4 ++-- packages/styled/CHANGELOG.md | 6 ++++++ packages/styled/package.json | 4 ++-- 7 files changed, 18 insertions(+), 12 deletions(-) delete mode 100644 .changeset/dull-trees-crash.md diff --git a/.changeset/dull-trees-crash.md b/.changeset/dull-trees-crash.md deleted file mode 100644 index 54db5d625..000000000 --- a/.changeset/dull-trees-crash.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@emotion/react': patch -'@emotion/styled': patch ---- - -Fixed a transpilation issue that caused `useInsertionEffect` to be referenced directly in the specifiers list of the import statement. This has caused build errors in the consuming tools since the import statement can only reference known exports of a module. diff --git a/packages/jest/package.json b/packages/jest/package.json index 861078bf6..8119b9467 100644 --- a/packages/jest/package.json +++ b/packages/jest/package.json @@ -37,7 +37,7 @@ }, "devDependencies": { "@emotion/css": "11.7.1", - "@emotion/react": "11.8.0", + "@emotion/react": "11.8.1", "@types/jest": "^27.0.3", "dtslint": "^0.3.0", "enzyme-to-json": "^3.6.1", diff --git a/packages/primitives-core/package.json b/packages/primitives-core/package.json index c60c3b176..8e2170ea3 100644 --- a/packages/primitives-core/package.json +++ b/packages/primitives-core/package.json @@ -20,7 +20,7 @@ "react": ">=16.8.0" }, "devDependencies": { - "@emotion/react": "11.8.0", + "@emotion/react": "11.8.1", "react": "16.14.0" }, "homepage": "https://emotion.sh", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index c516f3d6a..ca44cb46e 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,11 @@ # @emotion/react +## 11.8.1 + +### Patch Changes + +- [#2651](https://github.com/emotion-js/emotion/pull/2651) [`39ac5b99`](https://github.com/emotion-js/emotion/commit/39ac5b99483994a68fa2b51e23ad6c173f42f1c1) Thanks [@Andarist](https://github.com/Andarist)! - Fixed a transpilation issue that caused `useInsertionEffect` to be referenced directly in the specifiers list of the import statement. This has caused build errors in the consuming tools since the import statement can only reference known exports of a module. + ## 11.8.0 ### Minor Changes diff --git a/packages/react/package.json b/packages/react/package.json index 59f57dfed..0fec32bb0 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@emotion/react", - "version": "11.8.0", + "version": "11.8.1", "main": "dist/emotion-react.cjs.js", "module": "dist/emotion-react.esm.js", "browser": { @@ -52,7 +52,7 @@ "@emotion/css": "11.7.1", "@emotion/css-prettifier": "1.0.1", "@emotion/server": "11.4.0", - "@emotion/styled": "11.8.0", + "@emotion/styled": "11.8.1", "@types/react": "^16.9.11", "dtslint": "^0.3.0", "html-tag-names": "^1.1.2", diff --git a/packages/styled/CHANGELOG.md b/packages/styled/CHANGELOG.md index fee79d6a9..1f4bcabc9 100644 --- a/packages/styled/CHANGELOG.md +++ b/packages/styled/CHANGELOG.md @@ -1,5 +1,11 @@ # @emotion/styled +## 11.8.1 + +### Patch Changes + +- [#2651](https://github.com/emotion-js/emotion/pull/2651) [`39ac5b99`](https://github.com/emotion-js/emotion/commit/39ac5b99483994a68fa2b51e23ad6c173f42f1c1) Thanks [@Andarist](https://github.com/Andarist)! - Fixed a transpilation issue that caused `useInsertionEffect` to be referenced directly in the specifiers list of the import statement. This has caused build errors in the consuming tools since the import statement can only reference known exports of a module. + ## 11.8.0 ### Minor Changes diff --git a/packages/styled/package.json b/packages/styled/package.json index 8c54752f8..fec82fbd5 100644 --- a/packages/styled/package.json +++ b/packages/styled/package.json @@ -1,6 +1,6 @@ { "name": "@emotion/styled", - "version": "11.8.0", + "version": "11.8.1", "description": "styled API for emotion", "main": "dist/emotion-styled.cjs.js", "module": "dist/emotion-styled.esm.js", @@ -32,7 +32,7 @@ }, "devDependencies": { "@babel/core": "^7.13.10", - "@emotion/react": "11.8.0", + "@emotion/react": "11.8.1", "dtslint": "^0.3.0", "react": "16.14.0" },