Skip to content

Commit 29c99a9

Browse files
Version Packages (#2652)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 39ac5b9 commit 29c99a9

File tree

7 files changed

+18
-12
lines changed

7 files changed

+18
-12
lines changed

.changeset/dull-trees-crash.md

-6
This file was deleted.

packages/jest/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"devDependencies": {
3939
"@emotion/css": "11.7.1",
40-
"@emotion/react": "11.8.0",
40+
"@emotion/react": "11.8.1",
4141
"@types/jest": "^27.0.3",
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.8.0",
23+
"@emotion/react": "11.8.1",
2424
"react": "16.14.0"
2525
},
2626
"homepage": "https://emotion.sh",

packages/react/CHANGELOG.md

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

3+
## 11.8.1
4+
5+
### Patch Changes
6+
7+
- [#2651](https://github.com/emotion-js/emotion/pull/2651) [`39ac5b99`](https://github.com/emotion-js/emotion/commit/39ac5b99483994a68fa2b51e23ad6c173f42f1c1) Thanks [@Andarist](https://github.com/Andarist)! - Fixed a transpilation issue that caused `useInsertionEffect` to be referenced directly in the specifiers list of the import statement. This has caused build errors in the consuming tools since the import statement can only reference known exports of a module.
8+
39
## 11.8.0
410

511
### Minor Changes

packages/react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emotion/react",
3-
"version": "11.8.0",
3+
"version": "11.8.1",
44
"main": "dist/emotion-react.cjs.js",
55
"module": "dist/emotion-react.esm.js",
66
"browser": {
@@ -52,7 +52,7 @@
5252
"@emotion/css": "11.7.1",
5353
"@emotion/css-prettifier": "1.0.1",
5454
"@emotion/server": "11.4.0",
55-
"@emotion/styled": "11.8.0",
55+
"@emotion/styled": "11.8.1",
5656
"@types/react": "^16.9.11",
5757
"dtslint": "^0.3.0",
5858
"html-tag-names": "^1.1.2",

packages/styled/CHANGELOG.md

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

3+
## 11.8.1
4+
5+
### Patch Changes
6+
7+
- [#2651](https://github.com/emotion-js/emotion/pull/2651) [`39ac5b99`](https://github.com/emotion-js/emotion/commit/39ac5b99483994a68fa2b51e23ad6c173f42f1c1) Thanks [@Andarist](https://github.com/Andarist)! - Fixed a transpilation issue that caused `useInsertionEffect` to be referenced directly in the specifiers list of the import statement. This has caused build errors in the consuming tools since the import statement can only reference known exports of a module.
8+
39
## 11.8.0
410

511
### Minor Changes

packages/styled/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emotion/styled",
3-
"version": "11.8.0",
3+
"version": "11.8.1",
44
"description": "styled API for emotion",
55
"main": "dist/emotion-styled.cjs.js",
66
"module": "dist/emotion-styled.esm.js",
@@ -32,7 +32,7 @@
3232
},
3333
"devDependencies": {
3434
"@babel/core": "^7.13.10",
35-
"@emotion/react": "11.8.0",
35+
"@emotion/react": "11.8.1",
3636
"dtslint": "^0.3.0",
3737
"react": "16.14.0"
3838
},

0 commit comments

Comments
 (0)