diff --git a/.changeset/orange-buttons-bow.md b/.changeset/orange-buttons-bow.md deleted file mode 100644 index 54a912b9ae..0000000000 --- a/.changeset/orange-buttons-bow.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@emotion/cache': patch ---- - -author: @danieldelcore -author: @mitchellhamilton - -Fixed moving of client-side inserted style tags from Emotion 10 when intending to hydrate Emotion 11 styles resulting in losing styles in production diff --git a/packages/cache/CHANGELOG.md b/packages/cache/CHANGELOG.md index a1df978e0d..f856671a0b 100644 --- a/packages/cache/CHANGELOG.md +++ b/packages/cache/CHANGELOG.md @@ -1,5 +1,11 @@ # @emotion/cache +## 11.3.1 + +### Patch Changes + +- [#2361](https://github.com/emotion-js/emotion/pull/2361) [`38f9d44f`](https://github.com/emotion-js/emotion/commit/38f9d44f919dccbf66c835ccde3f08ab927a4940) Thanks [@danieldelcore](https://github.com/danieldelcore), [@mitchellhamilton](https://github.com/mitchellhamilton)! - Fixed moving of client-side inserted style tags from Emotion 10 when intending to hydrate Emotion 11 styles resulting in losing styles in production + ## 11.1.3 ### Patch Changes diff --git a/packages/cache/package.json b/packages/cache/package.json index fad90b9d4a..0c227ee071 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,6 +1,6 @@ { "name": "@emotion/cache", - "version": "11.1.3", + "version": "11.3.1", "description": "emotion's cache", "main": "dist/emotion-cache.cjs.js", "module": "dist/emotion-cache.esm.js",