From 180f571a324257f0ce41a06ada19314c86e8773f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 11 Jan 2022 20:33:38 +0000 Subject: [PATCH] Version Packages --- .changeset/perfect-cameras-greet.md | 5 ----- .changeset/spotty-clouds-listen.md | 5 ----- packages/jest/package.json | 2 +- packages/primitives-core/package.json | 2 +- packages/react/CHANGELOG.md | 8 ++++++++ packages/react/package.json | 2 +- packages/styled/package.json | 2 +- 7 files changed, 12 insertions(+), 14 deletions(-) delete mode 100644 .changeset/perfect-cameras-greet.md delete mode 100644 .changeset/spotty-clouds-listen.md diff --git a/.changeset/perfect-cameras-greet.md b/.changeset/perfect-cameras-greet.md deleted file mode 100644 index d096a2350..000000000 --- a/.changeset/perfect-cameras-greet.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@emotion/react': patch ---- - -Added `@emotion/babel-plugin` as a dependency - this is an actual dependency of the `@emotion/react/macro` entrypoint and it has to be explicitly declared to fix compatibility with strict package managers. diff --git a/.changeset/spotty-clouds-listen.md b/.changeset/spotty-clouds-listen.md deleted file mode 100644 index 610d9257e..000000000 --- a/.changeset/spotty-clouds-listen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@emotion/react': patch ---- - -Fix an edge case where runtime label extraction in class components led to invalid class names in Firefox. This only affected the development build of Emotion. diff --git a/packages/jest/package.json b/packages/jest/package.json index 906dcf55f..961572bab 100644 --- a/packages/jest/package.json +++ b/packages/jest/package.json @@ -37,7 +37,7 @@ }, "devDependencies": { "@emotion/css": "11.7.1", - "@emotion/react": "11.7.1", + "@emotion/react": "11.7.3", "@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 765a98456..784bfede0 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.7.1", + "@emotion/react": "11.7.3", "react": "16.14.0" }, "homepage": "https://emotion.sh", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 83c5f2649..60f878921 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,13 @@ # @emotion/react +## 11.7.3 + +### Patch Changes + +- [#2609](https://github.com/emotion-js/emotion/pull/2609) [`242f7d8c`](https://github.com/emotion-js/emotion/commit/242f7d8c9f3ddbba2a69664bcc0fa22501df849f) Thanks [@Andarist](https://github.com/Andarist)! - Added `@emotion/babel-plugin` as a dependency - this is an actual dependency of the `@emotion/react/macro` entrypoint and it has to be explicitly declared to fix compatibility with strict package managers. + +* [#2615](https://github.com/emotion-js/emotion/pull/2615) [`3d672acd`](https://github.com/emotion-js/emotion/commit/3d672acd4d379f5861012d6e6d38feadd212966a) Thanks [@srmagura](https://github.com/srmagura)! - Fix an edge case where runtime label extraction in class components led to invalid class names in Firefox. This only affected the development build of Emotion. + ## 11.7.1 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index e0823eb7c..6858188dc 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@emotion/react", - "version": "11.7.1", + "version": "11.7.3", "main": "dist/emotion-react.cjs.js", "module": "dist/emotion-react.esm.js", "browser": { diff --git a/packages/styled/package.json b/packages/styled/package.json index 069e9587d..2dacee558 100644 --- a/packages/styled/package.json +++ b/packages/styled/package.json @@ -32,7 +32,7 @@ }, "devDependencies": { "@babel/core": "^7.13.10", - "@emotion/react": "11.7.1", + "@emotion/react": "11.7.3", "dtslint": "^0.3.0", "react": "16.14.0" },