Skip to content

Commit 3c19ce5

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

19 files changed

+71
-55
lines changed

.changeset/fluffy-garlics-smash.md

-5
This file was deleted.

.changeset/grumpy-suits-cough.md

-5
This file was deleted.

.changeset/metal-cups-allow.md

-5
This file was deleted.

.changeset/rotten-baboons-knock.md

-5
This file was deleted.

.changeset/young-ears-give.md

-5
This file was deleted.

packages/cache/CHANGELOG.md

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

3+
## 11.14.0
4+
5+
### Minor Changes
6+
7+
- [#3277](https://github.com/emotion-js/emotion/pull/3277) [`8dc1a6d`](https://github.com/emotion-js/emotion/commit/8dc1a6dd19d2dc9ce435ef0aff85ccf5647f5d2e) Thanks [@Andarist](https://github.com/Andarist)! - Source code has been migrated to TypeScript. From now on type declarations will be emitted based on that, instead of being hand-written.
8+
39
## 11.13.5
410

511
### Patch Changes

packages/cache/package.json

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

packages/css-prettifier/CHANGELOG.md

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

3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- [#3278](https://github.com/emotion-js/emotion/pull/3278) [`282b61d`](https://github.com/emotion-js/emotion/commit/282b61d2ad4e39ea65af88351a894a903c2d42c4) Thanks [@Andarist](https://github.com/Andarist)! - Source code has been migrated to TypeScript. From now on type declarations will be emitted based on that, instead of being hand-written.
8+
39
## 1.1.4
410

511
### Patch Changes

packages/css-prettifier/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emotion/css-prettifier",
3-
"version": "1.1.4",
3+
"version": "1.2.0",
44
"description": "Simple Stylis-based CSS prettifier",
55
"keywords": [
66
"emotion"

packages/jest/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
},
5858
"dependencies": {
5959
"@babel/runtime": "^7.18.3",
60-
"@emotion/css-prettifier": "^1.1.4",
60+
"@emotion/css-prettifier": "^1.2.0",
6161
"chalk": "^4.1.0",
6262
"specificity": "^0.4.1",
6363
"stylis": "4.2.0"
@@ -77,7 +77,7 @@
7777
"devDependencies": {
7878
"@definitelytyped/dtslint": "0.0.112",
7979
"@emotion/css": "11.13.5",
80-
"@emotion/react": "11.13.5",
80+
"@emotion/react": "11.14.0",
8181
"@types/jest": "^29.5.12",
8282
"enzyme-to-json": "^3.6.1",
8383
"pretty-format": "^22.4.3",

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

packages/react/CHANGELOG.md

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

3+
## 11.14.0
4+
5+
### Minor Changes
6+
7+
- [#3281](https://github.com/emotion-js/emotion/pull/3281) [`fc4d7bd`](https://github.com/emotion-js/emotion/commit/fc4d7bd744c205f55513dcd4e4e5134198c219de) Thanks [@Andarist](https://github.com/Andarist)! - Source code has been migrated to TypeScript. From now on type declarations will be emitted based on that, instead of being hand-written.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`8dc1a6d`](https://github.com/emotion-js/emotion/commit/8dc1a6dd19d2dc9ce435ef0aff85ccf5647f5d2e), [`e1bf17e`](https://github.com/emotion-js/emotion/commit/e1bf17ee87ec51da1412eb5291460ea95a39d27a)]:
12+
- @emotion/cache@11.14.0
13+
- @emotion/use-insertion-effect-with-fallbacks@1.2.0
14+
315
## 11.13.5
416

517
### Patch Changes

packages/react/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emotion/react",
3-
"version": "11.13.5",
3+
"version": "11.14.0",
44
"main": "dist/emotion-react.cjs.js",
55
"module": "dist/emotion-react.esm.js",
66
"types": "dist/emotion-react.cjs.d.ts",
@@ -262,9 +262,9 @@
262262
"dependencies": {
263263
"@babel/runtime": "^7.18.3",
264264
"@emotion/babel-plugin": "^11.13.5",
265-
"@emotion/cache": "^11.13.5",
265+
"@emotion/cache": "^11.14.0",
266266
"@emotion/serialize": "^1.3.3",
267-
"@emotion/use-insertion-effect-with-fallbacks": "^1.1.0",
267+
"@emotion/use-insertion-effect-with-fallbacks": "^1.2.0",
268268
"@emotion/utils": "^1.4.2",
269269
"@emotion/weak-memoize": "^0.4.0",
270270
"hoist-non-react-statics": "^3.3.1"
@@ -280,9 +280,9 @@
280280
"devDependencies": {
281281
"@definitelytyped/dtslint": "0.0.112",
282282
"@emotion/css": "11.13.5",
283-
"@emotion/css-prettifier": "1.1.4",
283+
"@emotion/css-prettifier": "1.2.0",
284284
"@emotion/server": "11.11.0",
285-
"@emotion/styled": "11.13.5",
285+
"@emotion/styled": "11.14.0",
286286
"@types/hoist-non-react-statics": "^3.3.5",
287287
"html-tag-names": "^1.1.2",
288288
"react": "16.14.0",

packages/server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@definitelytyped/dtslint": "0.0.112",
3333
"@emotion/babel-plugin": "11.13.5",
3434
"@emotion/css": "11.13.5",
35-
"@emotion/css-prettifier": "1.1.4",
35+
"@emotion/css-prettifier": "1.2.0",
3636
"@types/node": "^12.20.37",
3737
"typescript": "^5.4.5"
3838
},

packages/styled/CHANGELOG.md

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

3+
## 11.14.0
4+
5+
### Minor Changes
6+
7+
- [#3284](https://github.com/emotion-js/emotion/pull/3284) [`a19d019`](https://github.com/emotion-js/emotion/commit/a19d019bd418ebc3b9cba0e58f58b36ac2862a42) Thanks [@Andarist](https://github.com/Andarist)! - Source code has been migrated to TypeScript. From now on type declarations will be emitted based on that, instead of being hand-written.
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`e1bf17e`](https://github.com/emotion-js/emotion/commit/e1bf17ee87ec51da1412eb5291460ea95a39d27a)]:
12+
- @emotion/use-insertion-effect-with-fallbacks@1.2.0
13+
314
## 11.13.5
415

516
### Patch 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.13.5",
3+
"version": "11.14.0",
44
"description": "styled API for emotion",
55
"main": "dist/emotion-styled.cjs.js",
66
"module": "dist/emotion-styled.esm.js",
@@ -15,7 +15,7 @@
1515
"@emotion/babel-plugin": "^11.13.5",
1616
"@emotion/is-prop-valid": "^1.3.0",
1717
"@emotion/serialize": "^1.3.3",
18-
"@emotion/use-insertion-effect-with-fallbacks": "^1.1.0",
18+
"@emotion/use-insertion-effect-with-fallbacks": "^1.2.0",
1919
"@emotion/utils": "^1.4.2"
2020
},
2121
"peerDependencies": {
@@ -29,7 +29,7 @@
2929
},
3030
"devDependencies": {
3131
"@definitelytyped/dtslint": "0.0.112",
32-
"@emotion/react": "11.13.5",
32+
"@emotion/react": "11.14.0",
3333
"react": "16.14.0",
3434
"typescript": "^5.4.5"
3535
},

packages/use-insertion-effect-with-fallbacks/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @emotion/use-insertion-effect-with-fallbacks
22

3+
## 1.2.0
4+
5+
### Minor Changes
6+
7+
- [#3279](https://github.com/emotion-js/emotion/pull/3279) [`e1bf17e`](https://github.com/emotion-js/emotion/commit/e1bf17ee87ec51da1412eb5291460ea95a39d27a) Thanks [@Andarist](https://github.com/Andarist)! - Source code has been migrated to TypeScript.
8+
39
## 1.1.0
410

511
### Minor Changes

packages/use-insertion-effect-with-fallbacks/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emotion/use-insertion-effect-with-fallbacks",
3-
"version": "1.1.0",
3+
"version": "1.2.0",
44
"description": "A wrapper package that uses `useInsertionEffect` or a fallback for it",
55
"main": "dist/emotion-use-insertion-effect-with-fallbacks.cjs.js",
66
"module": "dist/emotion-use-insertion-effect-with-fallbacks.esm.js",

yarn.lock

+15-15
Original file line numberDiff line numberDiff line change
@@ -2704,7 +2704,7 @@ __metadata:
27042704
languageName: unknown
27052705
linkType: soft
27062706

2707-
"@emotion/cache@^11.13.5, @emotion/cache@workspace:packages/cache":
2707+
"@emotion/cache@^11.13.5, @emotion/cache@^11.14.0, @emotion/cache@workspace:packages/cache":
27082708
version: 0.0.0-use.local
27092709
resolution: "@emotion/cache@workspace:packages/cache"
27102710
dependencies:
@@ -2720,7 +2720,7 @@ __metadata:
27202720
languageName: unknown
27212721
linkType: soft
27222722

2723-
"@emotion/css-prettifier@1.1.4, @emotion/css-prettifier@^1.1.4, @emotion/css-prettifier@workspace:packages/css-prettifier":
2723+
"@emotion/css-prettifier@1.2.0, @emotion/css-prettifier@^1.2.0, @emotion/css-prettifier@workspace:packages/css-prettifier":
27242724
version: 0.0.0-use.local
27252725
resolution: "@emotion/css-prettifier@workspace:packages/css-prettifier"
27262726
dependencies:
@@ -2792,8 +2792,8 @@ __metadata:
27922792
"@babel/runtime": ^7.18.3
27932793
"@definitelytyped/dtslint": 0.0.112
27942794
"@emotion/css": 11.13.5
2795-
"@emotion/css-prettifier": ^1.1.4
2796-
"@emotion/react": 11.13.5
2795+
"@emotion/css-prettifier": ^1.2.0
2796+
"@emotion/react": 11.14.0
27972797
"@types/jest": ^29.5.12
27982798
chalk: ^4.1.0
27992799
enzyme-to-json: ^3.6.1
@@ -2856,7 +2856,7 @@ __metadata:
28562856
version: 0.0.0-use.local
28572857
resolution: "@emotion/primitives-core@workspace:packages/primitives-core"
28582858
dependencies:
2859-
"@emotion/react": 11.13.5
2859+
"@emotion/react": 11.14.0
28602860
"@types/css-to-react-native": ^3.0.0
28612861
css-to-react-native: ^3.0.0
28622862
react: 16.14.0
@@ -2883,20 +2883,20 @@ __metadata:
28832883
languageName: unknown
28842884
linkType: soft
28852885

2886-
"@emotion/react@11.13.5, @emotion/react@^11.4.1, @emotion/react@workspace:packages/react":
2886+
"@emotion/react@11.14.0, @emotion/react@^11.4.1, @emotion/react@workspace:packages/react":
28872887
version: 0.0.0-use.local
28882888
resolution: "@emotion/react@workspace:packages/react"
28892889
dependencies:
28902890
"@babel/runtime": ^7.18.3
28912891
"@definitelytyped/dtslint": 0.0.112
28922892
"@emotion/babel-plugin": ^11.13.5
2893-
"@emotion/cache": ^11.13.5
2893+
"@emotion/cache": ^11.14.0
28942894
"@emotion/css": 11.13.5
2895-
"@emotion/css-prettifier": 1.1.4
2895+
"@emotion/css-prettifier": 1.2.0
28962896
"@emotion/serialize": ^1.3.3
28972897
"@emotion/server": 11.11.0
2898-
"@emotion/styled": 11.13.5
2899-
"@emotion/use-insertion-effect-with-fallbacks": ^1.1.0
2898+
"@emotion/styled": 11.14.0
2899+
"@emotion/use-insertion-effect-with-fallbacks": ^1.2.0
29002900
"@emotion/utils": ^1.4.2
29012901
"@emotion/weak-memoize": ^0.4.0
29022902
"@types/hoist-non-react-statics": ^3.3.5
@@ -2934,7 +2934,7 @@ __metadata:
29342934
"@definitelytyped/dtslint": 0.0.112
29352935
"@emotion/babel-plugin": 11.13.5
29362936
"@emotion/css": 11.13.5
2937-
"@emotion/css-prettifier": 1.1.4
2937+
"@emotion/css-prettifier": 1.2.0
29382938
"@emotion/utils": ^1.4.2
29392939
"@types/node": ^12.20.37
29402940
html-tokenize: ^2.0.0
@@ -2958,17 +2958,17 @@ __metadata:
29582958
languageName: unknown
29592959
linkType: soft
29602960

2961-
"@emotion/styled@11.13.5, @emotion/styled@^11.0.0, @emotion/styled@workspace:packages/styled":
2961+
"@emotion/styled@11.14.0, @emotion/styled@^11.0.0, @emotion/styled@workspace:packages/styled":
29622962
version: 0.0.0-use.local
29632963
resolution: "@emotion/styled@workspace:packages/styled"
29642964
dependencies:
29652965
"@babel/runtime": ^7.18.3
29662966
"@definitelytyped/dtslint": 0.0.112
29672967
"@emotion/babel-plugin": ^11.13.5
29682968
"@emotion/is-prop-valid": ^1.3.0
2969-
"@emotion/react": 11.13.5
2969+
"@emotion/react": 11.14.0
29702970
"@emotion/serialize": ^1.3.3
2971-
"@emotion/use-insertion-effect-with-fallbacks": ^1.1.0
2971+
"@emotion/use-insertion-effect-with-fallbacks": ^1.2.0
29722972
"@emotion/utils": ^1.4.2
29732973
react: 16.14.0
29742974
typescript: ^5.4.5
@@ -2987,7 +2987,7 @@ __metadata:
29872987
languageName: unknown
29882988
linkType: soft
29892989

2990-
"@emotion/use-insertion-effect-with-fallbacks@^1.1.0, @emotion/use-insertion-effect-with-fallbacks@workspace:packages/use-insertion-effect-with-fallbacks":
2990+
"@emotion/use-insertion-effect-with-fallbacks@^1.2.0, @emotion/use-insertion-effect-with-fallbacks@workspace:packages/use-insertion-effect-with-fallbacks":
29912991
version: 0.0.0-use.local
29922992
resolution: "@emotion/use-insertion-effect-with-fallbacks@workspace:packages/use-insertion-effect-with-fallbacks"
29932993
dependencies:

0 commit comments

Comments
 (0)