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 May 30, 2022
1 parent 5b3f4d7 commit e75a4bf
Show file tree
Hide file tree
Showing 15 changed files with 44 additions and 32 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-years-relate.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/five-balloons-sneeze.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/friendly-carrots-buy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/soft-spoons-argue.md

This file was deleted.

9 changes: 9 additions & 0 deletions packages/cache/CHANGELOG.md
@@ -1,5 +1,14 @@
# @emotion/cache

## 11.9.3

### Patch Changes

- [#2728](https://github.com/emotion-js/emotion/pull/2728) [`6c2d7a60`](https://github.com/emotion-js/emotion/commit/6c2d7a6010af85502ae33d14dcbd3bb62ed7612e) Thanks [@Peeja](https://github.com/Peeja)! - TypeScript type for the `container` option has been adjusted. It will now accept a `ShadowRoot`, or any other kind of `Node`.

- Updated dependencies [[`6c2d7a60`](https://github.com/emotion-js/emotion/commit/6c2d7a6010af85502ae33d14dcbd3bb62ed7612e)]:
- @emotion/sheet@1.1.1

## 11.7.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/cache/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/cache",
"version": "11.7.1",
"version": "11.9.3",
"description": "emotion's cache",
"main": "dist/emotion-cache.cjs.js",
"module": "dist/emotion-cache.esm.js",
Expand All @@ -16,7 +16,7 @@
},
"dependencies": {
"@emotion/memoize": "^0.7.4",
"@emotion/sheet": "^1.1.0",
"@emotion/sheet": "^1.1.1",
"@emotion/utils": "^1.0.0",
"@emotion/weak-memoize": "^0.2.5",
"stylis": "4.0.13"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest/package.json
Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@emotion/css": "11.9.0",
"@emotion/react": "11.9.0",
"@emotion/react": "11.9.3",
"@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.9.0",
"@emotion/react": "11.9.3",
"react": "16.14.0"
},
"homepage": "https://emotion.sh",
Expand Down
10 changes: 10 additions & 0 deletions packages/react/CHANGELOG.md
@@ -1,5 +1,15 @@
# @emotion/react

## 11.9.3

### Patch Changes

- [#2766](https://github.com/emotion-js/emotion/pull/2766) [`5b3f4d78`](https://github.com/emotion-js/emotion/commit/5b3f4d78d54552f9785836bc2cc56d3f789afc47) Thanks [@Andarist](https://github.com/Andarist)! - `ThemeProviderProps["children"]` was marked as a required prop as `ThemeProvider` should always wrap some subtree.

- Updated dependencies [[`26e4e3e8`](https://github.com/emotion-js/emotion/commit/26e4e3e8b68479f0e3cb8fbec723da47afd6ac98), [`6c2d7a60`](https://github.com/emotion-js/emotion/commit/6c2d7a6010af85502ae33d14dcbd3bb62ed7612e), [`5e81f213`](https://github.com/emotion-js/emotion/commit/5e81f213980e9ba2cfa35256476673b68d47fc33)]:
- @emotion/serialize@1.0.4
- @emotion/cache@11.9.3

## 11.9.0

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/react",
"version": "11.9.0",
"version": "11.9.3",
"main": "dist/emotion-react.cjs.js",
"module": "dist/emotion-react.esm.js",
"browser": {
Expand Down Expand Up @@ -28,8 +28,8 @@
"dependencies": {
"@babel/runtime": "^7.13.10",
"@emotion/babel-plugin": "^11.7.1",
"@emotion/cache": "^11.7.1",
"@emotion/serialize": "^1.0.3",
"@emotion/cache": "^11.9.3",
"@emotion/serialize": "^1.0.4",
"@emotion/utils": "^1.1.0",
"@emotion/weak-memoize": "^0.2.5",
"hoist-non-react-statics": "^3.3.1"
Expand Down
8 changes: 8 additions & 0 deletions packages/serialize/CHANGELOG.md
@@ -1,5 +1,13 @@
# @emotion/serialize

## 1.0.4

### Patch Changes

- [#2727](https://github.com/emotion-js/emotion/pull/2727) [`26e4e3e8`](https://github.com/emotion-js/emotion/commit/26e4e3e8b68479f0e3cb8fbec723da47afd6ac98) Thanks [@srmagura](https://github.com/srmagura)! - Changed the error message "Component selectors can only be used in conjunction with @emotion/babel-plugin" to reference the new SWC Emotion plugin which will support component selectors soon.

* [#2572](https://github.com/emotion-js/emotion/pull/2572) [`5e81f213`](https://github.com/emotion-js/emotion/commit/5e81f213980e9ba2cfa35256476673b68d47fc33) Thanks [@otakustay](https://github.com/otakustay)! - Changed the `registered` parameter to be declared as optional in the TypeScript definition to match the runtime requirement.

## 1.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/serialize/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/serialize",
"version": "1.0.3",
"version": "1.0.4",
"description": "serialization utils for emotion",
"main": "dist/emotion-serialize.cjs.js",
"module": "dist/emotion-serialize.esm.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/sheet/CHANGELOG.md
@@ -1,5 +1,11 @@
# @emotion/sheet

## 1.1.1

### Patch Changes

- [#2728](https://github.com/emotion-js/emotion/pull/2728) [`6c2d7a60`](https://github.com/emotion-js/emotion/commit/6c2d7a6010af85502ae33d14dcbd3bb62ed7612e) Thanks [@Peeja](https://github.com/Peeja)! - TypeScript type for the `container` option has been adjusted. It will now accept a `ShadowRoot`, or any other kind of `Node`.

## 1.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sheet/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/sheet",
"version": "1.1.0",
"version": "1.1.1",
"description": "emotion's stylesheet",
"main": "dist/emotion-sheet.cjs.js",
"module": "dist/emotion-sheet.esm.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/styled/package.json
Expand Up @@ -14,7 +14,7 @@
"@babel/runtime": "^7.13.10",
"@emotion/babel-plugin": "^11.7.1",
"@emotion/is-prop-valid": "^1.1.2",
"@emotion/serialize": "^1.0.3",
"@emotion/serialize": "^1.0.4",
"@emotion/utils": "^1.1.0"
},
"peerDependencies": {
Expand All @@ -32,7 +32,7 @@
},
"devDependencies": {
"@babel/core": "^7.13.10",
"@emotion/react": "11.9.0",
"@emotion/react": "11.9.3",
"dtslint": "^4.2.1",
"react": "16.14.0",
"typescript": "^4.5.5"
Expand Down

0 comments on commit e75a4bf

Please sign in to comment.