Skip to content

Commit 01cca60

Browse files
Version Packages (#2581)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1554a7e commit 01cca60

17 files changed

+68
-35
lines changed

.changeset/old-chefs-repeat.md

-5
This file was deleted.

.changeset/slow-planes-impress.md

-10
This file was deleted.

packages/babel-plugin/CHANGELOG.md

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

3+
## 11.7.1
4+
5+
### Patch Changes
6+
7+
- [#2590](https://github.com/emotion-js/emotion/pull/2590) [`1554a7e2`](https://github.com/emotion-js/emotion/commit/1554a7e264e05780b2c5bd74ccb20a92005ba61d) Thanks [@Andarist](https://github.com/Andarist)! - Upgraded and pinned the version of Stylis - the CSS parser that Emotion uses under the hood.
8+
39
## 11.3.0
410

511
### Minor Changes

packages/babel-plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emotion/babel-plugin",
3-
"version": "11.3.0",
3+
"version": "11.7.1",
44
"description": "A recommended babel preprocessing plugin for emotion, The Next Generation of CSS-in-JS.",
55
"main": "dist/emotion-babel-plugin.cjs.js",
66
"module": "dist/emotion-babel-plugin.esm.js",

packages/cache/CHANGELOG.md

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

3+
## 11.7.1
4+
5+
### Patch Changes
6+
7+
- [#2590](https://github.com/emotion-js/emotion/pull/2590) [`1554a7e2`](https://github.com/emotion-js/emotion/commit/1554a7e264e05780b2c5bd74ccb20a92005ba61d) Thanks [@Andarist](https://github.com/Andarist)! - Upgraded and pinned the version of Stylis - the CSS parser that Emotion uses under the hood.
8+
39
## 11.6.0
410

511
### Minor 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.6.0",
3+
"version": "11.7.1",
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,3 +1,9 @@
11
# @emotion/css-prettifier
22

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- [#2590](https://github.com/emotion-js/emotion/pull/2590) [`1554a7e2`](https://github.com/emotion-js/emotion/commit/1554a7e264e05780b2c5bd74ccb20a92005ba61d) Thanks [@Andarist](https://github.com/Andarist)! - Upgraded and pinned the version of Stylis - the CSS parser that Emotion uses under the hood.
8+
39
## 1.0.0

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.0.0",
3+
"version": "1.0.1",
44
"description": "Simple Stylis-based CSS prettifier",
55
"scripts": {
66
"test:typescript": "exit 0"

packages/css/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# emotion
22

3+
## 11.7.1
4+
5+
### Patch Changes
6+
7+
- [#2590](https://github.com/emotion-js/emotion/pull/2590) [`1554a7e2`](https://github.com/emotion-js/emotion/commit/1554a7e264e05780b2c5bd74ccb20a92005ba61d) Thanks [@Andarist](https://github.com/Andarist)! - Upgraded and pinned the version of Stylis - the CSS parser that Emotion uses under the hood.
8+
9+
- Updated dependencies [[`1554a7e2`](https://github.com/emotion-js/emotion/commit/1554a7e264e05780b2c5bd74ccb20a92005ba61d)]:
10+
- @emotion/babel-plugin@11.7.1
11+
- @emotion/cache@11.7.1
12+
313
## 11.5.0
414

515
### Patch Changes

packages/css/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emotion/css",
3-
"version": "11.5.0",
3+
"version": "11.7.1",
44
"description": "The Next Generation of CSS-in-JS.",
55
"main": "dist/emotion-css.cjs.js",
66
"module": "dist/emotion-css.esm.js",
@@ -18,8 +18,8 @@
1818
"test:typescript": "dtslint types"
1919
},
2020
"dependencies": {
21-
"@emotion/babel-plugin": "^11.0.0",
22-
"@emotion/cache": "^11.5.0",
21+
"@emotion/babel-plugin": "^11.7.1",
22+
"@emotion/cache": "^11.7.1",
2323
"@emotion/serialize": "^1.0.0",
2424
"@emotion/sheet": "^1.0.3",
2525
"@emotion/utils": "^1.0.0"

packages/jest/CHANGELOG.md

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

3+
## 11.7.1
4+
5+
### Patch Changes
6+
7+
- [#2590](https://github.com/emotion-js/emotion/pull/2590) [`1554a7e2`](https://github.com/emotion-js/emotion/commit/1554a7e264e05780b2c5bd74ccb20a92005ba61d) Thanks [@Andarist](https://github.com/Andarist)! - Upgraded and pinned the version of Stylis - the CSS parser that Emotion uses under the hood.
8+
9+
- Updated dependencies [[`1554a7e2`](https://github.com/emotion-js/emotion/commit/1554a7e264e05780b2c5bd74ccb20a92005ba61d)]:
10+
- @emotion/css-prettifier@1.0.1
11+
312
## 11.6.0
413

514
### Minor Changes

packages/jest/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emotion/jest",
3-
"version": "11.6.0",
3+
"version": "11.7.1",
44
"description": "Jest utilities for emotion",
55
"main": "dist/emotion-jest.cjs.js",
66
"module": "dist/emotion-jest.esm.js",
@@ -18,7 +18,7 @@
1818
},
1919
"dependencies": {
2020
"@babel/runtime": "^7.13.10",
21-
"@emotion/css-prettifier": "^1.0.0",
21+
"@emotion/css-prettifier": "^1.0.1",
2222
"chalk": "^4.1.0",
2323
"specificity": "^0.4.1",
2424
"stylis": "4.0.13"
@@ -36,8 +36,8 @@
3636
}
3737
},
3838
"devDependencies": {
39-
"@emotion/css": "11.5.0",
40-
"@emotion/react": "11.7.0",
39+
"@emotion/css": "11.7.1",
40+
"@emotion/react": "11.7.1",
4141
"@types/jest": "^26.0.14",
4242
"dtslint": "^0.3.0",
4343
"enzyme-to-json": "^3.6.1",

packages/primitives-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"react": ">=16.8.0"
2121
},
2222
"devDependencies": {
23-
"@emotion/react": "11.7.0",
23+
"@emotion/react": "11.7.1",
2424
"react": "16.14.0"
2525
},
2626
"homepage": "https://emotion.sh",

packages/react/CHANGELOG.md

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

3+
## 11.7.1
4+
5+
### Patch Changes
6+
7+
- [#2577](https://github.com/emotion-js/emotion/pull/2577) [`04681a5f`](https://github.com/emotion-js/emotion/commit/04681a5f520b3e3909e567fda200622494dd333b) Thanks [@Methuselah96](https://github.com/Methuselah96)! - Export `Keyframes` type to avoid TypeScript inserting `import("@emotion/serialize").Keyframes` references into declaration files emitted based on a source files exporting `keyframes` result. This avoids issues with strict package managers that don't allow accessing undeclared dependencies.
8+
9+
* [#2590](https://github.com/emotion-js/emotion/pull/2590) [`1554a7e2`](https://github.com/emotion-js/emotion/commit/1554a7e264e05780b2c5bd74ccb20a92005ba61d) Thanks [@Andarist](https://github.com/Andarist)! - Upgraded and pinned the version of Stylis - the CSS parser that Emotion uses under the hood.
10+
11+
* Updated dependencies [[`1554a7e2`](https://github.com/emotion-js/emotion/commit/1554a7e264e05780b2c5bd74ccb20a92005ba61d)]:
12+
- @emotion/cache@11.7.1
13+
314
## 11.7.0
415

516
### Patch Changes

packages/react/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emotion/react",
3-
"version": "11.7.0",
3+
"version": "11.7.1",
44
"main": "dist/emotion-react.cjs.js",
55
"module": "dist/emotion-react.esm.js",
66
"browser": {
@@ -27,7 +27,7 @@
2727
},
2828
"dependencies": {
2929
"@babel/runtime": "^7.13.10",
30-
"@emotion/cache": "^11.6.0",
30+
"@emotion/cache": "^11.7.1",
3131
"@emotion/serialize": "^1.0.2",
3232
"@emotion/sheet": "^1.1.0",
3333
"@emotion/utils": "^1.0.0",
@@ -48,8 +48,8 @@
4848
},
4949
"devDependencies": {
5050
"@babel/core": "^7.13.10",
51-
"@emotion/css": "11.5.0",
52-
"@emotion/css-prettifier": "1.0.0",
51+
"@emotion/css": "11.7.1",
52+
"@emotion/css-prettifier": "1.0.1",
5353
"@emotion/server": "11.4.0",
5454
"@emotion/styled": "11.6.0",
5555
"@types/react": "^16.9.11",

packages/server/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
}
2929
},
3030
"devDependencies": {
31-
"@emotion/babel-plugin": "11.3.0",
32-
"@emotion/css": "11.5.0",
33-
"@emotion/css-prettifier": "1.0.0",
31+
"@emotion/babel-plugin": "11.7.1",
32+
"@emotion/css": "11.7.1",
33+
"@emotion/css-prettifier": "1.0.1",
3434
"@types/node": "^10.11.4",
3535
"dtslint": "^0.3.0"
3636
},

packages/styled/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@babel/runtime": "^7.13.10",
15-
"@emotion/babel-plugin": "^11.3.0",
15+
"@emotion/babel-plugin": "^11.7.1",
1616
"@emotion/is-prop-valid": "^1.1.1",
1717
"@emotion/serialize": "^1.0.2",
1818
"@emotion/utils": "^1.0.0"
@@ -32,7 +32,7 @@
3232
},
3333
"devDependencies": {
3434
"@babel/core": "^7.13.10",
35-
"@emotion/react": "11.7.0",
35+
"@emotion/react": "11.7.1",
3636
"dtslint": "^0.3.0",
3737
"react": "16.14.0"
3838
},

0 commit comments

Comments
 (0)