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

Lines changed: 7 additions & 1 deletion
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

Lines changed: 6 additions & 0 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 7 additions & 0 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 11 additions & 0 deletions
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

Lines changed: 3 additions & 3 deletions
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

Lines changed: 7 additions & 0 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 12 additions & 0 deletions
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

0 commit comments

Comments
 (0)