Skip to content

Commit

Permalink
Version Packages (#2652)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Feb 19, 2022
1 parent 39ac5b9 commit 29c99a9
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 12 deletions.
6 changes: 0 additions & 6 deletions .changeset/dull-trees-crash.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/jest/package.json
Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@emotion/css": "11.7.1",
"@emotion/react": "11.8.0",
"@emotion/react": "11.8.1",
"@types/jest": "^27.0.3",
"dtslint": "^0.3.0",
"enzyme-to-json": "^3.6.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/primitives-core/package.json
Expand Up @@ -20,7 +20,7 @@
"react": ">=16.8.0"
},
"devDependencies": {
"@emotion/react": "11.8.0",
"@emotion/react": "11.8.1",
"react": "16.14.0"
},
"homepage": "https://emotion.sh",
Expand Down
6 changes: 6 additions & 0 deletions packages/react/CHANGELOG.md
@@ -1,5 +1,11 @@
# @emotion/react

## 11.8.1

### Patch Changes

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

## 11.8.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/react",
"version": "11.8.0",
"version": "11.8.1",
"main": "dist/emotion-react.cjs.js",
"module": "dist/emotion-react.esm.js",
"browser": {
Expand Down Expand Up @@ -52,7 +52,7 @@
"@emotion/css": "11.7.1",
"@emotion/css-prettifier": "1.0.1",
"@emotion/server": "11.4.0",
"@emotion/styled": "11.8.0",
"@emotion/styled": "11.8.1",
"@types/react": "^16.9.11",
"dtslint": "^0.3.0",
"html-tag-names": "^1.1.2",
Expand Down
6 changes: 6 additions & 0 deletions packages/styled/CHANGELOG.md
@@ -1,5 +1,11 @@
# @emotion/styled

## 11.8.1

### Patch Changes

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

## 11.8.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/styled/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/styled",
"version": "11.8.0",
"version": "11.8.1",
"description": "styled API for emotion",
"main": "dist/emotion-styled.cjs.js",
"module": "dist/emotion-styled.esm.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"@babel/core": "^7.13.10",
"@emotion/react": "11.8.0",
"@emotion/react": "11.8.1",
"dtslint": "^0.3.0",
"react": "16.14.0"
},
Expand Down

0 comments on commit 29c99a9

Please sign in to comment.