Skip to content

Commit 3f46884

Browse files
Version Packages (#3235)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 153cf88 commit 3f46884

File tree

12 files changed

+40
-28
lines changed

12 files changed

+40
-28
lines changed

Diff for: .changeset/heavy-pets-rule.md

-5
This file was deleted.

Diff for: .changeset/nasty-rice-wonder.md

-5
This file was deleted.

Diff for: packages/jest/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"devDependencies": {
7878
"@definitelytyped/dtslint": "0.0.112",
7979
"@emotion/css": "11.13.0",
80-
"@emotion/react": "11.13.0",
80+
"@emotion/react": "11.13.3",
8181
"@types/jest": "^29.5.12",
8282
"enzyme-to-json": "^3.6.1",
8383
"pretty-format": "^22.4.3",

Diff for: 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.0",
21+
"@emotion/react": "11.13.3",
2222
"@types/css-to-react-native": "^3.0.0",
2323
"react": "16.14.0"
2424
},

Diff for: packages/react/CHANGELOG.md

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

3+
## 11.13.3
4+
5+
### Patch Changes
6+
7+
- [#3232](https://github.com/emotion-js/emotion/pull/3232) [`0ce3ed0`](https://github.com/emotion-js/emotion/commit/0ce3ed0ff3f7d1ddf91db2859f863f230b063e13) Thanks [@ENvironmentSet](https://github.com/ENvironmentSet)! - Distribute `css` prop attachment over props that are union types
8+
9+
- Updated dependencies []:
10+
- @emotion/serialize@1.3.1
11+
312
## 11.13.0
413

514
### Minor Changes

Diff for: 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.13.0",
3+
"version": "11.13.3",
44
"main": "dist/emotion-react.cjs.js",
55
"module": "dist/emotion-react.esm.js",
66
"exports": {
@@ -263,7 +263,7 @@
263263
"@babel/runtime": "^7.18.3",
264264
"@emotion/babel-plugin": "^11.12.0",
265265
"@emotion/cache": "^11.13.0",
266-
"@emotion/serialize": "^1.3.0",
266+
"@emotion/serialize": "^1.3.1",
267267
"@emotion/use-insertion-effect-with-fallbacks": "^1.1.0",
268268
"@emotion/utils": "^1.4.0",
269269
"@emotion/weak-memoize": "^0.4.0",

Diff for: packages/serialize/CHANGELOG.md

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

3+
## 1.3.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`153cf88`](https://github.com/emotion-js/emotion/commit/153cf885521f642462823a25675aa1a5be431db7)]:
8+
- @emotion/unitless@0.10.0
9+
310
## 1.3.0
411

512
### Minor Changes

Diff for: 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.0",
3+
"version": "1.3.1",
44
"description": "serialization utils for emotion",
55
"main": "dist/emotion-serialize.cjs.js",
66
"module": "dist/emotion-serialize.esm.js",
@@ -16,7 +16,7 @@
1616
"dependencies": {
1717
"@emotion/hash": "^0.9.2",
1818
"@emotion/memoize": "^0.9.0",
19-
"@emotion/unitless": "^0.9.0",
19+
"@emotion/unitless": "^0.10.0",
2020
"@emotion/utils": "^1.4.0",
2121
"csstype": "^3.0.2"
2222
},

Diff for: packages/styled/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@babel/runtime": "^7.18.3",
1515
"@emotion/babel-plugin": "^11.12.0",
1616
"@emotion/is-prop-valid": "^1.3.0",
17-
"@emotion/serialize": "^1.3.0",
17+
"@emotion/serialize": "^1.3.1",
1818
"@emotion/use-insertion-effect-with-fallbacks": "^1.1.0",
1919
"@emotion/utils": "^1.4.0"
2020
},
@@ -29,7 +29,7 @@
2929
},
3030
"devDependencies": {
3131
"@definitelytyped/dtslint": "0.0.112",
32-
"@emotion/react": "11.13.0",
32+
"@emotion/react": "11.13.3",
3333
"react": "16.14.0",
3434
"typescript": "^5.4.5"
3535
},

Diff for: packages/unitless/CHANGELOG.md

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

3+
## 0.10.0
4+
5+
### Minor Changes
6+
7+
- [#3240](https://github.com/emotion-js/emotion/pull/3240) [`153cf88`](https://github.com/emotion-js/emotion/commit/153cf885521f642462823a25675aa1a5be431db7) Thanks [@justinfernald](https://github.com/justinfernald)! - Add `scale` property as unitless
8+
39
## 0.9.0
410

511
### Minor Changes

Diff for: packages/unitless/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emotion/unitless",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"description": "An object of css properties that don't accept values with units",
55
"main": "dist/emotion-unitless.cjs.js",
66
"module": "dist/emotion-unitless.esm.js",

Diff for: yarn.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -2791,7 +2791,7 @@ __metadata:
27912791
"@definitelytyped/dtslint": 0.0.112
27922792
"@emotion/css": 11.13.0
27932793
"@emotion/css-prettifier": ^1.1.4
2794-
"@emotion/react": 11.13.0
2794+
"@emotion/react": 11.13.3
27952795
"@types/jest": ^29.5.12
27962796
chalk: ^4.1.0
27972797
enzyme-to-json: ^3.6.1
@@ -2854,7 +2854,7 @@ __metadata:
28542854
version: 0.0.0-use.local
28552855
resolution: "@emotion/primitives-core@workspace:packages/primitives-core"
28562856
dependencies:
2857-
"@emotion/react": 11.13.0
2857+
"@emotion/react": 11.13.3
28582858
"@types/css-to-react-native": ^3.0.0
28592859
css-to-react-native: ^3.0.0
28602860
react: 16.14.0
@@ -2881,7 +2881,7 @@ __metadata:
28812881
languageName: unknown
28822882
linkType: soft
28832883

2884-
"@emotion/[email protected].0, @emotion/react@^11.4.1, @emotion/react@workspace:packages/react":
2884+
"@emotion/[email protected].3, @emotion/react@^11.4.1, @emotion/react@workspace:packages/react":
28852885
version: 0.0.0-use.local
28862886
resolution: "@emotion/react@workspace:packages/react"
28872887
dependencies:
@@ -2891,7 +2891,7 @@ __metadata:
28912891
"@emotion/cache": ^11.13.0
28922892
"@emotion/css": 11.13.0
28932893
"@emotion/css-prettifier": 1.1.4
2894-
"@emotion/serialize": ^1.3.0
2894+
"@emotion/serialize": ^1.3.1
28952895
"@emotion/server": 11.11.0
28962896
"@emotion/styled": 11.13.0
28972897
"@emotion/use-insertion-effect-with-fallbacks": ^1.1.0
@@ -2910,14 +2910,14 @@ __metadata:
29102910
languageName: unknown
29112911
linkType: soft
29122912

2913-
"@emotion/serialize@^1.2.0, @emotion/serialize@^1.3.0, @emotion/serialize@workspace:packages/serialize":
2913+
"@emotion/serialize@^1.2.0, @emotion/serialize@^1.3.0, @emotion/serialize@^1.3.1, @emotion/serialize@workspace:packages/serialize":
29142914
version: 0.0.0-use.local
29152915
resolution: "@emotion/serialize@workspace:packages/serialize"
29162916
dependencies:
29172917
"@definitelytyped/dtslint": 0.0.112
29182918
"@emotion/hash": ^0.9.2
29192919
"@emotion/memoize": ^0.9.0
2920-
"@emotion/unitless": ^0.9.0
2920+
"@emotion/unitless": ^0.10.0
29212921
"@emotion/utils": ^1.4.0
29222922
csstype: ^3.0.2
29232923
typescript: ^5.4.5
@@ -2963,8 +2963,8 @@ __metadata:
29632963
"@definitelytyped/dtslint": 0.0.112
29642964
"@emotion/babel-plugin": ^11.12.0
29652965
"@emotion/is-prop-valid": ^1.3.0
2966-
"@emotion/react": 11.13.0
2967-
"@emotion/serialize": ^1.3.0
2966+
"@emotion/react": 11.13.3
2967+
"@emotion/serialize": ^1.3.1
29682968
"@emotion/use-insertion-effect-with-fallbacks": ^1.1.0
29692969
"@emotion/utils": ^1.4.0
29702970
react: 16.14.0
@@ -2978,7 +2978,7 @@ __metadata:
29782978
languageName: unknown
29792979
linkType: soft
29802980

2981-
"@emotion/unitless@^0.9.0, @emotion/unitless@workspace:packages/unitless":
2981+
"@emotion/unitless@^0.10.0, @emotion/unitless@workspace:packages/unitless":
29822982
version: 0.0.0-use.local
29832983
resolution: "@emotion/unitless@workspace:packages/unitless"
29842984
languageName: unknown

0 commit comments

Comments
 (0)