Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #2652

Merged
merged 1 commit into from Feb 19, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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