diff --git a/.changeset/nine-waves-play.md b/.changeset/nine-waves-play.md deleted file mode 100644 index 6c76cf5d9..000000000 --- a/.changeset/nine-waves-play.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@emotion/core': minor ---- - -Support for [the new JSX runtimes](https://reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html) has been added. They require compatible React versions and shouldn't be manually used. - -To use them you can use the new `@jsxImportSource @emotion/core` pragma instead of the old `@jsx jsx` or you can use `@emotion/babel-preset-css-prop` with `{ runtime: 'automatic' }` option to have it handled automatically for you for the whole project. diff --git a/.changeset/soft-icons-drum.md b/.changeset/soft-icons-drum.md deleted file mode 100644 index 20a41ff50..000000000 --- a/.changeset/soft-icons-drum.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@emotion/babel-preset-css-prop': minor ---- - -A new `runtime` option has been added that can be configured to `'automatic'` to opt into [the new JSX runtimes](https://reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html). To use this a compatible React version has to be used. diff --git a/packages/babel-preset-css-prop/CHANGELOG.md b/packages/babel-preset-css-prop/CHANGELOG.md index 2277fa494..f62450479 100644 --- a/packages/babel-preset-css-prop/CHANGELOG.md +++ b/packages/babel-preset-css-prop/CHANGELOG.md @@ -1,5 +1,11 @@ # @emotion/babel-preset-css-prop +## 10.1.0 + +### Minor Changes + +- [`71514b06`](https://github.com/emotion-js/emotion/commit/71514b06fe172517168f98321499f05e74388de6) [#1970](https://github.com/emotion-js/emotion/pull/1970) Thanks [@FLGMwt](https://github.com/FLGMwt)! - A new `runtime` option has been added that can be configured to `'automatic'` to opt into [the new JSX runtimes](https://reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html). To use this a compatible React version has to be used. + ## 10.0.27 ### Patch Changes diff --git a/packages/babel-preset-css-prop/package.json b/packages/babel-preset-css-prop/package.json index 362c4f18e..ccdd11933 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": "10.0.27", + "version": "10.1.0", "description": "A babel preset to automatically enable emotion's css prop", "main": "dist/babel-preset-css-prop.cjs.js", "module": "dist/babel-preset-css-prop.esm.js", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 356efe1e8..cb28c2a06 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,13 @@ # @emotion/core +## 10.1.0 + +### Minor Changes + +- [`71514b06`](https://github.com/emotion-js/emotion/commit/71514b06fe172517168f98321499f05e74388de6) [#1970](https://github.com/emotion-js/emotion/pull/1970) Thanks [@FLGMwt](https://github.com/FLGMwt)! - Support for [the new JSX runtimes](https://reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html) has been added. They require compatible React versions and shouldn't be manually used. + + To use them you can use the new `@jsxImportSource @emotion/core` pragma instead of the old `@jsx jsx` or you can use `@emotion/babel-preset-css-prop` with `{ runtime: 'automatic' }` option to have it handled automatically for you for the whole project. + ## 10.0.35 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index a9020022c..77e204037 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@emotion/core", - "version": "10.0.35", + "version": "10.1.0", "main": "dist/core.cjs.js", "module": "dist/core.esm.js", "browser": {