Skip to content

Commit 7a478fc

Browse files
Version Packages (#2710)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent fc52bed commit 7a478fc

File tree

13 files changed

+43
-25
lines changed

13 files changed

+43
-25
lines changed

.changeset/polite-icons-judge.md

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

.changeset/young-deers-cheat.md

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

packages/css/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# emotion
22

3+
## 11.9.0
4+
5+
### Patch Changes
6+
7+
- [#2700](https://github.com/emotion-js/emotion/pull/2700) [`d9357621`](https://github.com/emotion-js/emotion/commit/d935762131b1474f2474296ee4706f7ecd59b6dd) Thanks [@arturmuller](https://github.com/arturmuller)! - Fixed a false positive warning for `content` properties that included `var()`.
8+
9+
- Updated dependencies [[`d9357621`](https://github.com/emotion-js/emotion/commit/d935762131b1474f2474296ee4706f7ecd59b6dd)]:
10+
- @emotion/serialize@1.0.3
11+
312
## 11.7.1
413

514
### Patch Changes

packages/css/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emotion/css",
3-
"version": "11.7.1",
3+
"version": "11.9.0",
44
"description": "The Next Generation of CSS-in-JS.",
55
"main": "dist/emotion-css.cjs.js",
66
"module": "dist/emotion-css.esm.js",
@@ -20,7 +20,7 @@
2020
"dependencies": {
2121
"@emotion/babel-plugin": "^11.7.1",
2222
"@emotion/cache": "^11.7.1",
23-
"@emotion/serialize": "^1.0.0",
23+
"@emotion/serialize": "^1.0.3",
2424
"@emotion/sheet": "^1.0.3",
2525
"@emotion/utils": "^1.0.0"
2626
},

packages/jest/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @emotion/jest
22

3+
## 11.9.0
4+
5+
### Minor Changes
6+
7+
- [#2709](https://github.com/emotion-js/emotion/pull/2709) [`1a25293f`](https://github.com/emotion-js/emotion/commit/1a25293fffa348d55bbf78e8855a6390bc54230b) Thanks [@thompsongl](https://github.com/thompsongl)! - Added `includeStyles` option to `createSerializer` to optionally disable styles printing.
8+
39
## 11.8.0
410

511
### Patch Changes

packages/jest/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emotion/jest",
3-
"version": "11.8.0",
3+
"version": "11.9.0",
44
"description": "Jest utilities for emotion",
55
"main": "dist/emotion-jest.cjs.js",
66
"module": "dist/emotion-jest.esm.js",
@@ -36,8 +36,8 @@
3636
}
3737
},
3838
"devDependencies": {
39-
"@emotion/css": "11.7.1",
40-
"@emotion/react": "11.8.2",
39+
"@emotion/css": "11.9.0",
40+
"@emotion/react": "11.9.0",
4141
"@types/jest": "^27.0.3",
4242
"dtslint": "^4.2.1",
4343
"enzyme-to-json": "^3.6.1",

packages/primitives-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"react": ">=16.8.0"
2121
},
2222
"devDependencies": {
23-
"@emotion/react": "11.8.2",
23+
"@emotion/react": "11.9.0",
2424
"react": "16.14.0"
2525
},
2626
"homepage": "https://emotion.sh",

packages/react/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @emotion/react
22

3+
## 11.9.0
4+
5+
### Patch Changes
6+
7+
- [#2700](https://github.com/emotion-js/emotion/pull/2700) [`d9357621`](https://github.com/emotion-js/emotion/commit/d935762131b1474f2474296ee4706f7ecd59b6dd) Thanks [@arturmuller](https://github.com/arturmuller)! - Fixed a false positive warning for `content` properties that included `var()`.
8+
9+
- Updated dependencies [[`d9357621`](https://github.com/emotion-js/emotion/commit/d935762131b1474f2474296ee4706f7ecd59b6dd)]:
10+
- @emotion/serialize@1.0.3
11+
312
## 11.8.2
413

514
### Patch Changes

packages/react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emotion/react",
3-
"version": "11.8.2",
3+
"version": "11.9.0",
44
"main": "dist/emotion-react.cjs.js",
55
"module": "dist/emotion-react.esm.js",
66
"browser": {
@@ -29,7 +29,7 @@
2929
"@babel/runtime": "^7.13.10",
3030
"@emotion/babel-plugin": "^11.7.1",
3131
"@emotion/cache": "^11.7.1",
32-
"@emotion/serialize": "^1.0.2",
32+
"@emotion/serialize": "^1.0.3",
3333
"@emotion/utils": "^1.1.0",
3434
"@emotion/weak-memoize": "^0.2.5",
3535
"hoist-non-react-statics": "^3.3.1"
@@ -48,7 +48,7 @@
4848
},
4949
"devDependencies": {
5050
"@babel/core": "^7.13.10",
51-
"@emotion/css": "11.7.1",
51+
"@emotion/css": "11.9.0",
5252
"@emotion/css-prettifier": "1.0.1",
5353
"@emotion/server": "11.4.0",
5454
"@emotion/styled": "11.8.1",

packages/serialize/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @emotion/serialize
22

3+
## 1.0.3
4+
5+
### Patch Changes
6+
7+
- [#2700](https://github.com/emotion-js/emotion/pull/2700) [`d9357621`](https://github.com/emotion-js/emotion/commit/d935762131b1474f2474296ee4706f7ecd59b6dd) Thanks [@arturmuller](https://github.com/arturmuller)! - Fixed a false positive warning for `content` properties that included `var()`.
8+
39
## 1.0.2
410

511
### Patch Changes

packages/serialize/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emotion/serialize",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "serialization utils for emotion",
55
"main": "dist/emotion-serialize.cjs.js",
66
"module": "dist/emotion-serialize.esm.js",

packages/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"devDependencies": {
3131
"@emotion/babel-plugin": "11.7.2",
32-
"@emotion/css": "11.7.1",
32+
"@emotion/css": "11.9.0",
3333
"@emotion/css-prettifier": "1.0.1",
3434
"@types/node": "^10.11.4",
3535
"dtslint": "^4.2.1",

packages/styled/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@babel/runtime": "^7.13.10",
1515
"@emotion/babel-plugin": "^11.7.1",
1616
"@emotion/is-prop-valid": "^1.1.2",
17-
"@emotion/serialize": "^1.0.2",
17+
"@emotion/serialize": "^1.0.3",
1818
"@emotion/utils": "^1.1.0"
1919
},
2020
"peerDependencies": {
@@ -32,7 +32,7 @@
3232
},
3333
"devDependencies": {
3434
"@babel/core": "^7.13.10",
35-
"@emotion/react": "11.8.2",
35+
"@emotion/react": "11.9.0",
3636
"dtslint": "^4.2.1",
3737
"react": "16.14.0",
3838
"typescript": "^4.5.5"

0 commit comments

Comments
 (0)