diff --git a/.changeset/perfect-cameras-greet.md b/.changeset/perfect-cameras-greet.md deleted file mode 100644 index d096a2350b..0000000000 --- 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/packages/jest/package.json b/packages/jest/package.json index 906dcf55f5..961572babb 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 765a984562..784bfede0a 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 83c5f2649a..14331c3e0f 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,11 @@ # @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. + ## 11.7.1 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index e0823eb7c1..6858188dcb 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 069e9587da..2dacee558e 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" },