Skip to content

Commit 1135f8e

Browse files
Version Packages (#3030)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 336f3d5 commit 1135f8e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+363
-186
lines changed

.changeset/early-mice-morph.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/perfect-otters-compete.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

.changeset/seven-bags-tickle.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.changeset/wicked-pants-raise.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/babel-plugin-jsx-pragmatic/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @emotion/babel-plugin-jsx-pragmatic
22

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- [#3029](https://github.com/emotion-js/emotion/pull/3029) [`eed5e6cf`](https://github.com/emotion-js/emotion/commit/eed5e6cf00f94f3011b93825ccce43cb2270c247) Thanks [@Andarist](https://github.com/Andarist)! - Fixed importing in Node ESM
8+
39
## 0.2.0
410

511
### Minor Changes

packages/babel-plugin-jsx-pragmatic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emotion/babel-plugin-jsx-pragmatic",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Insert code to load a module corresponding to JSX pragma.",
55
"main": "dist/emotion-babel-plugin-jsx-pragmatic.cjs.js",
66
"module": "dist/emotion-babel-plugin-jsx-pragmatic.esm.js",

packages/babel-plugin/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @emotion/babel-plugin
22

3+
## 11.11.0
4+
5+
### Patch Changes
6+
7+
- [#3031](https://github.com/emotion-js/emotion/pull/3031) [`336f3d50`](https://github.com/emotion-js/emotion/commit/336f3d50fd684ccbb160fff0c63d5560936f1ee5) Thanks [@Andarist](https://github.com/Andarist)! - Updated the underlying parser ([stylis](https://github.com/thysultan/stylis)) to 4.2.0
8+
9+
* [#3029](https://github.com/emotion-js/emotion/pull/3029) [`eed5e6cf`](https://github.com/emotion-js/emotion/commit/eed5e6cf00f94f3011b93825ccce43cb2270c247) Thanks [@Andarist](https://github.com/Andarist)! - Fixed importing in Node ESM
10+
11+
* Updated dependencies [[`eed5e6cf`](https://github.com/emotion-js/emotion/commit/eed5e6cf00f94f3011b93825ccce43cb2270c247)]:
12+
- @emotion/hash@0.9.1
13+
- @emotion/memoize@0.8.1
14+
- @emotion/serialize@1.1.2
15+
316
## 11.10.8
417

518
### Patch Changes

packages/babel-plugin/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emotion/babel-plugin",
3-
"version": "11.10.8",
3+
"version": "11.11.0",
44
"description": "A recommended babel preprocessing plugin for emotion, The Next Generation of CSS-in-JS.",
55
"main": "dist/emotion-babel-plugin.cjs.js",
66
"module": "dist/emotion-babel-plugin.esm.js",
@@ -20,9 +20,9 @@
2020
"dependencies": {
2121
"@babel/helper-module-imports": "^7.16.7",
2222
"@babel/runtime": "^7.18.3",
23-
"@emotion/hash": "^0.9.0",
24-
"@emotion/memoize": "^0.8.0",
25-
"@emotion/serialize": "^1.1.1",
23+
"@emotion/hash": "^0.9.1",
24+
"@emotion/memoize": "^0.8.1",
25+
"@emotion/serialize": "^1.1.2",
2626
"babel-plugin-macros": "^3.1.0",
2727
"convert-source-map": "^1.5.0",
2828
"escape-string-regexp": "^4.0.0",

packages/babel-preset-css-prop/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @emotion/babel-preset-css-prop
22

3+
## 11.11.0
4+
5+
### Patch Changes
6+
7+
- [#3029](https://github.com/emotion-js/emotion/pull/3029) [`eed5e6cf`](https://github.com/emotion-js/emotion/commit/eed5e6cf00f94f3011b93825ccce43cb2270c247) Thanks [@Andarist](https://github.com/Andarist)! - Fixed importing in Node ESM
8+
9+
- Updated dependencies [[`336f3d50`](https://github.com/emotion-js/emotion/commit/336f3d50fd684ccbb160fff0c63d5560936f1ee5), [`eed5e6cf`](https://github.com/emotion-js/emotion/commit/eed5e6cf00f94f3011b93825ccce43cb2270c247)]:
10+
- @emotion/babel-plugin@11.11.0
11+
- @emotion/babel-plugin-jsx-pragmatic@0.2.1
12+
313
## 11.10.0
414

515
### Minor Changes

packages/babel-preset-css-prop/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emotion/babel-preset-css-prop",
3-
"version": "11.10.0",
3+
"version": "11.11.0",
44
"description": "A babel preset to automatically enable emotion's css prop",
55
"main": "dist/emotion-babel-preset-css-prop.cjs.js",
66
"module": "dist/emotion-babel-preset-css-prop.esm.js",
@@ -17,8 +17,8 @@
1717
"dependencies": {
1818
"@babel/plugin-transform-react-jsx": "^7.17.12",
1919
"@babel/runtime": "^7.18.3",
20-
"@emotion/babel-plugin": "^11.10.0",
21-
"@emotion/babel-plugin-jsx-pragmatic": "^0.2.0"
20+
"@emotion/babel-plugin": "^11.11.0",
21+
"@emotion/babel-plugin-jsx-pragmatic": "^0.2.1"
2222
},
2323
"peerDependencies": {
2424
"@babel/core": "^7.0.0"

0 commit comments

Comments
 (0)