Skip to content

Commit

Permalink
Version Packages (#2860)
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 Aug 22, 2022
1 parent df434ea commit c60d646
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 18 deletions.
5 changes: 0 additions & 5 deletions .changeset/rare-rats-tap.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/witty-frogs-hear.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/babel-plugin/CHANGELOG.md
@@ -1,5 +1,11 @@
# @emotion/babel-plugin

## 11.10.2

### Patch Changes

- [#2858](https://github.com/emotion-js/emotion/pull/2858) [`005e211d`](https://github.com/emotion-js/emotion/commit/005e211d53a4a1a34509400e41402b8910875fda) Thanks [@Andarist](https://github.com/Andarist)! - Fixed an issue in the styles minifier that caused interpolations to be sometimes included more than once in the output.

## 11.10.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/babel-plugin",
"version": "11.10.0",
"version": "11.10.2",
"description": "A recommended babel preprocessing plugin for emotion, The Next Generation of CSS-in-JS.",
"main": "dist/emotion-babel-plugin.cjs.js",
"module": "dist/emotion-babel-plugin.esm.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/cache/CHANGELOG.md
@@ -1,5 +1,11 @@
# @emotion/cache

## 11.10.2

### Patch Changes

- [#2751](https://github.com/emotion-js/emotion/pull/2751) [`0ffd6068`](https://github.com/emotion-js/emotion/commit/0ffd6068fe1c455788c0099b350ea771ce5657ee) Thanks [@Andarist](https://github.com/Andarist), [@kyoncy](https://github.com/kyoncy)! - Fix `/* emotion-disable-server-rendering-unsafe-selector-warning-please-do-not-use-this-the-warning-exists-for-a-reason */` not disabling the warning when there are multiple blocks of CSS.

## 11.10.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cache/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/cache",
"version": "11.10.1",
"version": "11.10.2",
"description": "emotion's cache",
"main": "dist/emotion-cache.cjs.js",
"module": "dist/emotion-cache.esm.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"@definitelytyped/dtslint": "0.0.112",
"@emotion/babel-plugin": "11.10.0",
"@emotion/babel-plugin": "11.10.2",
"@emotion/css": "11.10.0",
"@emotion/css-prettifier": "1.1.0",
"@types/node": "^12.20.37",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Expand Up @@ -2344,7 +2344,7 @@ __metadata:
languageName: unknown
linkType: soft

"@emotion/babel-plugin@11.10.0, @emotion/babel-plugin@^11.0.0, @emotion/babel-plugin@^11.10.0, @emotion/babel-plugin@workspace:packages/babel-plugin":
"@emotion/babel-plugin@11.10.2, @emotion/babel-plugin@^11.0.0, @emotion/babel-plugin@^11.10.0, @emotion/babel-plugin@workspace:packages/babel-plugin":
version: 0.0.0-use.local
resolution: "@emotion/babel-plugin@workspace:packages/babel-plugin"
dependencies:
Expand Down Expand Up @@ -2621,7 +2621,7 @@ __metadata:
resolution: "@emotion/server@workspace:packages/server"
dependencies:
"@definitelytyped/dtslint": 0.0.112
"@emotion/babel-plugin": 11.10.0
"@emotion/babel-plugin": 11.10.2
"@emotion/css": 11.10.0
"@emotion/css-prettifier": 1.1.0
"@emotion/utils": ^1.2.0
Expand Down

0 comments on commit c60d646

Please sign in to comment.