From 200bc6a56b90e273ccdea6560ff5dc5f29b9cb82 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 Nov 2021 10:10:40 +0100 Subject: [PATCH] Version Packages (#2564) Co-authored-by: github-actions[bot] --- .changeset/serious-pianos-smoke.md | 5 ----- .changeset/sweet-hotels-explain.md | 5 ----- packages/eslint-plugin/CHANGELOG.md | 6 ++++++ packages/eslint-plugin/package.json | 2 +- packages/jest/package.json | 2 +- packages/primitives-core/package.json | 2 +- packages/react/CHANGELOG.md | 6 ++++++ packages/react/package.json | 2 +- packages/styled/package.json | 2 +- 9 files changed, 17 insertions(+), 15 deletions(-) delete mode 100644 .changeset/serious-pianos-smoke.md delete mode 100644 .changeset/sweet-hotels-explain.md diff --git a/.changeset/serious-pianos-smoke.md b/.changeset/serious-pianos-smoke.md deleted file mode 100644 index 7e5de8965..000000000 --- a/.changeset/serious-pianos-smoke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@emotion/eslint-plugin': minor ---- - -ESLint 8 has been added to the peer dependency range (ESLint 6 and ESLint 7 are still being supported). diff --git a/.changeset/sweet-hotels-explain.md b/.changeset/sweet-hotels-explain.md deleted file mode 100644 index 62f9ae959..000000000 --- a/.changeset/sweet-hotels-explain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@emotion/react': patch ---- - -Changed the implementation of the runtime label extraction in elements using the css prop (that only happens in development) to one that should yield more consistent results across browsers. This fixes some minor issues with React reporting hydration mismatches that wouldn't happen in production. diff --git a/packages/eslint-plugin/CHANGELOG.md b/packages/eslint-plugin/CHANGELOG.md index 0c58caf04..4d19e1444 100644 --- a/packages/eslint-plugin/CHANGELOG.md +++ b/packages/eslint-plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # @emotion/eslint-plugin +## 11.7.0 + +### Minor Changes + +- [#2562](https://github.com/emotion-js/emotion/pull/2562) [`f046ae40`](https://github.com/emotion-js/emotion/commit/f046ae40bcae24400068311690a94ba2dbf20344) Thanks [@G-Rath](https://github.com/G-Rath)! - ESLint 8 has been added to the peer dependency range (ESLint 6 and ESLint 7 are still being supported). + ## 11.5.0 ### Patch Changes diff --git a/packages/eslint-plugin/package.json b/packages/eslint-plugin/package.json index 0555b3f6a..c6c399666 100644 --- a/packages/eslint-plugin/package.json +++ b/packages/eslint-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@emotion/eslint-plugin", - "version": "11.5.0", + "version": "11.7.0", "description": "ESLint rules for emotion", "scripts": { "test:typescript": "exit 0" diff --git a/packages/jest/package.json b/packages/jest/package.json index b851b6403..638bafd82 100644 --- a/packages/jest/package.json +++ b/packages/jest/package.json @@ -37,7 +37,7 @@ }, "devDependencies": { "@emotion/css": "11.5.0", - "@emotion/react": "11.6.0", + "@emotion/react": "11.7.0", "@types/jest": "^26.0.14", "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 93c0f1f35..71d7f3a88 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.6.0", + "@emotion/react": "11.7.0", "react": "16.14.0" }, "homepage": "https://emotion.sh", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index ca9030d70..6088c198a 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,11 @@ # @emotion/react +## 11.7.0 + +### Patch Changes + +- [#2534](https://github.com/emotion-js/emotion/pull/2534) [`57be9e8c`](https://github.com/emotion-js/emotion/commit/57be9e8cb20313bd2ed297a39c41ca0f0ca37ea8) Thanks [@srmagura](https://github.com/srmagura)! - Changed the implementation of the runtime label extraction in elements using the css prop (that only happens in development) to one that should yield more consistent results across browsers. This fixes some minor issues with React reporting hydration mismatches that wouldn't happen in production. + ## 11.6.0 ### Minor Changes diff --git a/packages/react/package.json b/packages/react/package.json index 59d8d93f8..7c28f55c3 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@emotion/react", - "version": "11.6.0", + "version": "11.7.0", "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 2ea11faff..7009de153 100644 --- a/packages/styled/package.json +++ b/packages/styled/package.json @@ -32,7 +32,7 @@ }, "devDependencies": { "@babel/core": "^7.13.10", - "@emotion/react": "11.6.0", + "@emotion/react": "11.7.0", "dtslint": "^0.3.0", "react": "16.14.0" },