Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 10, 2022
1 parent ff3cb16 commit 9584dd1
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/green-dingos-design.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.1",
"@emotion/react": "11.8.2",
"@types/jest": "^27.0.3",
"dtslint": "^4.2.1",
"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.1",
"@emotion/react": "11.8.2",
"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.2

### Patch Changes

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

## 11.8.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/react",
"version": "11.8.1",
"version": "11.8.2",
"main": "dist/emotion-react.cjs.js",
"module": "dist/emotion-react.esm.js",
"browser": {
Expand Down
2 changes: 1 addition & 1 deletion packages/styled/package.json
Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"@babel/core": "^7.13.10",
"@emotion/react": "11.8.1",
"@emotion/react": "11.8.2",
"dtslint": "^4.2.1",
"react": "16.14.0",
"typescript": "^4.5.5"
Expand Down

0 comments on commit 9584dd1

Please sign in to comment.