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

File tree

19 files changed

+71
-55
lines changed

19 files changed

+71
-55
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/metal-cups-allow.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",

0 commit comments

Comments
 (0)