diff --git a/.changeset/ninety-queens-fly.md b/.changeset/ninety-queens-fly.md deleted file mode 100644 index 3f9465fce..000000000 --- a/.changeset/ninety-queens-fly.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@emotion/is-prop-valid": patch ---- - -Added [`abbr`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/th#attr-abbr) prop to the allowlist of forwardable props. 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/is-prop-valid/CHANGELOG.md b/packages/is-prop-valid/CHANGELOG.md index 56334c4ba..374255451 100644 --- a/packages/is-prop-valid/CHANGELOG.md +++ b/packages/is-prop-valid/CHANGELOG.md @@ -1,5 +1,11 @@ # @emotion/is-prop-valid +## 1.1.2 + +### Patch Changes + +- [#2621](https://github.com/emotion-js/emotion/pull/2621) [`d2531639`](https://github.com/emotion-js/emotion/commit/d25316393639232df16ba836b407e3678eea5e4d) Thanks [@andreasmcdermott](https://github.com/andreasmcdermott)! - Added [`abbr`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/th#attr-abbr) prop to the allowlist of forwardable props. + ## 1.1.1 ### Patch Changes diff --git a/packages/is-prop-valid/package.json b/packages/is-prop-valid/package.json index 614c02e1a..5490e2854 100644 --- a/packages/is-prop-valid/package.json +++ b/packages/is-prop-valid/package.json @@ -1,6 +1,6 @@ { "name": "@emotion/is-prop-valid", - "version": "1.1.1", + "version": "1.1.2", "description": "A function to check whether a prop is valid for HTML and SVG elements", "main": "dist/emotion-is-prop-valid.cjs.js", "module": "dist/emotion-is-prop-valid.esm.js", 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..5931b851d 100644 --- a/packages/styled/package.json +++ b/packages/styled/package.json @@ -13,7 +13,7 @@ "dependencies": { "@babel/runtime": "^7.13.10", "@emotion/babel-plugin": "^11.7.1", - "@emotion/is-prop-valid": "^1.1.1", + "@emotion/is-prop-valid": "^1.1.2", "@emotion/serialize": "^1.0.2", "@emotion/utils": "^1.0.0" }, @@ -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" },