From b1aa274c30754fd14be4b5d2ae04420e5fc603c5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 31 Jul 2022 08:57:25 +0000 Subject: [PATCH] Version Packages --- .changeset/seven-ways-collect.md | 26 ------------------- .changeset/silent-baboons-press.md | 5 ---- .changeset/wet-teachers-peel.md | 7 ----- .../babel-plugin-jsx-pragmatic/CHANGELOG.md | 6 +++++ .../babel-plugin-jsx-pragmatic/package.json | 2 +- packages/babel-plugin/CHANGELOG.md | 13 ++++++++++ packages/babel-plugin/package.json | 8 +++--- packages/babel-preset-css-prop/CHANGELOG.md | 12 +++++++++ packages/babel-preset-css-prop/package.json | 6 ++--- packages/cache/CHANGELOG.md | 14 ++++++++++ packages/cache/package.json | 10 +++---- packages/css-prettifier/CHANGELOG.md | 11 ++++++++ packages/css-prettifier/package.json | 4 +-- packages/css/CHANGELOG.md | 15 +++++++++++ packages/css/package.json | 12 ++++----- packages/eslint-plugin/CHANGELOG.md | 6 +++++ packages/eslint-plugin/package.json | 2 +- packages/hash/CHANGELOG.md | 6 +++++ packages/hash/package.json | 2 +- packages/is-prop-valid/CHANGELOG.md | 11 ++++++++ packages/is-prop-valid/package.json | 4 +-- packages/jest/CHANGELOG.md | 11 ++++++++ packages/jest/package.json | 8 +++--- packages/memoize/CHANGELOG.md | 6 +++++ packages/memoize/package.json | 2 +- packages/native/CHANGELOG.md | 11 ++++++++ packages/native/package.json | 4 +-- packages/primitives-core/CHANGELOG.md | 6 +++++ packages/primitives-core/package.json | 4 +-- packages/primitives/CHANGELOG.md | 13 ++++++++++ packages/primitives/package.json | 8 +++--- packages/react/CHANGELOG.md | 17 ++++++++++++ packages/react/package.json | 20 +++++++------- packages/serialize/CHANGELOG.md | 14 ++++++++++ packages/serialize/package.json | 10 +++---- packages/server/CHANGELOG.md | 13 ++++++++++ packages/server/package.json | 10 +++---- packages/sheet/CHANGELOG.md | 6 +++++ packages/sheet/package.json | 2 +- packages/styled/CHANGELOG.md | 16 ++++++++++++ packages/styled/package.json | 12 ++++----- packages/unitless/CHANGELOG.md | 6 +++++ packages/unitless/package.json | 2 +- packages/utils/CHANGELOG.md | 8 ++++++ packages/utils/package.json | 2 +- packages/weak-memoize/CHANGELOG.md | 6 +++++ packages/weak-memoize/package.json | 2 +- 47 files changed, 295 insertions(+), 106 deletions(-) delete mode 100644 .changeset/seven-ways-collect.md delete mode 100644 .changeset/silent-baboons-press.md delete mode 100644 .changeset/wet-teachers-peel.md diff --git a/.changeset/seven-ways-collect.md b/.changeset/seven-ways-collect.md deleted file mode 100644 index 6583220b5..000000000 --- a/.changeset/seven-ways-collect.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -'@emotion/babel-plugin': minor -'@emotion/babel-plugin-jsx-pragmatic': minor -'@emotion/babel-preset-css-prop': minor -'@emotion/cache': minor -'@emotion/css': minor -'@emotion/css-prettifier': minor -'@emotion/eslint-plugin': minor -'@emotion/hash': minor -'@emotion/is-prop-valid': minor -'@emotion/jest': minor -'@emotion/memoize': minor -'@emotion/native': minor -'@emotion/primitives': minor -'@emotion/primitives-core': minor -'@emotion/react': minor -'@emotion/serialize': minor -'@emotion/server': minor -'@emotion/sheet': minor -'@emotion/styled': minor -'@emotion/unitless': minor -'@emotion/utils': minor -'@emotion/weak-memoize': minor ---- - -`exports` field has been added to the `package.json` manifest. This fixes how our default exports are treated by Node.js when using their native support for ES modules. It also limits what files can be imported from a package but we've tried our best to allow importing all the files that were considered to be a part of the public API. diff --git a/.changeset/silent-baboons-press.md b/.changeset/silent-baboons-press.md deleted file mode 100644 index f382d8d36..000000000 --- a/.changeset/silent-baboons-press.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@emotion/server': patch ---- - -Added missing TypeScript declarations for `extractCriticalToChunks` and `constructStyleTagsFromChunks` exports. diff --git a/.changeset/wet-teachers-peel.md b/.changeset/wet-teachers-peel.md deleted file mode 100644 index 824596e61..000000000 --- a/.changeset/wet-teachers-peel.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@emotion/react': minor -'@emotion/styled': minor -'@emotion/utils': minor ---- - -Thanks to the added `exports` field, the package now includes a `worker` condition that can be utilized by properly configured bundlers when targeting worker-like environments. It fixes the issue with browser-specific files being prioritized by some bundlers when targeting workers. diff --git a/packages/babel-plugin-jsx-pragmatic/CHANGELOG.md b/packages/babel-plugin-jsx-pragmatic/CHANGELOG.md index 0b8fb1b1b..dc5544240 100644 --- a/packages/babel-plugin-jsx-pragmatic/CHANGELOG.md +++ b/packages/babel-plugin-jsx-pragmatic/CHANGELOG.md @@ -1,5 +1,11 @@ # @emotion/babel-plugin-jsx-pragmatic +## 0.2.0 + +### Minor Changes + +- [#2819](https://github.com/emotion-js/emotion/pull/2819) [`bbad8c79`](https://github.com/emotion-js/emotion/commit/bbad8c79937f8dfd5d93bf485c1e9ec44124d228) Thanks [@nicksrandall](https://github.com/nicksrandall)! - `exports` field has been added to the `package.json` manifest. This fixes how our default exports are treated by Node.js when using their native support for ES modules. It also limits what files can be imported from a package but we've tried our best to allow importing all the files that were considered to be a part of the public API. + ## 0.1.5 ### Patch Changes diff --git a/packages/babel-plugin-jsx-pragmatic/package.json b/packages/babel-plugin-jsx-pragmatic/package.json index d548ab8b6..f72c49fc6 100644 --- a/packages/babel-plugin-jsx-pragmatic/package.json +++ b/packages/babel-plugin-jsx-pragmatic/package.json @@ -1,6 +1,6 @@ { "name": "@emotion/babel-plugin-jsx-pragmatic", - "version": "0.1.5", + "version": "0.2.0", "description": "Insert code to load a module corresponding to JSX pragma.", "main": "dist/emotion-babel-plugin-jsx-pragmatic.cjs.js", "module": "dist/emotion-babel-plugin-jsx-pragmatic.esm.js", diff --git a/packages/babel-plugin/CHANGELOG.md b/packages/babel-plugin/CHANGELOG.md index d29ab83b1..3d60af9b1 100644 --- a/packages/babel-plugin/CHANGELOG.md +++ b/packages/babel-plugin/CHANGELOG.md @@ -1,5 +1,18 @@ # @emotion/babel-plugin +## 11.10.0 + +### Minor Changes + +- [#2819](https://github.com/emotion-js/emotion/pull/2819) [`bbad8c79`](https://github.com/emotion-js/emotion/commit/bbad8c79937f8dfd5d93bf485c1e9ec44124d228) Thanks [@nicksrandall](https://github.com/nicksrandall)! - `exports` field has been added to the `package.json` manifest. This fixes how our default exports are treated by Node.js when using their native support for ES modules. It also limits what files can be imported from a package but we've tried our best to allow importing all the files that were considered to be a part of the public API. + +### Patch Changes + +- Updated dependencies [[`bbad8c79`](https://github.com/emotion-js/emotion/commit/bbad8c79937f8dfd5d93bf485c1e9ec44124d228)]: + - @emotion/hash@0.9.0 + - @emotion/memoize@0.8.0 + - @emotion/serialize@1.1.0 + ## 11.9.5 ### Patch Changes diff --git a/packages/babel-plugin/package.json b/packages/babel-plugin/package.json index fc4133aa8..e5b60c7b6 100644 --- a/packages/babel-plugin/package.json +++ b/packages/babel-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@emotion/babel-plugin", - "version": "11.9.5", + "version": "11.10.0", "description": "A recommended babel preprocessing plugin for emotion, The Next Generation of CSS-in-JS.", "main": "dist/emotion-babel-plugin.cjs.js", "module": "dist/emotion-babel-plugin.esm.js", @@ -23,9 +23,9 @@ "@babel/helper-module-imports": "^7.16.7", "@babel/plugin-syntax-jsx": "^7.17.12", "@babel/runtime": "^7.18.3", - "@emotion/hash": "^0.8.0", - "@emotion/memoize": "^0.7.5", - "@emotion/serialize": "^1.0.2", + "@emotion/hash": "^0.9.0", + "@emotion/memoize": "^0.8.0", + "@emotion/serialize": "^1.1.0", "babel-plugin-macros": "^3.1.0", "convert-source-map": "^1.5.0", "escape-string-regexp": "^4.0.0", diff --git a/packages/babel-preset-css-prop/CHANGELOG.md b/packages/babel-preset-css-prop/CHANGELOG.md index 0fbdbc742..2ede582b8 100644 --- a/packages/babel-preset-css-prop/CHANGELOG.md +++ b/packages/babel-preset-css-prop/CHANGELOG.md @@ -1,5 +1,17 @@ # @emotion/babel-preset-css-prop +## 11.10.0 + +### Minor Changes + +- [#2819](https://github.com/emotion-js/emotion/pull/2819) [`bbad8c79`](https://github.com/emotion-js/emotion/commit/bbad8c79937f8dfd5d93bf485c1e9ec44124d228) Thanks [@nicksrandall](https://github.com/nicksrandall)! - `exports` field has been added to the `package.json` manifest. This fixes how our default exports are treated by Node.js when using their native support for ES modules. It also limits what files can be imported from a package but we've tried our best to allow importing all the files that were considered to be a part of the public API. + +### Patch Changes + +- Updated dependencies [[`bbad8c79`](https://github.com/emotion-js/emotion/commit/bbad8c79937f8dfd5d93bf485c1e9ec44124d228)]: + - @emotion/babel-plugin@11.10.0 + - @emotion/babel-plugin-jsx-pragmatic@0.2.0 + ## 11.2.0 ### Patch Changes diff --git a/packages/babel-preset-css-prop/package.json b/packages/babel-preset-css-prop/package.json index 285cfc376..1e6d9c172 100644 --- a/packages/babel-preset-css-prop/package.json +++ b/packages/babel-preset-css-prop/package.json @@ -1,6 +1,6 @@ { "name": "@emotion/babel-preset-css-prop", - "version": "11.2.0", + "version": "11.10.0", "description": "A babel preset to automatically enable emotion's css prop", "main": "dist/emotion-babel-preset-css-prop.cjs.js", "module": "dist/emotion-babel-preset-css-prop.esm.js", @@ -19,8 +19,8 @@ "dependencies": { "@babel/plugin-transform-react-jsx": "^7.17.12", "@babel/runtime": "^7.18.3", - "@emotion/babel-plugin": "^11.2.0", - "@emotion/babel-plugin-jsx-pragmatic": "^0.1.5" + "@emotion/babel-plugin": "^11.10.0", + "@emotion/babel-plugin-jsx-pragmatic": "^0.2.0" }, "peerDependencies": { "@babel/core": "^7.0.0" diff --git a/packages/cache/CHANGELOG.md b/packages/cache/CHANGELOG.md index 090cd7e66..1caeb2c79 100644 --- a/packages/cache/CHANGELOG.md +++ b/packages/cache/CHANGELOG.md @@ -1,5 +1,19 @@ # @emotion/cache +## 11.10.0 + +### Minor Changes + +- [#2819](https://github.com/emotion-js/emotion/pull/2819) [`bbad8c79`](https://github.com/emotion-js/emotion/commit/bbad8c79937f8dfd5d93bf485c1e9ec44124d228) Thanks [@nicksrandall](https://github.com/nicksrandall)! - `exports` field has been added to the `package.json` manifest. This fixes how our default exports are treated by Node.js when using their native support for ES modules. It also limits what files can be imported from a package but we've tried our best to allow importing all the files that were considered to be a part of the public API. + +### Patch Changes + +- Updated dependencies [[`bbad8c79`](https://github.com/emotion-js/emotion/commit/bbad8c79937f8dfd5d93bf485c1e9ec44124d228), [`bbad8c79`](https://github.com/emotion-js/emotion/commit/bbad8c79937f8dfd5d93bf485c1e9ec44124d228)]: + - @emotion/memoize@0.8.0 + - @emotion/sheet@1.2.0 + - @emotion/utils@1.2.0 + - @emotion/weak-memoize@0.3.0 + ## 11.9.3 ### Patch Changes diff --git a/packages/cache/package.json b/packages/cache/package.json index 033d7b46b..9be95f87b 100644 --- a/packages/cache/package.json +++ b/packages/cache/package.json @@ -1,6 +1,6 @@ { "name": "@emotion/cache", - "version": "11.9.3", + "version": "11.10.0", "description": "emotion's cache", "main": "dist/emotion-cache.cjs.js", "module": "dist/emotion-cache.esm.js", @@ -24,10 +24,10 @@ "test:typescript": "dtslint types" }, "dependencies": { - "@emotion/memoize": "^0.7.4", - "@emotion/sheet": "^1.1.1", - "@emotion/utils": "^1.0.0", - "@emotion/weak-memoize": "^0.2.5", + "@emotion/memoize": "^0.8.0", + "@emotion/sheet": "^1.2.0", + "@emotion/utils": "^1.2.0", + "@emotion/weak-memoize": "^0.3.0", "stylis": "4.0.13" }, "devDependencies": { diff --git a/packages/css-prettifier/CHANGELOG.md b/packages/css-prettifier/CHANGELOG.md index 6cf59b9a5..c3c988a7a 100644 --- a/packages/css-prettifier/CHANGELOG.md +++ b/packages/css-prettifier/CHANGELOG.md @@ -1,5 +1,16 @@ # @emotion/css-prettifier +## 1.1.0 + +### Minor Changes + +- [#2819](https://github.com/emotion-js/emotion/pull/2819) [`bbad8c79`](https://github.com/emotion-js/emotion/commit/bbad8c79937f8dfd5d93bf485c1e9ec44124d228) Thanks [@nicksrandall](https://github.com/nicksrandall)! - `exports` field has been added to the `package.json` manifest. This fixes how our default exports are treated by Node.js when using their native support for ES modules. It also limits what files can be imported from a package but we've tried our best to allow importing all the files that were considered to be a part of the public API. + +### Patch Changes + +- Updated dependencies [[`bbad8c79`](https://github.com/emotion-js/emotion/commit/bbad8c79937f8dfd5d93bf485c1e9ec44124d228)]: + - @emotion/memoize@0.8.0 + ## 1.0.1 ### Patch Changes diff --git a/packages/css-prettifier/package.json b/packages/css-prettifier/package.json index 91157c309..3e871bc62 100644 --- a/packages/css-prettifier/package.json +++ b/packages/css-prettifier/package.json @@ -1,6 +1,6 @@ { "name": "@emotion/css-prettifier", - "version": "1.0.1", + "version": "1.1.0", "description": "Simple Stylis-based CSS prettifier", "scripts": { "test:typescript": "exit 0" @@ -22,7 +22,7 @@ "license": "MIT", "repository": "https://github.com/emotion-js/emotion/tree/main/packages/css-prettifier", "dependencies": { - "@emotion/memoize": "^0.7.4", + "@emotion/memoize": "^0.8.0", "stylis": "4.0.13" }, "devDependencies": {}, diff --git a/packages/css/CHANGELOG.md b/packages/css/CHANGELOG.md index aef5c2864..3cbface17 100644 --- a/packages/css/CHANGELOG.md +++ b/packages/css/CHANGELOG.md @@ -1,5 +1,20 @@ # emotion +## 11.10.0 + +### Minor Changes + +- [#2819](https://github.com/emotion-js/emotion/pull/2819) [`bbad8c79`](https://github.com/emotion-js/emotion/commit/bbad8c79937f8dfd5d93bf485c1e9ec44124d228) Thanks [@nicksrandall](https://github.com/nicksrandall)! - `exports` field has been added to the `package.json` manifest. This fixes how our default exports are treated by Node.js when using their native support for ES modules. It also limits what files can be imported from a package but we've tried our best to allow importing all the files that were considered to be a part of the public API. + +### Patch Changes + +- Updated dependencies [[`bbad8c79`](https://github.com/emotion-js/emotion/commit/bbad8c79937f8dfd5d93bf485c1e9ec44124d228), [`bbad8c79`](https://github.com/emotion-js/emotion/commit/bbad8c79937f8dfd5d93bf485c1e9ec44124d228)]: + - @emotion/babel-plugin@11.10.0 + - @emotion/cache@11.10.0 + - @emotion/serialize@1.1.0 + - @emotion/sheet@1.2.0 + - @emotion/utils@1.2.0 + ## 11.9.0 ### Patch Changes diff --git a/packages/css/package.json b/packages/css/package.json index 3562fb39f..ac98c4925 100644 --- a/packages/css/package.json +++ b/packages/css/package.json @@ -1,6 +1,6 @@ { "name": "@emotion/css", - "version": "11.9.0", + "version": "11.10.0", "description": "The Next Generation of CSS-in-JS.", "main": "dist/emotion-css.cjs.js", "module": "dist/emotion-css.esm.js", @@ -18,11 +18,11 @@ "test:typescript": "dtslint types" }, "dependencies": { - "@emotion/babel-plugin": "^11.7.1", - "@emotion/cache": "^11.7.1", - "@emotion/serialize": "^1.0.3", - "@emotion/sheet": "^1.0.3", - "@emotion/utils": "^1.0.0" + "@emotion/babel-plugin": "^11.10.0", + "@emotion/cache": "^11.10.0", + "@emotion/serialize": "^1.1.0", + "@emotion/sheet": "^1.2.0", + "@emotion/utils": "^1.2.0" }, "peerDependencies": { "@babel/core": "^7.0.0" diff --git a/packages/eslint-plugin/CHANGELOG.md b/packages/eslint-plugin/CHANGELOG.md index 4d19e1444..9f6a897c7 100644 --- a/packages/eslint-plugin/CHANGELOG.md +++ b/packages/eslint-plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # @emotion/eslint-plugin +## 11.10.0 + +### Minor Changes + +- [#2819](https://github.com/emotion-js/emotion/pull/2819) [`bbad8c79`](https://github.com/emotion-js/emotion/commit/bbad8c79937f8dfd5d93bf485c1e9ec44124d228) Thanks [@nicksrandall](https://github.com/nicksrandall)! - `exports` field has been added to the `package.json` manifest. This fixes how our default exports are treated by Node.js when using their native support for ES modules. It also limits what files can be imported from a package but we've tried our best to allow importing all the files that were considered to be a part of the public API. + ## 11.7.0 ### Minor Changes diff --git a/packages/eslint-plugin/package.json b/packages/eslint-plugin/package.json index 286a9c48d..2da260eb5 100644 --- a/packages/eslint-plugin/package.json +++ b/packages/eslint-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@emotion/eslint-plugin", - "version": "11.7.0", + "version": "11.10.0", "description": "ESLint rules for emotion", "scripts": { "test:typescript": "exit 0" diff --git a/packages/hash/CHANGELOG.md b/packages/hash/CHANGELOG.md index 562e812f0..e5fa573fe 100644 --- a/packages/hash/CHANGELOG.md +++ b/packages/hash/CHANGELOG.md @@ -1,5 +1,11 @@ # @emotion/hash +## 0.9.0 + +### Minor Changes + +- [#2819](https://github.com/emotion-js/emotion/pull/2819) [`bbad8c79`](https://github.com/emotion-js/emotion/commit/bbad8c79937f8dfd5d93bf485c1e9ec44124d228) Thanks [@nicksrandall](https://github.com/nicksrandall)! - `exports` field has been added to the `package.json` manifest. This fixes how our default exports are treated by Node.js when using their native support for ES modules. It also limits what files can be imported from a package but we've tried our best to allow importing all the files that were considered to be a part of the public API. + ## 0.8.0 ### Minor Changes diff --git a/packages/hash/package.json b/packages/hash/package.json index fb3b4fd73..8ec39c63b 100644 --- a/packages/hash/package.json +++ b/packages/hash/package.json @@ -1,6 +1,6 @@ { "name": "@emotion/hash", - "version": "0.8.0", + "version": "0.9.0", "description": "A MurmurHash2 implementation", "main": "dist/emotion-hash.cjs.js", "module": "dist/emotion-hash.esm.js", diff --git a/packages/is-prop-valid/CHANGELOG.md b/packages/is-prop-valid/CHANGELOG.md index dcb074ce6..b1c7f8990 100644 --- a/packages/is-prop-valid/CHANGELOG.md +++ b/packages/is-prop-valid/CHANGELOG.md @@ -1,5 +1,16 @@ # @emotion/is-prop-valid +## 1.2.0 + +### Minor Changes + +- [#2819](https://github.com/emotion-js/emotion/pull/2819) [`bbad8c79`](https://github.com/emotion-js/emotion/commit/bbad8c79937f8dfd5d93bf485c1e9ec44124d228) Thanks [@nicksrandall](https://github.com/nicksrandall)! - `exports` field has been added to the `package.json` manifest. This fixes how our default exports are treated by Node.js when using their native support for ES modules. It also limits what files can be imported from a package but we've tried our best to allow importing all the files that were considered to be a part of the public API. + +### Patch Changes + +- Updated dependencies [[`bbad8c79`](https://github.com/emotion-js/emotion/commit/bbad8c79937f8dfd5d93bf485c1e9ec44124d228)]: + - @emotion/memoize@0.8.0 + ## 1.1.3 ### Patch Changes diff --git a/packages/is-prop-valid/package.json b/packages/is-prop-valid/package.json index ca0968356..0c2bf9b31 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.3", + "version": "1.2.0", "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", @@ -14,7 +14,7 @@ "access": "public" }, "dependencies": { - "@emotion/memoize": "^0.7.4" + "@emotion/memoize": "^0.8.0" }, "devDependencies": { "@definitelytyped/dtslint": "0.0.112", diff --git a/packages/jest/CHANGELOG.md b/packages/jest/CHANGELOG.md index 5e0a2e029..6d6cf4b77 100644 --- a/packages/jest/CHANGELOG.md +++ b/packages/jest/CHANGELOG.md @@ -1,5 +1,16 @@ # @emotion/jest +## 11.10.0 + +### Minor Changes + +- [#2819](https://github.com/emotion-js/emotion/pull/2819) [`bbad8c79`](https://github.com/emotion-js/emotion/commit/bbad8c79937f8dfd5d93bf485c1e9ec44124d228) Thanks [@nicksrandall](https://github.com/nicksrandall)! - `exports` field has been added to the `package.json` manifest. This fixes how our default exports are treated by Node.js when using their native support for ES modules. It also limits what files can be imported from a package but we've tried our best to allow importing all the files that were considered to be a part of the public API. + +### Patch Changes + +- Updated dependencies [[`bbad8c79`](https://github.com/emotion-js/emotion/commit/bbad8c79937f8dfd5d93bf485c1e9ec44124d228)]: + - @emotion/css-prettifier@1.1.0 + ## 11.9.4 ### Patch Changes diff --git a/packages/jest/package.json b/packages/jest/package.json index b4de2eb4f..58cabc597 100644 --- a/packages/jest/package.json +++ b/packages/jest/package.json @@ -1,6 +1,6 @@ { "name": "@emotion/jest", - "version": "11.9.4", + "version": "11.10.0", "description": "Jest utilities for emotion", "main": "dist/emotion-jest.cjs.js", "module": "dist/emotion-jest.esm.js", @@ -37,7 +37,7 @@ }, "dependencies": { "@babel/runtime": "^7.18.3", - "@emotion/css-prettifier": "^1.0.1", + "@emotion/css-prettifier": "^1.1.0", "chalk": "^4.1.0", "specificity": "^0.4.1", "stylis": "4.0.13" @@ -56,8 +56,8 @@ }, "devDependencies": { "@definitelytyped/dtslint": "0.0.112", - "@emotion/css": "11.9.0", - "@emotion/react": "11.9.3", + "@emotion/css": "11.10.0", + "@emotion/react": "11.10.0", "@types/jest": "^27.0.3", "enzyme-to-json": "^3.6.1", "pretty-format": "^22.4.3", diff --git a/packages/memoize/CHANGELOG.md b/packages/memoize/CHANGELOG.md index c50440fd2..2da8e9daf 100644 --- a/packages/memoize/CHANGELOG.md +++ b/packages/memoize/CHANGELOG.md @@ -1,5 +1,11 @@ # @emotion/memoize +## 0.8.0 + +### Minor Changes + +- [#2819](https://github.com/emotion-js/emotion/pull/2819) [`bbad8c79`](https://github.com/emotion-js/emotion/commit/bbad8c79937f8dfd5d93bf485c1e9ec44124d228) Thanks [@nicksrandall](https://github.com/nicksrandall)! - `exports` field has been added to the `package.json` manifest. This fixes how our default exports are treated by Node.js when using their native support for ES modules. It also limits what files can be imported from a package but we've tried our best to allow importing all the files that were considered to be a part of the public API. + ## 0.7.5 ### Patch Changes diff --git a/packages/memoize/package.json b/packages/memoize/package.json index 0634ec747..fb0a3bfb0 100644 --- a/packages/memoize/package.json +++ b/packages/memoize/package.json @@ -1,6 +1,6 @@ { "name": "@emotion/memoize", - "version": "0.7.5", + "version": "0.8.0", "description": "emotion's memoize utility", "main": "dist/emotion-memoize.cjs.js", "module": "dist/emotion-memoize.esm.js", diff --git a/packages/native/CHANGELOG.md b/packages/native/CHANGELOG.md index bc00aa1d2..8d54528f2 100644 --- a/packages/native/CHANGELOG.md +++ b/packages/native/CHANGELOG.md @@ -1,5 +1,16 @@ # @emotion/native +## 11.10.0 + +### Minor Changes + +- [#2819](https://github.com/emotion-js/emotion/pull/2819) [`bbad8c79`](https://github.com/emotion-js/emotion/commit/bbad8c79937f8dfd5d93bf485c1e9ec44124d228) Thanks [@nicksrandall](https://github.com/nicksrandall)! - `exports` field has been added to the `package.json` manifest. This fixes how our default exports are treated by Node.js when using their native support for ES modules. It also limits what files can be imported from a package but we've tried our best to allow importing all the files that were considered to be a part of the public API. + +### Patch Changes + +- Updated dependencies [[`bbad8c79`](https://github.com/emotion-js/emotion/commit/bbad8c79937f8dfd5d93bf485c1e9ec44124d228)]: + - @emotion/primitives-core@11.10.0 + ## 11.9.3 ### Patch Changes diff --git a/packages/native/package.json b/packages/native/package.json index ff78fae05..dc7b92c00 100644 --- a/packages/native/package.json +++ b/packages/native/package.json @@ -1,6 +1,6 @@ { "name": "@emotion/native", - "version": "11.9.3", + "version": "11.10.0", "description": "Style and render React Native components using emotion", "main": "dist/emotion-native.cjs.js", "module": "dist/emotion-native.esm.js", @@ -31,7 +31,7 @@ "typescript": "^4.5.5" }, "dependencies": { - "@emotion/primitives-core": "^11.0.0" + "@emotion/primitives-core": "^11.10.0" }, "peerDependencies": { "@babel/core": "^7.0.0", diff --git a/packages/primitives-core/CHANGELOG.md b/packages/primitives-core/CHANGELOG.md index d25d40d4f..2fe1dcacc 100644 --- a/packages/primitives-core/CHANGELOG.md +++ b/packages/primitives-core/CHANGELOG.md @@ -1,5 +1,11 @@ # @emotion/primitives-core +## 11.10.0 + +### Minor Changes + +- [#2819](https://github.com/emotion-js/emotion/pull/2819) [`bbad8c79`](https://github.com/emotion-js/emotion/commit/bbad8c79937f8dfd5d93bf485c1e9ec44124d228) Thanks [@nicksrandall](https://github.com/nicksrandall)! - `exports` field has been added to the `package.json` manifest. This fixes how our default exports are treated by Node.js when using their native support for ES modules. It also limits what files can be imported from a package but we've tried our best to allow importing all the files that were considered to be a part of the public API. + ## 11.0.0 ### Major Changes diff --git a/packages/primitives-core/package.json b/packages/primitives-core/package.json index 17b1c2f8c..43b5e110f 100644 --- a/packages/primitives-core/package.json +++ b/packages/primitives-core/package.json @@ -1,6 +1,6 @@ { "name": "@emotion/primitives-core", - "version": "11.0.0", + "version": "11.10.0", "description": "Shared utilities for emotion primitives and native", "main": "dist/emotion-primitives-core.cjs.js", "module": "dist/emotion-primitives-core.esm.js", @@ -20,7 +20,7 @@ "react": ">=16.8.0" }, "devDependencies": { - "@emotion/react": "11.9.3", + "@emotion/react": "11.10.0", "react": "16.14.0" }, "homepage": "https://emotion.sh", diff --git a/packages/primitives/CHANGELOG.md b/packages/primitives/CHANGELOG.md index 3db875250..b1ae419e5 100644 --- a/packages/primitives/CHANGELOG.md +++ b/packages/primitives/CHANGELOG.md @@ -1,5 +1,18 @@ # @emotion/primitives +## 11.10.0 + +### Minor Changes + +- [#2819](https://github.com/emotion-js/emotion/pull/2819) [`bbad8c79`](https://github.com/emotion-js/emotion/commit/bbad8c79937f8dfd5d93bf485c1e9ec44124d228) Thanks [@nicksrandall](https://github.com/nicksrandall)! - `exports` field has been added to the `package.json` manifest. This fixes how our default exports are treated by Node.js when using their native support for ES modules. It also limits what files can be imported from a package but we've tried our best to allow importing all the files that were considered to be a part of the public API. + +### Patch Changes + +- Updated dependencies [[`bbad8c79`](https://github.com/emotion-js/emotion/commit/bbad8c79937f8dfd5d93bf485c1e9ec44124d228)]: + - @emotion/babel-plugin@11.10.0 + - @emotion/is-prop-valid@1.2.0 + - @emotion/primitives-core@11.10.0 + ## 11.0.0 ### Major Changes diff --git a/packages/primitives/package.json b/packages/primitives/package.json index a3a829df8..4ba4b0c6b 100644 --- a/packages/primitives/package.json +++ b/packages/primitives/package.json @@ -1,6 +1,6 @@ { "name": "@emotion/primitives", - "version": "11.0.0", + "version": "11.10.0", "main": "dist/emotion-primitives.cjs.js", "module": "dist/emotion-primitives.esm.js", "scripts": { @@ -12,9 +12,9 @@ "macro.js" ], "dependencies": { - "@emotion/babel-plugin": "^11.0.0", - "@emotion/is-prop-valid": "^1.0.0", - "@emotion/primitives-core": "^11.0.0" + "@emotion/babel-plugin": "^11.10.0", + "@emotion/is-prop-valid": "^1.2.0", + "@emotion/primitives-core": "^11.10.0" }, "peerDependencies": { "@babel/core": "^7.0.0", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 58b76033e..e3cd514d0 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,22 @@ # @emotion/react +## 11.10.0 + +### Minor Changes + +- [#2819](https://github.com/emotion-js/emotion/pull/2819) [`bbad8c79`](https://github.com/emotion-js/emotion/commit/bbad8c79937f8dfd5d93bf485c1e9ec44124d228) Thanks [@nicksrandall](https://github.com/nicksrandall)! - `exports` field has been added to the `package.json` manifest. This fixes how our default exports are treated by Node.js when using their native support for ES modules. It also limits what files can be imported from a package but we've tried our best to allow importing all the files that were considered to be a part of the public API. + +* [#2819](https://github.com/emotion-js/emotion/pull/2819) [`bbad8c79`](https://github.com/emotion-js/emotion/commit/bbad8c79937f8dfd5d93bf485c1e9ec44124d228) Thanks [@nicksrandall](https://github.com/nicksrandall)! - Thanks to the added `exports` field, the package now includes a `worker` condition that can be utilized by properly configured bundlers when targeting worker-like environments. It fixes the issue with browser-specific files being prioritized by some bundlers when targeting workers. + +### Patch Changes + +- Updated dependencies [[`bbad8c79`](https://github.com/emotion-js/emotion/commit/bbad8c79937f8dfd5d93bf485c1e9ec44124d228), [`bbad8c79`](https://github.com/emotion-js/emotion/commit/bbad8c79937f8dfd5d93bf485c1e9ec44124d228)]: + - @emotion/babel-plugin@11.10.0 + - @emotion/cache@11.10.0 + - @emotion/serialize@1.1.0 + - @emotion/utils@1.2.0 + - @emotion/weak-memoize@0.3.0 + ## 11.9.3 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 240e98876..4bbd0c56b 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@emotion/react", - "version": "11.9.3", + "version": "11.10.0", "main": "dist/emotion-react.cjs.js", "module": "dist/emotion-react.esm.js", "browser": { @@ -63,11 +63,11 @@ }, "dependencies": { "@babel/runtime": "^7.18.3", - "@emotion/babel-plugin": "^11.7.1", - "@emotion/cache": "^11.9.3", - "@emotion/serialize": "^1.0.4", - "@emotion/utils": "^1.1.0", - "@emotion/weak-memoize": "^0.2.5", + "@emotion/babel-plugin": "^11.10.0", + "@emotion/cache": "^11.10.0", + "@emotion/serialize": "^1.1.0", + "@emotion/utils": "^1.2.0", + "@emotion/weak-memoize": "^0.3.0", "hoist-non-react-statics": "^3.3.1" }, "peerDependencies": { @@ -85,10 +85,10 @@ "devDependencies": { "@babel/core": "^7.18.5", "@definitelytyped/dtslint": "0.0.112", - "@emotion/css": "11.9.0", - "@emotion/css-prettifier": "1.0.1", - "@emotion/server": "11.4.0", - "@emotion/styled": "11.9.3", + "@emotion/css": "11.10.0", + "@emotion/css-prettifier": "1.1.0", + "@emotion/server": "11.10.0", + "@emotion/styled": "11.10.0", "html-tag-names": "^1.1.2", "react": "16.14.0", "svg-tag-names": "^1.1.1", diff --git a/packages/serialize/CHANGELOG.md b/packages/serialize/CHANGELOG.md index 46dc40969..e8a1e12c1 100644 --- a/packages/serialize/CHANGELOG.md +++ b/packages/serialize/CHANGELOG.md @@ -1,5 +1,19 @@ # @emotion/serialize +## 1.1.0 + +### Minor Changes + +- [#2819](https://github.com/emotion-js/emotion/pull/2819) [`bbad8c79`](https://github.com/emotion-js/emotion/commit/bbad8c79937f8dfd5d93bf485c1e9ec44124d228) Thanks [@nicksrandall](https://github.com/nicksrandall)! - `exports` field has been added to the `package.json` manifest. This fixes how our default exports are treated by Node.js when using their native support for ES modules. It also limits what files can be imported from a package but we've tried our best to allow importing all the files that were considered to be a part of the public API. + +### Patch Changes + +- Updated dependencies [[`bbad8c79`](https://github.com/emotion-js/emotion/commit/bbad8c79937f8dfd5d93bf485c1e9ec44124d228), [`bbad8c79`](https://github.com/emotion-js/emotion/commit/bbad8c79937f8dfd5d93bf485c1e9ec44124d228)]: + - @emotion/hash@0.9.0 + - @emotion/memoize@0.8.0 + - @emotion/unitless@0.8.0 + - @emotion/utils@1.2.0 + ## 1.0.4 ### Patch Changes diff --git a/packages/serialize/package.json b/packages/serialize/package.json index ec9bc2454..3826a437c 100644 --- a/packages/serialize/package.json +++ b/packages/serialize/package.json @@ -1,6 +1,6 @@ { "name": "@emotion/serialize", - "version": "1.0.4", + "version": "1.1.0", "description": "serialization utils for emotion", "main": "dist/emotion-serialize.cjs.js", "module": "dist/emotion-serialize.esm.js", @@ -14,10 +14,10 @@ "test:typescript": "dtslint types" }, "dependencies": { - "@emotion/hash": "^0.8.0", - "@emotion/memoize": "^0.7.4", - "@emotion/unitless": "^0.7.5", - "@emotion/utils": "^1.0.0", + "@emotion/hash": "^0.9.0", + "@emotion/memoize": "^0.8.0", + "@emotion/unitless": "^0.8.0", + "@emotion/utils": "^1.2.0", "csstype": "^3.0.2" }, "devDependencies": { diff --git a/packages/server/CHANGELOG.md b/packages/server/CHANGELOG.md index 90561c815..e5e4e022c 100644 --- a/packages/server/CHANGELOG.md +++ b/packages/server/CHANGELOG.md @@ -1,5 +1,18 @@ # @emotion/server +## 11.10.0 + +### Minor Changes + +- [#2819](https://github.com/emotion-js/emotion/pull/2819) [`bbad8c79`](https://github.com/emotion-js/emotion/commit/bbad8c79937f8dfd5d93bf485c1e9ec44124d228) Thanks [@nicksrandall](https://github.com/nicksrandall)! - `exports` field has been added to the `package.json` manifest. This fixes how our default exports are treated by Node.js when using their native support for ES modules. It also limits what files can be imported from a package but we've tried our best to allow importing all the files that were considered to be a part of the public API. + +### Patch Changes + +- [#2835](https://github.com/emotion-js/emotion/pull/2835) [`fa7f494d`](https://github.com/emotion-js/emotion/commit/fa7f494d13fbcbad8a1fb765acba0610e084b7e5) Thanks [@manishco](https://github.com/manishco)! - Added missing TypeScript declarations for `extractCriticalToChunks` and `constructStyleTagsFromChunks` exports. + +- Updated dependencies [[`bbad8c79`](https://github.com/emotion-js/emotion/commit/bbad8c79937f8dfd5d93bf485c1e9ec44124d228), [`bbad8c79`](https://github.com/emotion-js/emotion/commit/bbad8c79937f8dfd5d93bf485c1e9ec44124d228)]: + - @emotion/utils@1.2.0 + ## 11.4.0 ### Minor Changes diff --git a/packages/server/package.json b/packages/server/package.json index 46940533f..df07adc07 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "@emotion/server", - "version": "11.4.0", + "version": "11.10.0", "description": "Extract and inline critical css with emotion for server side rendering.", "main": "dist/emotion-server.cjs.js", "module": "dist/emotion-server.esm.js", @@ -15,7 +15,7 @@ "test:typescript": "dtslint types" }, "dependencies": { - "@emotion/utils": "^1.0.0", + "@emotion/utils": "^1.2.0", "html-tokenize": "^2.0.0", "multipipe": "^1.0.2", "through": "^2.3.8" @@ -30,9 +30,9 @@ }, "devDependencies": { "@definitelytyped/dtslint": "0.0.112", - "@emotion/babel-plugin": "11.9.5", - "@emotion/css": "11.9.0", - "@emotion/css-prettifier": "1.0.1", + "@emotion/babel-plugin": "11.10.0", + "@emotion/css": "11.10.0", + "@emotion/css-prettifier": "1.1.0", "@types/node": "^12.20.37", "typescript": "^4.5.5" }, diff --git a/packages/sheet/CHANGELOG.md b/packages/sheet/CHANGELOG.md index bce20d281..708e8898b 100644 --- a/packages/sheet/CHANGELOG.md +++ b/packages/sheet/CHANGELOG.md @@ -1,5 +1,11 @@ # @emotion/sheet +## 1.2.0 + +### Minor Changes + +- [#2819](https://github.com/emotion-js/emotion/pull/2819) [`bbad8c79`](https://github.com/emotion-js/emotion/commit/bbad8c79937f8dfd5d93bf485c1e9ec44124d228) Thanks [@nicksrandall](https://github.com/nicksrandall)! - `exports` field has been added to the `package.json` manifest. This fixes how our default exports are treated by Node.js when using their native support for ES modules. It also limits what files can be imported from a package but we've tried our best to allow importing all the files that were considered to be a part of the public API. + ## 1.1.1 ### Patch Changes diff --git a/packages/sheet/package.json b/packages/sheet/package.json index c6f8ea19a..7cff663a1 100644 --- a/packages/sheet/package.json +++ b/packages/sheet/package.json @@ -1,6 +1,6 @@ { "name": "@emotion/sheet", - "version": "1.1.1", + "version": "1.2.0", "description": "emotion's stylesheet", "main": "dist/emotion-sheet.cjs.js", "module": "dist/emotion-sheet.esm.js", diff --git a/packages/styled/CHANGELOG.md b/packages/styled/CHANGELOG.md index 4fe050ab9..59ffe0f1d 100644 --- a/packages/styled/CHANGELOG.md +++ b/packages/styled/CHANGELOG.md @@ -1,5 +1,21 @@ # @emotion/styled +## 11.10.0 + +### Minor Changes + +- [#2819](https://github.com/emotion-js/emotion/pull/2819) [`bbad8c79`](https://github.com/emotion-js/emotion/commit/bbad8c79937f8dfd5d93bf485c1e9ec44124d228) Thanks [@nicksrandall](https://github.com/nicksrandall)! - `exports` field has been added to the `package.json` manifest. This fixes how our default exports are treated by Node.js when using their native support for ES modules. It also limits what files can be imported from a package but we've tried our best to allow importing all the files that were considered to be a part of the public API. + +* [#2819](https://github.com/emotion-js/emotion/pull/2819) [`bbad8c79`](https://github.com/emotion-js/emotion/commit/bbad8c79937f8dfd5d93bf485c1e9ec44124d228) Thanks [@nicksrandall](https://github.com/nicksrandall)! - Thanks to the added `exports` field, the package now includes a `worker` condition that can be utilized by properly configured bundlers when targeting worker-like environments. It fixes the issue with browser-specific files being prioritized by some bundlers when targeting workers. + +### Patch Changes + +- Updated dependencies [[`bbad8c79`](https://github.com/emotion-js/emotion/commit/bbad8c79937f8dfd5d93bf485c1e9ec44124d228), [`bbad8c79`](https://github.com/emotion-js/emotion/commit/bbad8c79937f8dfd5d93bf485c1e9ec44124d228)]: + - @emotion/babel-plugin@11.10.0 + - @emotion/is-prop-valid@1.2.0 + - @emotion/serialize@1.1.0 + - @emotion/utils@1.2.0 + ## 11.9.3 ### Patch Changes diff --git a/packages/styled/package.json b/packages/styled/package.json index 73214fc7c..def6a034b 100644 --- a/packages/styled/package.json +++ b/packages/styled/package.json @@ -1,6 +1,6 @@ { "name": "@emotion/styled", - "version": "11.9.3", + "version": "11.10.0", "description": "styled API for emotion", "main": "dist/emotion-styled.cjs.js", "module": "dist/emotion-styled.esm.js", @@ -12,10 +12,10 @@ }, "dependencies": { "@babel/runtime": "^7.18.3", - "@emotion/babel-plugin": "^11.7.1", - "@emotion/is-prop-valid": "^1.1.3", - "@emotion/serialize": "^1.0.4", - "@emotion/utils": "^1.1.0" + "@emotion/babel-plugin": "^11.10.0", + "@emotion/is-prop-valid": "^1.2.0", + "@emotion/serialize": "^1.1.0", + "@emotion/utils": "^1.2.0" }, "peerDependencies": { "@babel/core": "^7.0.0", @@ -33,7 +33,7 @@ "devDependencies": { "@babel/core": "^7.18.5", "@definitelytyped/dtslint": "0.0.112", - "@emotion/react": "11.9.3", + "@emotion/react": "11.10.0", "react": "16.14.0", "typescript": "^4.5.5" }, diff --git a/packages/unitless/CHANGELOG.md b/packages/unitless/CHANGELOG.md index 71b2eff22..a440e63af 100644 --- a/packages/unitless/CHANGELOG.md +++ b/packages/unitless/CHANGELOG.md @@ -1,5 +1,11 @@ # @emotion/unitless +## 0.8.0 + +### Minor Changes + +- [#2819](https://github.com/emotion-js/emotion/pull/2819) [`bbad8c79`](https://github.com/emotion-js/emotion/commit/bbad8c79937f8dfd5d93bf485c1e9ec44124d228) Thanks [@nicksrandall](https://github.com/nicksrandall)! - `exports` field has been added to the `package.json` manifest. This fixes how our default exports are treated by Node.js when using their native support for ES modules. It also limits what files can be imported from a package but we've tried our best to allow importing all the files that were considered to be a part of the public API. + ## 0.7.5 ### Patch Changes diff --git a/packages/unitless/package.json b/packages/unitless/package.json index 8f5698d6c..c2b3d1783 100644 --- a/packages/unitless/package.json +++ b/packages/unitless/package.json @@ -1,6 +1,6 @@ { "name": "@emotion/unitless", - "version": "0.7.5", + "version": "0.8.0", "description": "An object of css properties that don't accept values with units", "main": "dist/emotion-unitless.cjs.js", "module": "dist/emotion-unitless.esm.js", diff --git a/packages/utils/CHANGELOG.md b/packages/utils/CHANGELOG.md index 804640127..675d90e17 100644 --- a/packages/utils/CHANGELOG.md +++ b/packages/utils/CHANGELOG.md @@ -1,5 +1,13 @@ # @emotion/utils +## 1.2.0 + +### Minor Changes + +- [#2819](https://github.com/emotion-js/emotion/pull/2819) [`bbad8c79`](https://github.com/emotion-js/emotion/commit/bbad8c79937f8dfd5d93bf485c1e9ec44124d228) Thanks [@nicksrandall](https://github.com/nicksrandall)! - `exports` field has been added to the `package.json` manifest. This fixes how our default exports are treated by Node.js when using their native support for ES modules. It also limits what files can be imported from a package but we've tried our best to allow importing all the files that were considered to be a part of the public API. + +* [#2819](https://github.com/emotion-js/emotion/pull/2819) [`bbad8c79`](https://github.com/emotion-js/emotion/commit/bbad8c79937f8dfd5d93bf485c1e9ec44124d228) Thanks [@nicksrandall](https://github.com/nicksrandall)! - Thanks to the added `exports` field, the package now includes a `worker` condition that can be utilized by properly configured bundlers when targeting worker-like environments. It fixes the issue with browser-specific files being prioritized by some bundlers when targeting workers. + ## 1.1.0 ### Minor Changes diff --git a/packages/utils/package.json b/packages/utils/package.json index 84e6044b3..8fccb89aa 100644 --- a/packages/utils/package.json +++ b/packages/utils/package.json @@ -1,6 +1,6 @@ { "name": "@emotion/utils", - "version": "1.1.0", + "version": "1.2.0", "description": "internal utils for emotion", "main": "dist/emotion-utils.cjs.js", "module": "dist/emotion-utils.esm.js", diff --git a/packages/weak-memoize/CHANGELOG.md b/packages/weak-memoize/CHANGELOG.md index 45c1da64a..4782a5b04 100644 --- a/packages/weak-memoize/CHANGELOG.md +++ b/packages/weak-memoize/CHANGELOG.md @@ -1,5 +1,11 @@ # @emotion/weak-memoize +## 0.3.0 + +### Minor Changes + +- [#2819](https://github.com/emotion-js/emotion/pull/2819) [`bbad8c79`](https://github.com/emotion-js/emotion/commit/bbad8c79937f8dfd5d93bf485c1e9ec44124d228) Thanks [@nicksrandall](https://github.com/nicksrandall)! - `exports` field has been added to the `package.json` manifest. This fixes how our default exports are treated by Node.js when using their native support for ES modules. It also limits what files can be imported from a package but we've tried our best to allow importing all the files that were considered to be a part of the public API. + ## 0.2.5 ### Patch Changes diff --git a/packages/weak-memoize/package.json b/packages/weak-memoize/package.json index 21b6708d5..5d57aaa95 100644 --- a/packages/weak-memoize/package.json +++ b/packages/weak-memoize/package.json @@ -1,6 +1,6 @@ { "name": "@emotion/weak-memoize", - "version": "0.2.5", + "version": "0.3.0", "description": "A memoization function that uses a WeakMap", "main": "dist/emotion-weak-memoize.cjs.js", "module": "dist/emotion-weak-memoize.esm.js",