Skip to content

Commit 74999ff

Browse files
Version Packages (next)
1 parent d3056ac commit 74999ff

File tree

14 files changed

+131
-26
lines changed

14 files changed

+131
-26
lines changed

.changeset/pre.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,11 @@
3434
"test-utils": "0.3.2",
3535
"emotion-site": "0.0.0"
3636
},
37-
"changesets": []
37+
"changesets": [
38+
"amaranth-owls-dream",
39+
"early-badgers-teach",
40+
"polite-items-cheat",
41+
"tame-pets-flash",
42+
"twelve-gifts-do"
43+
]
3844
}

packages/jest/CHANGELOG.md

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

3+
## 12.0.0-next.0
4+
5+
### Major Changes
6+
7+
- [#3292](https://github.com/emotion-js/emotion/pull/3292) [`e5d43fc`](https://github.com/emotion-js/emotion/commit/e5d43fc98bc2b4e4a3a9c7dc98ccc31626d4d90c) Thanks [@Andarist](https://github.com/Andarist)! - Drop support for Enzyme
8+
39
## 11.13.0
410

511
### Minor Changes

packages/jest/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emotion/jest",
3-
"version": "11.13.0",
3+
"version": "12.0.0-next.0",
44
"description": "Jest utilities for emotion",
55
"main": "dist/emotion-jest.cjs.js",
66
"module": "dist/emotion-jest.esm.js",
@@ -59,7 +59,7 @@
5959
"devDependencies": {
6060
"@definitelytyped/dtslint": "0.0.112",
6161
"@emotion/css": "11.13.5",
62-
"@emotion/react": "11.14.0",
62+
"@emotion/react": "12.0.0-next.0",
6363
"@types/jest": "^29.5.12",
6464
"enzyme-to-json": "^3.6.1",
6565
"pretty-format": "^22.4.3",

packages/native/CHANGELOG.md

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

3+
## 12.0.0-next.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`61fcc80`](https://github.com/emotion-js/emotion/commit/61fcc80de43b29aeab60088bd3f6994366a9a0c4)]:
8+
- @emotion/primitives-core@12.0.0-next.0
9+
310
## 11.11.0
411

512
### Patch Changes

packages/native/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emotion/native",
3-
"version": "11.11.0",
3+
"version": "12.0.0-next.0",
44
"description": "Style and render React Native components using emotion",
55
"main": "dist/emotion-native.cjs.js",
66
"module": "dist/emotion-native.esm.js",
@@ -41,7 +41,7 @@
4141
"typescript": "^5.4.5"
4242
},
4343
"dependencies": {
44-
"@emotion/primitives-core": "^11.11.0"
44+
"@emotion/primitives-core": "^12.0.0-next.0"
4545
},
4646
"peerDependencies": {
4747
"react-native": ">=0.14.0 <1"

packages/primitives-core/CHANGELOG.md

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

3+
## 12.0.0-next.0
4+
5+
### Major Changes
6+
7+
- [#3287](https://github.com/emotion-js/emotion/pull/3287) [`61fcc80`](https://github.com/emotion-js/emotion/commit/61fcc80de43b29aeab60088bd3f6994366a9a0c4) Thanks [@Andarist](https://github.com/Andarist)! - Refs are no longer internally forwarded using `React.forwardRef`.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`319b3f5`](https://github.com/emotion-js/emotion/commit/319b3f5e5902c71e21dd1a1b3c9b7a7d2d8d09c9), [`55ef071`](https://github.com/emotion-js/emotion/commit/55ef0717d2dcb9886a9e6dd9d1c50c32a651a42d), [`6158389`](https://github.com/emotion-js/emotion/commit/6158389b3853198f5465a3df0dd4ff00a384f606), [`61fcc80`](https://github.com/emotion-js/emotion/commit/61fcc80de43b29aeab60088bd3f6994366a9a0c4)]:
12+
- @emotion/react@12.0.0-next.0
13+
314
## 11.13.2
415

516
### Patch Changes

packages/primitives-core/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emotion/primitives-core",
3-
"version": "11.13.2",
3+
"version": "12.0.0-next.0",
44
"description": "Shared utilities for emotion primitives and native",
55
"main": "dist/emotion-primitives-core.cjs.js",
66
"module": "dist/emotion-primitives-core.esm.js",
@@ -14,11 +14,11 @@
1414
"css-to-react-native": "^3.0.0"
1515
},
1616
"peerDependencies": {
17-
"@emotion/react": "^11.0.0-rc.0",
17+
"@emotion/react": "^12.0.0-next.0",
1818
"react": "^19.0.0"
1919
},
2020
"devDependencies": {
21-
"@emotion/react": "11.14.0",
21+
"@emotion/react": "12.0.0-next.0",
2222
"@types/css-to-react-native": "^3.0.0",
2323
"react": "19.0.0"
2424
},

packages/primitives/CHANGELOG.md

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

3+
## 12.0.0-next.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`61fcc80`](https://github.com/emotion-js/emotion/commit/61fcc80de43b29aeab60088bd3f6994366a9a0c4)]:
8+
- @emotion/primitives-core@12.0.0-next.0
9+
310
## 11.13.0
411

512
### Minor Changes

packages/primitives/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emotion/primitives",
3-
"version": "11.13.0",
3+
"version": "12.0.0-next.0",
44
"main": "dist/emotion-primitives.cjs.js",
55
"module": "dist/emotion-primitives.esm.js",
66
"files": [
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@emotion/babel-plugin": "^11.11.0",
1313
"@emotion/is-prop-valid": "^1.2.1",
14-
"@emotion/primitives-core": "^11.13.0"
14+
"@emotion/primitives-core": "^12.0.0-next.0"
1515
},
1616
"peerDependencies": {
1717
"react": "^19.0.0",

packages/react/CHANGELOG.md

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

3+
## 12.0.0-next.0
4+
5+
### Major Changes
6+
7+
- [#3291](https://github.com/emotion-js/emotion/pull/3291) [`319b3f5`](https://github.com/emotion-js/emotion/commit/319b3f5e5902c71e21dd1a1b3c9b7a7d2d8d09c9) Thanks [@Andarist](https://github.com/Andarist)! - Dropped support for older React versions. React 19 becomes the only compatible version with this package.
8+
9+
- [#3286](https://github.com/emotion-js/emotion/pull/3286) [`55ef071`](https://github.com/emotion-js/emotion/commit/55ef0717d2dcb9886a9e6dd9d1c50c32a651a42d) Thanks [@Andarist](https://github.com/Andarist)! - Removed `.defaultProps` support
10+
11+
- [#3290](https://github.com/emotion-js/emotion/pull/3290) [`6158389`](https://github.com/emotion-js/emotion/commit/6158389b3853198f5465a3df0dd4ff00a384f606) Thanks [@Andarist](https://github.com/Andarist)! - `withTheme` will no longer automatically hoist non-React statics onto the created component
12+
13+
- [#3287](https://github.com/emotion-js/emotion/pull/3287) [`61fcc80`](https://github.com/emotion-js/emotion/commit/61fcc80de43b29aeab60088bd3f6994366a9a0c4) Thanks [@Andarist](https://github.com/Andarist)! - Refs are no longer internally forwarded using `React.forwardRef`.
14+
315
## 11.14.0
416

517
### Minor Changes

packages/react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emotion/react",
3-
"version": "11.14.0",
3+
"version": "12.0.0-next.0",
44
"main": "dist/emotion-react.cjs.js",
55
"module": "dist/emotion-react.esm.js",
66
"types": "dist/emotion-react.cjs.d.ts",
@@ -227,7 +227,7 @@
227227
"@emotion/css": "11.13.5",
228228
"@emotion/css-prettifier": "1.2.0",
229229
"@emotion/server": "11.11.0",
230-
"@emotion/styled": "11.14.0",
230+
"@emotion/styled": "12.0.0-next.0",
231231
"html-tag-names": "^1.1.2",
232232
"react": "19.0.0",
233233
"svg-tag-names": "^1.1.1",

packages/styled/CHANGELOG.md

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

3+
## 12.0.0-next.0
4+
5+
### Major Changes
6+
7+
- [#3291](https://github.com/emotion-js/emotion/pull/3291) [`319b3f5`](https://github.com/emotion-js/emotion/commit/319b3f5e5902c71e21dd1a1b3c9b7a7d2d8d09c9) Thanks [@Andarist](https://github.com/Andarist)! - Dropped support for older React versions. React 19 becomes the only compatible version with this package.
8+
9+
- [#3286](https://github.com/emotion-js/emotion/pull/3286) [`55ef071`](https://github.com/emotion-js/emotion/commit/55ef0717d2dcb9886a9e6dd9d1c50c32a651a42d) Thanks [@Andarist](https://github.com/Andarist)! - Removed `.defaultProps` support
10+
11+
- [#3287](https://github.com/emotion-js/emotion/pull/3287) [`61fcc80`](https://github.com/emotion-js/emotion/commit/61fcc80de43b29aeab60088bd3f6994366a9a0c4) Thanks [@Andarist](https://github.com/Andarist)! - Refs are no longer internally forwarded using `React.forwardRef`.
12+
13+
### Patch Changes
14+
15+
- Updated dependencies [[`319b3f5`](https://github.com/emotion-js/emotion/commit/319b3f5e5902c71e21dd1a1b3c9b7a7d2d8d09c9), [`55ef071`](https://github.com/emotion-js/emotion/commit/55ef0717d2dcb9886a9e6dd9d1c50c32a651a42d), [`6158389`](https://github.com/emotion-js/emotion/commit/6158389b3853198f5465a3df0dd4ff00a384f606), [`61fcc80`](https://github.com/emotion-js/emotion/commit/61fcc80de43b29aeab60088bd3f6994366a9a0c4)]:
16+
- @emotion/react@12.0.0-next.0
17+
318
## 11.14.0
419

520
### Minor Changes

packages/styled/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emotion/styled",
3-
"version": "11.14.0",
3+
"version": "12.0.0-next.0",
44
"description": "styled API for emotion",
55
"main": "dist/emotion-styled.cjs.js",
66
"module": "dist/emotion-styled.esm.js",
@@ -19,7 +19,7 @@
1919
"@emotion/utils": "^1.4.2"
2020
},
2121
"peerDependencies": {
22-
"@emotion/react": "^11.0.0-rc.0",
22+
"@emotion/react": "^12.0.0-next.0",
2323
"react": "^19.0.0"
2424
},
2525
"peerDependenciesMeta": {
@@ -29,7 +29,7 @@
2929
},
3030
"devDependencies": {
3131
"@definitelytyped/dtslint": "0.0.112",
32-
"@emotion/react": "11.14.0",
32+
"@emotion/react": "12.0.0-next.0",
3333
"@types/hoist-non-react-statics": "^3.3.5",
3434
"hoist-non-react-statics": "^3.3.1",
3535
"react": "19.0.0",

yarn.lock

+52-11
Original file line numberDiff line numberDiff line change
@@ -2800,7 +2800,7 @@ __metadata:
28002800
"@definitelytyped/dtslint": 0.0.112
28012801
"@emotion/css": 11.13.5
28022802
"@emotion/css-prettifier": ^1.2.0
2803-
"@emotion/react": 11.14.0
2803+
"@emotion/react": 12.0.0-next.0
28042804
"@types/jest": ^29.5.12
28052805
chalk: ^4.1.0
28062806
enzyme-to-json: ^3.6.1
@@ -2850,7 +2850,7 @@ __metadata:
28502850
resolution: "@emotion/native@workspace:packages/native"
28512851
dependencies:
28522852
"@definitelytyped/dtslint": 0.0.112
2853-
"@emotion/primitives-core": ^11.11.0
2853+
"@emotion/primitives-core": ^12.0.0-next.0
28542854
"@types/react-native": ^0.63.2
28552855
react: 19.0.0
28562856
react-native: ^0.63.2
@@ -2860,16 +2860,16 @@ __metadata:
28602860
languageName: unknown
28612861
linkType: soft
28622862

2863-
"@emotion/primitives-core@^11.11.0, @emotion/primitives-core@^11.13.0, @emotion/primitives-core@workspace:packages/primitives-core":
2863+
"@emotion/primitives-core@^12.0.0-next.0, @emotion/primitives-core@workspace:packages/primitives-core":
28642864
version: 0.0.0-use.local
28652865
resolution: "@emotion/primitives-core@workspace:packages/primitives-core"
28662866
dependencies:
2867-
"@emotion/react": 11.14.0
2867+
"@emotion/react": 12.0.0-next.0
28682868
"@types/css-to-react-native": ^3.0.0
28692869
css-to-react-native: ^3.0.0
28702870
react: 19.0.0
28712871
peerDependencies:
2872-
"@emotion/react": ^11.0.0-rc.0
2872+
"@emotion/react": ^12.0.0-next.0
28732873
react: ^19.0.0
28742874
languageName: unknown
28752875
linkType: soft
@@ -2880,7 +2880,7 @@ __metadata:
28802880
dependencies:
28812881
"@emotion/babel-plugin": ^11.11.0
28822882
"@emotion/is-prop-valid": ^1.2.1
2883-
"@emotion/primitives-core": ^11.13.0
2883+
"@emotion/primitives-core": ^12.0.0-next.0
28842884
react: 19.0.0
28852885
react-primitives: ^0.8.1
28862886
peerDependencies:
@@ -2889,7 +2889,7 @@ __metadata:
28892889
languageName: unknown
28902890
linkType: soft
28912891

2892-
"@emotion/react@11.14.0, @emotion/react@^11.4.1, @emotion/react@workspace:packages/react":
2892+
"@emotion/react@12.0.0-next.0, @emotion/react@workspace:packages/react":
28932893
version: 0.0.0-use.local
28942894
resolution: "@emotion/react@workspace:packages/react"
28952895
dependencies:
@@ -2901,7 +2901,7 @@ __metadata:
29012901
"@emotion/css-prettifier": 1.2.0
29022902
"@emotion/serialize": ^1.3.3
29032903
"@emotion/server": 11.11.0
2904-
"@emotion/styled": 11.14.0
2904+
"@emotion/styled": 12.0.0-next.0
29052905
"@emotion/use-insertion-effect-with-fallbacks": ^1.2.0
29062906
"@emotion/utils": ^1.4.2
29072907
"@emotion/weak-memoize": ^0.4.0
@@ -2917,6 +2917,27 @@ __metadata:
29172917
languageName: unknown
29182918
linkType: soft
29192919

2920+
"@emotion/react@npm:^11.4.1":
2921+
version: 11.14.0
2922+
resolution: "@emotion/react@npm:11.14.0"
2923+
dependencies:
2924+
"@babel/runtime": ^7.18.3
2925+
"@emotion/babel-plugin": ^11.13.5
2926+
"@emotion/cache": ^11.14.0
2927+
"@emotion/serialize": ^1.3.3
2928+
"@emotion/use-insertion-effect-with-fallbacks": ^1.2.0
2929+
"@emotion/utils": ^1.4.2
2930+
"@emotion/weak-memoize": ^0.4.0
2931+
hoist-non-react-statics: ^3.3.1
2932+
peerDependencies:
2933+
react: ">=16.8.0"
2934+
peerDependenciesMeta:
2935+
"@types/react":
2936+
optional: true
2937+
checksum: 3cf023b11d132b56168713764d6fced8e5a1f0687dfe0caa2782dfd428c8f9e30f9826a919965a311d87b523cd196722aaf75919cd0f6bd0fd57f8a6a0281500
2938+
languageName: node
2939+
linkType: hard
2940+
29202941
"@emotion/serialize@^1.3.3, @emotion/serialize@workspace:packages/serialize":
29212942
version: 0.0.0-use.local
29222943
resolution: "@emotion/serialize@workspace:packages/serialize"
@@ -2962,15 +2983,15 @@ __metadata:
29622983
languageName: unknown
29632984
linkType: soft
29642985

2965-
"@emotion/styled@11.14.0, @emotion/styled@^11.0.0, @emotion/styled@workspace:packages/styled":
2986+
"@emotion/styled@12.0.0-next.0, @emotion/styled@workspace:packages/styled":
29662987
version: 0.0.0-use.local
29672988
resolution: "@emotion/styled@workspace:packages/styled"
29682989
dependencies:
29692990
"@babel/runtime": ^7.18.3
29702991
"@definitelytyped/dtslint": 0.0.112
29712992
"@emotion/babel-plugin": ^11.13.5
29722993
"@emotion/is-prop-valid": ^1.3.0
2973-
"@emotion/react": 11.14.0
2994+
"@emotion/react": 12.0.0-next.0
29742995
"@emotion/serialize": ^1.3.3
29752996
"@emotion/use-insertion-effect-with-fallbacks": ^1.2.0
29762997
"@emotion/utils": ^1.4.2
@@ -2979,14 +3000,34 @@ __metadata:
29793000
react: 19.0.0
29803001
typescript: ^5.4.5
29813002
peerDependencies:
2982-
"@emotion/react": ^11.0.0-rc.0
3003+
"@emotion/react": ^12.0.0-next.0
29833004
react: ^19.0.0
29843005
peerDependenciesMeta:
29853006
"@types/react":
29863007
optional: true
29873008
languageName: unknown
29883009
linkType: soft
29893010

3011+
"@emotion/styled@npm:^11.0.0":
3012+
version: 11.14.0
3013+
resolution: "@emotion/styled@npm:11.14.0"
3014+
dependencies:
3015+
"@babel/runtime": ^7.18.3
3016+
"@emotion/babel-plugin": ^11.13.5
3017+
"@emotion/is-prop-valid": ^1.3.0
3018+
"@emotion/serialize": ^1.3.3
3019+
"@emotion/use-insertion-effect-with-fallbacks": ^1.2.0
3020+
"@emotion/utils": ^1.4.2
3021+
peerDependencies:
3022+
"@emotion/react": ^11.0.0-rc.0
3023+
react: ">=16.8.0"
3024+
peerDependenciesMeta:
3025+
"@types/react":
3026+
optional: true
3027+
checksum: 9c1b842e942e69fb6037d1ab161046d2bcfeff95fd2ccfdab30acaaf6b89dc07b14bb00f8cc8ec14df11e6746c8e4e1d781bc54d10bd739aab44966ded64d4fb
3028+
languageName: node
3029+
linkType: hard
3030+
29903031
"@emotion/unitless@^0.10.0, @emotion/unitless@workspace:packages/unitless":
29913032
version: 0.0.0-use.local
29923033
resolution: "@emotion/unitless@workspace:packages/unitless"

0 commit comments

Comments
 (0)