Skip to content

Commit 91906bc

Browse files
Version Packages
1 parent fc4d7bd commit 91906bc

File tree

17 files changed

+56
-46
lines changed

17 files changed

+56
-46
lines changed

.changeset/fluffy-garlics-smash.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/grumpy-suits-cough.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/rotten-baboons-knock.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/young-ears-give.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

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

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

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

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

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

Lines changed: 1 addition & 1 deletion
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
},

0 commit comments

Comments
 (0)