Skip to content

Commit 3c94a1a

Browse files
Version Packages (next)
1 parent 49108c8 commit 3c94a1a

20 files changed

Lines changed: 198 additions & 46 deletions

File tree

.changeset/pre.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,12 @@
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+
"late-horses-join",
41+
"polite-items-cheat",
42+
"tame-pets-flash",
43+
"twelve-gifts-do"
44+
]
3845
}

packages/cache/CHANGELOG.md

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

3+
## 12.0.0-next.0
4+
5+
### Major Changes
6+
7+
- [#3296](https://github.com/emotion-js/emotion/pull/3296) [`49108c8`](https://github.com/emotion-js/emotion/commit/49108c893d50fe95dca1f4b13390dd1ede80c57e) Thanks [@Andarist](https://github.com/Andarist)! - Removed auto-prefixing for widely available features.
8+
39
## 11.14.0
410

511
### Minor Changes

packages/cache/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emotion/cache",
3-
"version": "11.14.0",
3+
"version": "12.0.0-next.0",
44
"description": "emotion's cache",
55
"main": "dist/emotion-cache.cjs.js",
66
"module": "dist/emotion-cache.esm.js",

packages/css/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# emotion
22

3+
## 12.0.0-next.0
4+
5+
### Major Changes
6+
7+
- [#3296](https://github.com/emotion-js/emotion/pull/3296) [`49108c8`](https://github.com/emotion-js/emotion/commit/49108c893d50fe95dca1f4b13390dd1ede80c57e) Thanks [@Andarist](https://github.com/Andarist)! - Removed auto-prefixing for widely available features.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`49108c8`](https://github.com/emotion-js/emotion/commit/49108c893d50fe95dca1f4b13390dd1ede80c57e)]:
12+
- @emotion/cache@12.0.0-next.0
13+
314
## 11.13.5
415

516
### Patch Changes

packages/css/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emotion/css",
3-
"version": "11.13.5",
3+
"version": "12.0.0-next.0",
44
"description": "The Next Generation of CSS-in-JS.",
55
"main": "dist/emotion-css.cjs.js",
66
"module": "dist/emotion-css.esm.js",
@@ -17,7 +17,7 @@
1717
},
1818
"dependencies": {
1919
"@emotion/babel-plugin": "^11.13.5",
20-
"@emotion/cache": "^11.13.5",
20+
"@emotion/cache": "^12.0.0-next.0",
2121
"@emotion/serialize": "^1.3.3",
2222
"@emotion/sheet": "^1.4.0",
2323
"@emotion/utils": "^1.4.2"

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: 3 additions & 3 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",
@@ -58,8 +58,8 @@
5858
},
5959
"devDependencies": {
6060
"@definitelytyped/dtslint": "0.0.112",
61-
"@emotion/css": "11.13.5",
62-
"@emotion/react": "11.14.0",
61+
"@emotion/css": "12.0.0-next.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), [`49108c8`](https://github.com/emotion-js/emotion/commit/49108c893d50fe95dca1f4b13390dd1ede80c57e), [`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

0 commit comments

Comments
 (0)