Skip to content

Commit 239f2d0

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

File tree

6 files changed

+10
-9
lines changed

6 files changed

+10
-9
lines changed

.changeset/green-dingos-design.md

-5
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.1",
40+
"@emotion/react": "11.8.2",
4141
"@types/jest": "^27.0.3",
4242
"dtslint": "^4.2.1",
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.1",
23+
"@emotion/react": "11.8.2",
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.2
4+
5+
### Patch Changes
6+
7+
- [#2677](https://github.com/emotion-js/emotion/pull/2677) [`ff3cb164`](https://github.com/emotion-js/emotion/commit/ff3cb16419b44578c7bab275dce7b5845b61db84) Thanks [@Jack-Works](https://github.com/Jack-Works)! - Change `Global` component to use the `StyleSheet` constructor of the current `cache.sheet`. This is useful when `cache.sheet` is not the default implementation. Thanks to that the inner sheet constructed by `Global` can share the behavior with its "main" sheet that is hold by the `cache`.
8+
39
## 11.8.1
410

511
### Patch Changes

packages/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emotion/react",
3-
"version": "11.8.1",
3+
"version": "11.8.2",
44
"main": "dist/emotion-react.cjs.js",
55
"module": "dist/emotion-react.esm.js",
66
"browser": {

packages/styled/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"devDependencies": {
3434
"@babel/core": "^7.13.10",
35-
"@emotion/react": "11.8.1",
35+
"@emotion/react": "11.8.2",
3636
"dtslint": "^4.2.1",
3737
"react": "16.14.0",
3838
"typescript": "^4.5.5"

0 commit comments

Comments
 (0)