Skip to content

Commit

Permalink
Version Packages (next)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 15, 2024
1 parent d3056ac commit 74999ff
Show file tree
Hide file tree
Showing 14 changed files with 131 additions and 26 deletions.
8 changes: 7 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,11 @@
"test-utils": "0.3.2",
"emotion-site": "0.0.0"
},
"changesets": []
"changesets": [
"amaranth-owls-dream",
"early-badgers-teach",
"polite-items-cheat",
"tame-pets-flash",
"twelve-gifts-do"
]
}
6 changes: 6 additions & 0 deletions packages/jest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @emotion/jest

## 12.0.0-next.0

### Major Changes

- [#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

## 11.13.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emotion/jest",
"version": "11.13.0",
"version": "12.0.0-next.0",
"description": "Jest utilities for emotion",
"main": "dist/emotion-jest.cjs.js",
"module": "dist/emotion-jest.esm.js",
Expand Down Expand Up @@ -59,7 +59,7 @@
"devDependencies": {
"@definitelytyped/dtslint": "0.0.112",
"@emotion/css": "11.13.5",
"@emotion/react": "11.14.0",
"@emotion/react": "12.0.0-next.0",
"@types/jest": "^29.5.12",
"enzyme-to-json": "^3.6.1",
"pretty-format": "^22.4.3",
Expand Down
7 changes: 7 additions & 0 deletions packages/native/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @emotion/native

## 12.0.0-next.0

### Patch Changes

- Updated dependencies [[`61fcc80`](https://github.com/emotion-js/emotion/commit/61fcc80de43b29aeab60088bd3f6994366a9a0c4)]:
- @emotion/primitives-core@12.0.0-next.0

## 11.11.0

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emotion/native",
"version": "11.11.0",
"version": "12.0.0-next.0",
"description": "Style and render React Native components using emotion",
"main": "dist/emotion-native.cjs.js",
"module": "dist/emotion-native.esm.js",
Expand Down Expand Up @@ -41,7 +41,7 @@
"typescript": "^5.4.5"
},
"dependencies": {
"@emotion/primitives-core": "^11.11.0"
"@emotion/primitives-core": "^12.0.0-next.0"
},
"peerDependencies": {
"react-native": ">=0.14.0 <1"
Expand Down
11 changes: 11 additions & 0 deletions packages/primitives-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @emotion/primitives-core

## 12.0.0-next.0

### Major Changes

- [#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`.

### Patch Changes

- 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)]:
- @emotion/react@12.0.0-next.0

## 11.13.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/primitives-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emotion/primitives-core",
"version": "11.13.2",
"version": "12.0.0-next.0",
"description": "Shared utilities for emotion primitives and native",
"main": "dist/emotion-primitives-core.cjs.js",
"module": "dist/emotion-primitives-core.esm.js",
Expand All @@ -14,11 +14,11 @@
"css-to-react-native": "^3.0.0"
},
"peerDependencies": {
"@emotion/react": "^11.0.0-rc.0",
"@emotion/react": "^12.0.0-next.0",
"react": "^19.0.0"
},
"devDependencies": {
"@emotion/react": "11.14.0",
"@emotion/react": "12.0.0-next.0",
"@types/css-to-react-native": "^3.0.0",
"react": "19.0.0"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/primitives/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @emotion/primitives

## 12.0.0-next.0

### Patch Changes

- Updated dependencies [[`61fcc80`](https://github.com/emotion-js/emotion/commit/61fcc80de43b29aeab60088bd3f6994366a9a0c4)]:
- @emotion/primitives-core@12.0.0-next.0

## 11.13.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/primitives/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emotion/primitives",
"version": "11.13.0",
"version": "12.0.0-next.0",
"main": "dist/emotion-primitives.cjs.js",
"module": "dist/emotion-primitives.esm.js",
"files": [
Expand All @@ -11,7 +11,7 @@
"dependencies": {
"@emotion/babel-plugin": "^11.11.0",
"@emotion/is-prop-valid": "^1.2.1",
"@emotion/primitives-core": "^11.13.0"
"@emotion/primitives-core": "^12.0.0-next.0"
},
"peerDependencies": {
"react": "^19.0.0",
Expand Down
12 changes: 12 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @emotion/react

## 12.0.0-next.0

### Major Changes

- [#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.

- [#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

- [#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

- [#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`.

## 11.14.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emotion/react",
"version": "11.14.0",
"version": "12.0.0-next.0",
"main": "dist/emotion-react.cjs.js",
"module": "dist/emotion-react.esm.js",
"types": "dist/emotion-react.cjs.d.ts",
Expand Down Expand Up @@ -227,7 +227,7 @@
"@emotion/css": "11.13.5",
"@emotion/css-prettifier": "1.2.0",
"@emotion/server": "11.11.0",
"@emotion/styled": "11.14.0",
"@emotion/styled": "12.0.0-next.0",
"html-tag-names": "^1.1.2",
"react": "19.0.0",
"svg-tag-names": "^1.1.1",
Expand Down
15 changes: 15 additions & 0 deletions packages/styled/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @emotion/styled

## 12.0.0-next.0

### Major Changes

- [#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.

- [#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

- [#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`.

### Patch Changes

- 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)]:
- @emotion/react@12.0.0-next.0

## 11.14.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/styled/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@emotion/styled",
"version": "11.14.0",
"version": "12.0.0-next.0",
"description": "styled API for emotion",
"main": "dist/emotion-styled.cjs.js",
"module": "dist/emotion-styled.esm.js",
Expand All @@ -19,7 +19,7 @@
"@emotion/utils": "^1.4.2"
},
"peerDependencies": {
"@emotion/react": "^11.0.0-rc.0",
"@emotion/react": "^12.0.0-next.0",
"react": "^19.0.0"
},
"peerDependenciesMeta": {
Expand All @@ -29,7 +29,7 @@
},
"devDependencies": {
"@definitelytyped/dtslint": "0.0.112",
"@emotion/react": "11.14.0",
"@emotion/react": "12.0.0-next.0",
"@types/hoist-non-react-statics": "^3.3.5",
"hoist-non-react-statics": "^3.3.1",
"react": "19.0.0",
Expand Down
63 changes: 52 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2800,7 +2800,7 @@ __metadata:
"@definitelytyped/dtslint": 0.0.112
"@emotion/css": 11.13.5
"@emotion/css-prettifier": ^1.2.0
"@emotion/react": 11.14.0
"@emotion/react": 12.0.0-next.0
"@types/jest": ^29.5.12
chalk: ^4.1.0
enzyme-to-json: ^3.6.1
Expand Down Expand Up @@ -2850,7 +2850,7 @@ __metadata:
resolution: "@emotion/native@workspace:packages/native"
dependencies:
"@definitelytyped/dtslint": 0.0.112
"@emotion/primitives-core": ^11.11.0
"@emotion/primitives-core": ^12.0.0-next.0
"@types/react-native": ^0.63.2
react: 19.0.0
react-native: ^0.63.2
Expand All @@ -2860,16 +2860,16 @@ __metadata:
languageName: unknown
linkType: soft

"@emotion/primitives-core@^11.11.0, @emotion/primitives-core@^11.13.0, @emotion/primitives-core@workspace:packages/primitives-core":
"@emotion/primitives-core@^12.0.0-next.0, @emotion/primitives-core@workspace:packages/primitives-core":
version: 0.0.0-use.local
resolution: "@emotion/primitives-core@workspace:packages/primitives-core"
dependencies:
"@emotion/react": 11.14.0
"@emotion/react": 12.0.0-next.0
"@types/css-to-react-native": ^3.0.0
css-to-react-native: ^3.0.0
react: 19.0.0
peerDependencies:
"@emotion/react": ^11.0.0-rc.0
"@emotion/react": ^12.0.0-next.0
react: ^19.0.0
languageName: unknown
linkType: soft
Expand All @@ -2880,7 +2880,7 @@ __metadata:
dependencies:
"@emotion/babel-plugin": ^11.11.0
"@emotion/is-prop-valid": ^1.2.1
"@emotion/primitives-core": ^11.13.0
"@emotion/primitives-core": ^12.0.0-next.0
react: 19.0.0
react-primitives: ^0.8.1
peerDependencies:
Expand All @@ -2889,7 +2889,7 @@ __metadata:
languageName: unknown
linkType: soft

"@emotion/react@11.14.0, @emotion/react@^11.4.1, @emotion/react@workspace:packages/react":
"@emotion/react@12.0.0-next.0, @emotion/react@workspace:packages/react":
version: 0.0.0-use.local
resolution: "@emotion/react@workspace:packages/react"
dependencies:
Expand All @@ -2901,7 +2901,7 @@ __metadata:
"@emotion/css-prettifier": 1.2.0
"@emotion/serialize": ^1.3.3
"@emotion/server": 11.11.0
"@emotion/styled": 11.14.0
"@emotion/styled": 12.0.0-next.0
"@emotion/use-insertion-effect-with-fallbacks": ^1.2.0
"@emotion/utils": ^1.4.2
"@emotion/weak-memoize": ^0.4.0
Expand All @@ -2917,6 +2917,27 @@ __metadata:
languageName: unknown
linkType: soft

"@emotion/react@npm:^11.4.1":
version: 11.14.0
resolution: "@emotion/react@npm:11.14.0"
dependencies:
"@babel/runtime": ^7.18.3
"@emotion/babel-plugin": ^11.13.5
"@emotion/cache": ^11.14.0
"@emotion/serialize": ^1.3.3
"@emotion/use-insertion-effect-with-fallbacks": ^1.2.0
"@emotion/utils": ^1.4.2
"@emotion/weak-memoize": ^0.4.0
hoist-non-react-statics: ^3.3.1
peerDependencies:
react: ">=16.8.0"
peerDependenciesMeta:
"@types/react":
optional: true
checksum: 3cf023b11d132b56168713764d6fced8e5a1f0687dfe0caa2782dfd428c8f9e30f9826a919965a311d87b523cd196722aaf75919cd0f6bd0fd57f8a6a0281500
languageName: node
linkType: hard

"@emotion/serialize@^1.3.3, @emotion/serialize@workspace:packages/serialize":
version: 0.0.0-use.local
resolution: "@emotion/serialize@workspace:packages/serialize"
Expand Down Expand Up @@ -2962,15 +2983,15 @@ __metadata:
languageName: unknown
linkType: soft

"@emotion/styled@11.14.0, @emotion/styled@^11.0.0, @emotion/styled@workspace:packages/styled":
"@emotion/styled@12.0.0-next.0, @emotion/styled@workspace:packages/styled":
version: 0.0.0-use.local
resolution: "@emotion/styled@workspace:packages/styled"
dependencies:
"@babel/runtime": ^7.18.3
"@definitelytyped/dtslint": 0.0.112
"@emotion/babel-plugin": ^11.13.5
"@emotion/is-prop-valid": ^1.3.0
"@emotion/react": 11.14.0
"@emotion/react": 12.0.0-next.0
"@emotion/serialize": ^1.3.3
"@emotion/use-insertion-effect-with-fallbacks": ^1.2.0
"@emotion/utils": ^1.4.2
Expand All @@ -2979,14 +3000,34 @@ __metadata:
react: 19.0.0
typescript: ^5.4.5
peerDependencies:
"@emotion/react": ^11.0.0-rc.0
"@emotion/react": ^12.0.0-next.0
react: ^19.0.0
peerDependenciesMeta:
"@types/react":
optional: true
languageName: unknown
linkType: soft

"@emotion/styled@npm:^11.0.0":
version: 11.14.0
resolution: "@emotion/styled@npm:11.14.0"
dependencies:
"@babel/runtime": ^7.18.3
"@emotion/babel-plugin": ^11.13.5
"@emotion/is-prop-valid": ^1.3.0
"@emotion/serialize": ^1.3.3
"@emotion/use-insertion-effect-with-fallbacks": ^1.2.0
"@emotion/utils": ^1.4.2
peerDependencies:
"@emotion/react": ^11.0.0-rc.0
react: ">=16.8.0"
peerDependenciesMeta:
"@types/react":
optional: true
checksum: 9c1b842e942e69fb6037d1ab161046d2bcfeff95fd2ccfdab30acaaf6b89dc07b14bb00f8cc8ec14df11e6746c8e4e1d781bc54d10bd739aab44966ded64d4fb
languageName: node
linkType: hard

"@emotion/unitless@^0.10.0, @emotion/unitless@workspace:packages/unitless":
version: 0.0.0-use.local
resolution: "@emotion/unitless@workspace:packages/unitless"
Expand Down

0 comments on commit 74999ff

Please sign in to comment.