Skip to content

Commit c161e6f

Browse files
Version Packages (#3272)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent f45eb19 commit c161e6f

20 files changed

+130
-73
lines changed

.changeset/healthy-lies-decide.md

-11
This file was deleted.

packages/babel-plugin/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @emotion/babel-plugin
22

3+
## 11.13.5
4+
5+
### Patch Changes
6+
7+
- [#3270](https://github.com/emotion-js/emotion/pull/3270) [`77d930d`](https://github.com/emotion-js/emotion/commit/77d930dc708015ff6fd34a1084bb343b02d732fa) Thanks [@emmatown](https://github.com/emmatown)! - Fix inconsistent hashes using development vs production bundles/`exports` conditions when using `@emotion/babel-plugin` with `sourceMap: true` (the default). This is particularly visible when using Emotion with the Next.js Pages router where the `development` condition is used when bundling code but not when importing external code with Node.js.
8+
9+
- Updated dependencies [[`77d930d`](https://github.com/emotion-js/emotion/commit/77d930dc708015ff6fd34a1084bb343b02d732fa)]:
10+
- @emotion/serialize@1.3.3
11+
312
## 11.12.0
413

514
### Patch Changes

packages/babel-plugin/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emotion/babel-plugin",
3-
"version": "11.12.0",
3+
"version": "11.13.5",
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",
@@ -26,7 +26,7 @@
2626
"@babel/runtime": "^7.18.3",
2727
"@emotion/hash": "^0.9.2",
2828
"@emotion/memoize": "^0.9.0",
29-
"@emotion/serialize": "^1.2.0",
29+
"@emotion/serialize": "^1.3.3",
3030
"babel-plugin-macros": "^3.1.0",
3131
"convert-source-map": "^1.5.0",
3232
"escape-string-regexp": "^4.0.0",

packages/cache/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @emotion/cache
22

3+
## 11.13.5
4+
5+
### Patch Changes
6+
7+
- [#3270](https://github.com/emotion-js/emotion/pull/3270) [`77d930d`](https://github.com/emotion-js/emotion/commit/77d930dc708015ff6fd34a1084bb343b02d732fa) Thanks [@emmatown](https://github.com/emmatown)! - Fix inconsistent hashes using development vs production bundles/`exports` conditions when using `@emotion/babel-plugin` with `sourceMap: true` (the default). This is particularly visible when using Emotion with the Next.js Pages router where the `development` condition is used when bundling code but not when importing external code with Node.js.
8+
9+
- Updated dependencies [[`77d930d`](https://github.com/emotion-js/emotion/commit/77d930dc708015ff6fd34a1084bb343b02d732fa)]:
10+
- @emotion/utils@1.4.2
11+
312
## 11.13.1
413

514
### Patch Changes

packages/cache/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emotion/cache",
3-
"version": "11.13.1",
3+
"version": "11.13.5",
44
"description": "emotion's cache",
55
"main": "dist/emotion-cache.cjs.js",
66
"module": "dist/emotion-cache.esm.js",
@@ -83,7 +83,7 @@
8383
"dependencies": {
8484
"@emotion/memoize": "^0.9.0",
8585
"@emotion/sheet": "^1.4.0",
86-
"@emotion/utils": "^1.4.0",
86+
"@emotion/utils": "^1.4.2",
8787
"@emotion/weak-memoize": "^0.4.0",
8888
"stylis": "4.2.0"
8989
},

packages/css/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# emotion
22

3+
## 11.13.5
4+
5+
### Patch Changes
6+
7+
- [#3270](https://github.com/emotion-js/emotion/pull/3270) [`77d930d`](https://github.com/emotion-js/emotion/commit/77d930dc708015ff6fd34a1084bb343b02d732fa) Thanks [@emmatown](https://github.com/emmatown)! - Fix inconsistent hashes using development vs production bundles/`exports` conditions when using `@emotion/babel-plugin` with `sourceMap: true` (the default). This is particularly visible when using Emotion with the Next.js Pages router where the `development` condition is used when bundling code but not when importing external code with Node.js.
8+
9+
- Updated dependencies [[`77d930d`](https://github.com/emotion-js/emotion/commit/77d930dc708015ff6fd34a1084bb343b02d732fa)]:
10+
- @emotion/serialize@1.3.3
11+
- @emotion/cache@11.13.5
12+
- @emotion/utils@1.4.2
13+
- @emotion/babel-plugin@11.13.5
14+
315
## 11.13.4
416

517
### Patch Changes

packages/css/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emotion/css",
3-
"version": "11.13.4",
3+
"version": "11.13.5",
44
"description": "The Next Generation of CSS-in-JS.",
55
"main": "dist/emotion-css.cjs.js",
66
"module": "dist/emotion-css.esm.js",
@@ -16,11 +16,11 @@
1616
"test:typescript": "dtslint types"
1717
},
1818
"dependencies": {
19-
"@emotion/babel-plugin": "^11.12.0",
20-
"@emotion/cache": "^11.13.0",
21-
"@emotion/serialize": "^1.3.0",
19+
"@emotion/babel-plugin": "^11.13.5",
20+
"@emotion/cache": "^11.13.5",
21+
"@emotion/serialize": "^1.3.3",
2222
"@emotion/sheet": "^1.4.0",
23-
"@emotion/utils": "^1.4.0"
23+
"@emotion/utils": "^1.4.2"
2424
},
2525
"devDependencies": {
2626
"@definitelytyped/dtslint": "0.0.112",

packages/jest/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@
7676
},
7777
"devDependencies": {
7878
"@definitelytyped/dtslint": "0.0.112",
79-
"@emotion/css": "11.13.4",
80-
"@emotion/react": "11.13.3",
79+
"@emotion/css": "11.13.5",
80+
"@emotion/react": "11.13.5",
8181
"@types/jest": "^29.5.12",
8282
"enzyme-to-json": "^3.6.1",
8383
"pretty-format": "^22.4.3",

packages/primitives-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"react": ">=16.8.0"
1919
},
2020
"devDependencies": {
21-
"@emotion/react": "11.13.3",
21+
"@emotion/react": "11.13.5",
2222
"@types/css-to-react-native": "^3.0.0",
2323
"react": "16.14.0"
2424
},

packages/react/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# @emotion/react
22

3+
## 11.13.5
4+
5+
### Patch Changes
6+
7+
- [#3270](https://github.com/emotion-js/emotion/pull/3270) [`77d930d`](https://github.com/emotion-js/emotion/commit/77d930dc708015ff6fd34a1084bb343b02d732fa) Thanks [@emmatown](https://github.com/emmatown)! - Fix inconsistent hashes using development vs production bundles/`exports` conditions when using `@emotion/babel-plugin` with `sourceMap: true` (the default). This is particularly visible when using Emotion with the Next.js Pages router where the `development` condition is used when bundling code but not when importing external code with Node.js.
8+
9+
- Updated dependencies [[`77d930d`](https://github.com/emotion-js/emotion/commit/77d930dc708015ff6fd34a1084bb343b02d732fa)]:
10+
- @emotion/serialize@1.3.3
11+
- @emotion/cache@11.13.5
12+
- @emotion/utils@1.4.2
13+
- @emotion/babel-plugin@11.13.5
14+
315
## 11.13.3
416

517
### Patch Changes

packages/react/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emotion/react",
3-
"version": "11.13.3",
3+
"version": "11.13.5",
44
"main": "dist/emotion-react.cjs.js",
55
"module": "dist/emotion-react.esm.js",
66
"exports": {
@@ -261,11 +261,11 @@
261261
},
262262
"dependencies": {
263263
"@babel/runtime": "^7.18.3",
264-
"@emotion/babel-plugin": "^11.12.0",
265-
"@emotion/cache": "^11.13.0",
266-
"@emotion/serialize": "^1.3.1",
264+
"@emotion/babel-plugin": "^11.13.5",
265+
"@emotion/cache": "^11.13.5",
266+
"@emotion/serialize": "^1.3.3",
267267
"@emotion/use-insertion-effect-with-fallbacks": "^1.1.0",
268-
"@emotion/utils": "^1.4.0",
268+
"@emotion/utils": "^1.4.2",
269269
"@emotion/weak-memoize": "^0.4.0",
270270
"hoist-non-react-statics": "^3.3.1"
271271
},
@@ -279,10 +279,10 @@
279279
},
280280
"devDependencies": {
281281
"@definitelytyped/dtslint": "0.0.112",
282-
"@emotion/css": "11.13.4",
282+
"@emotion/css": "11.13.5",
283283
"@emotion/css-prettifier": "1.1.4",
284284
"@emotion/server": "11.11.0",
285-
"@emotion/styled": "11.13.0",
285+
"@emotion/styled": "11.13.5",
286286
"html-tag-names": "^1.1.2",
287287
"react": "16.14.0",
288288
"svg-tag-names": "^1.1.1",

packages/serialize/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @emotion/serialize
22

3+
## 1.3.3
4+
5+
### Patch Changes
6+
7+
- [#3270](https://github.com/emotion-js/emotion/pull/3270) [`77d930d`](https://github.com/emotion-js/emotion/commit/77d930dc708015ff6fd34a1084bb343b02d732fa) Thanks [@emmatown](https://github.com/emmatown)! - Fix inconsistent hashes using development vs production bundles/`exports` conditions when using `@emotion/babel-plugin` with `sourceMap: true` (the default). This is particularly visible when using Emotion with the Next.js Pages router where the `development` condition is used when bundling code but not when importing external code with Node.js.
8+
9+
- Updated dependencies [[`77d930d`](https://github.com/emotion-js/emotion/commit/77d930dc708015ff6fd34a1084bb343b02d732fa)]:
10+
- @emotion/utils@1.4.2
11+
312
## 1.3.2
413

514
### Patch Changes

packages/serialize/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emotion/serialize",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"description": "serialization utils for emotion",
55
"main": "dist/emotion-serialize.cjs.js",
66
"module": "dist/emotion-serialize.esm.js",
@@ -17,7 +17,7 @@
1717
"@emotion/hash": "^0.9.2",
1818
"@emotion/memoize": "^0.9.0",
1919
"@emotion/unitless": "^0.10.0",
20-
"@emotion/utils": "^1.4.1",
20+
"@emotion/utils": "^1.4.2",
2121
"csstype": "^3.0.2"
2222
},
2323
"devDependencies": {

packages/server/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test:typescript": "dtslint types"
1616
},
1717
"dependencies": {
18-
"@emotion/utils": "^1.4.0",
18+
"@emotion/utils": "^1.4.2",
1919
"html-tokenize": "^2.0.0",
2020
"multipipe": "^1.0.2",
2121
"through": "^2.3.8"
@@ -30,8 +30,8 @@
3030
},
3131
"devDependencies": {
3232
"@definitelytyped/dtslint": "0.0.112",
33-
"@emotion/babel-plugin": "11.12.0",
34-
"@emotion/css": "11.13.4",
33+
"@emotion/babel-plugin": "11.13.5",
34+
"@emotion/css": "11.13.5",
3535
"@emotion/css-prettifier": "1.1.4",
3636
"@types/node": "^12.20.37",
3737
"typescript": "^5.4.5"

packages/styled/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @emotion/styled
22

3+
## 11.13.5
4+
5+
### Patch Changes
6+
7+
- [#3270](https://github.com/emotion-js/emotion/pull/3270) [`77d930d`](https://github.com/emotion-js/emotion/commit/77d930dc708015ff6fd34a1084bb343b02d732fa) Thanks [@emmatown](https://github.com/emmatown)! - Fix inconsistent hashes using development vs production bundles/`exports` conditions when using `@emotion/babel-plugin` with `sourceMap: true` (the default). This is particularly visible when using Emotion with the Next.js Pages router where the `development` condition is used when bundling code but not when importing external code with Node.js.
8+
9+
- Updated dependencies [[`77d930d`](https://github.com/emotion-js/emotion/commit/77d930dc708015ff6fd34a1084bb343b02d732fa)]:
10+
- @emotion/serialize@1.3.3
11+
- @emotion/utils@1.4.2
12+
- @emotion/babel-plugin@11.13.5
13+
314
## 11.13.0
415

516
### Minor Changes

packages/styled/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emotion/styled",
3-
"version": "11.13.0",
3+
"version": "11.13.5",
44
"description": "styled API for emotion",
55
"main": "dist/emotion-styled.cjs.js",
66
"module": "dist/emotion-styled.esm.js",
@@ -12,11 +12,11 @@
1212
},
1313
"dependencies": {
1414
"@babel/runtime": "^7.18.3",
15-
"@emotion/babel-plugin": "^11.12.0",
15+
"@emotion/babel-plugin": "^11.13.5",
1616
"@emotion/is-prop-valid": "^1.3.0",
17-
"@emotion/serialize": "^1.3.1",
17+
"@emotion/serialize": "^1.3.3",
1818
"@emotion/use-insertion-effect-with-fallbacks": "^1.1.0",
19-
"@emotion/utils": "^1.4.0"
19+
"@emotion/utils": "^1.4.2"
2020
},
2121
"peerDependencies": {
2222
"@emotion/react": "^11.0.0-rc.0",
@@ -29,7 +29,7 @@
2929
},
3030
"devDependencies": {
3131
"@definitelytyped/dtslint": "0.0.112",
32-
"@emotion/react": "11.13.3",
32+
"@emotion/react": "11.13.5",
3333
"react": "16.14.0",
3434
"typescript": "^5.4.5"
3535
},

packages/utils/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @emotion/utils
22

3+
## 1.4.2
4+
5+
### Patch Changes
6+
7+
- [#3270](https://github.com/emotion-js/emotion/pull/3270) [`77d930d`](https://github.com/emotion-js/emotion/commit/77d930dc708015ff6fd34a1084bb343b02d732fa) Thanks [@emmatown](https://github.com/emmatown)! - Fix inconsistent hashes using development vs production bundles/`exports` conditions when using `@emotion/babel-plugin` with `sourceMap: true` (the default). This is particularly visible when using Emotion with the Next.js Pages router where the `development` condition is used when bundling code but not when importing external code with Node.js.
8+
39
## 1.4.1
410

511
### Patch Changes

packages/utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emotion/utils",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"description": "internal utils for emotion",
55
"main": "dist/emotion-utils.cjs.js",
66
"module": "dist/emotion-utils.esm.js",

scripts/benchmarks/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"@babel/core": "^7.18.5",
12-
"@emotion/babel-plugin": "^11.12.0",
12+
"@emotion/babel-plugin": "^11.13.5",
1313
"babel-plugin-react-native-web": "^0.17.5",
1414
"d3-scale-chromatic": "^3.0.0",
1515
"http-server": "^14.0.0",

0 commit comments

Comments
 (0)