Skip to content

Commit

Permalink
Version Packages (#3026)
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 Apr 28, 2023
1 parent 6bd1342 commit 5645b37
Show file tree
Hide file tree
Showing 19 changed files with 101 additions and 60 deletions.
7 changes: 0 additions & 7 deletions .changeset/early-mice-change.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/seven-bags-shave.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.8

### Patch Changes

- [#3025](https://github.com/emotion-js/emotion/pull/3025) [`6bd13425`](https://github.com/emotion-js/emotion/commit/6bd13425a2b413150c81e63fad1105d7968b5e6f) Thanks [@Andarist](https://github.com/Andarist)! - Updated the underlying parser ([stylis](https://github.com/thysultan/stylis)) to 4.1.4

## 11.10.6

### Patch 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.6",
"version": "11.10.8",
"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.8

### Patch Changes

- [#3025](https://github.com/emotion-js/emotion/pull/3025) [`6bd13425`](https://github.com/emotion-js/emotion/commit/6bd13425a2b413150c81e63fad1105d7968b5e6f) Thanks [@Andarist](https://github.com/Andarist)! - Fixed a parsing issue with `&` within nested functions in declaration values by updating the underlying parser ([stylis](https://github.com/thysultan/stylis)).

## 11.10.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cache/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/cache",
"version": "11.10.7",
"version": "11.10.8",
"description": "emotion's cache",
"main": "dist/emotion-cache.cjs.js",
"module": "dist/emotion-cache.esm.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/css-prettifier/CHANGELOG.md
@@ -1,5 +1,11 @@
# @emotion/css-prettifier

## 1.1.2

### Patch Changes

- [#3025](https://github.com/emotion-js/emotion/pull/3025) [`6bd13425`](https://github.com/emotion-js/emotion/commit/6bd13425a2b413150c81e63fad1105d7968b5e6f) Thanks [@Andarist](https://github.com/Andarist)! - Updated the underlying parser ([stylis](https://github.com/thysultan/stylis)) to 4.1.4

## 1.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/css-prettifier/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/css-prettifier",
"version": "1.1.1",
"version": "1.1.2",
"description": "Simple Stylis-based CSS prettifier",
"keywords": [
"emotion"
Expand Down
10 changes: 10 additions & 0 deletions packages/css/CHANGELOG.md
@@ -1,5 +1,15 @@
# emotion

## 11.10.8

### Patch Changes

- [#3025](https://github.com/emotion-js/emotion/pull/3025) [`6bd13425`](https://github.com/emotion-js/emotion/commit/6bd13425a2b413150c81e63fad1105d7968b5e6f) Thanks [@Andarist](https://github.com/Andarist)! - Fixed a parsing issue with `&` within nested functions in declaration values by updating the underlying parser ([stylis](https://github.com/thysultan/stylis)).

- Updated dependencies [[`6bd13425`](https://github.com/emotion-js/emotion/commit/6bd13425a2b413150c81e63fad1105d7968b5e6f), [`6bd13425`](https://github.com/emotion-js/emotion/commit/6bd13425a2b413150c81e63fad1105d7968b5e6f)]:
- @emotion/babel-plugin@11.10.8
- @emotion/cache@11.10.8

## 11.10.6

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/css/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/css",
"version": "11.10.6",
"version": "11.10.8",
"description": "The Next Generation of CSS-in-JS.",
"main": "dist/emotion-css.cjs.js",
"module": "dist/emotion-css.esm.js",
Expand All @@ -18,8 +18,8 @@
"test:typescript": "dtslint types"
},
"dependencies": {
"@emotion/babel-plugin": "^11.10.6",
"@emotion/cache": "^11.10.5",
"@emotion/babel-plugin": "^11.10.8",
"@emotion/cache": "^11.10.8",
"@emotion/serialize": "^1.1.1",
"@emotion/sheet": "^1.2.1",
"@emotion/utils": "^1.2.0"
Expand Down
9 changes: 9 additions & 0 deletions packages/jest/CHANGELOG.md
@@ -1,5 +1,14 @@
# @emotion/jest

## 11.10.8

### Patch Changes

- [#3025](https://github.com/emotion-js/emotion/pull/3025) [`6bd13425`](https://github.com/emotion-js/emotion/commit/6bd13425a2b413150c81e63fad1105d7968b5e6f) Thanks [@Andarist](https://github.com/Andarist)! - Updated the underlying parser ([stylis](https://github.com/thysultan/stylis)) to 4.1.4

- Updated dependencies [[`6bd13425`](https://github.com/emotion-js/emotion/commit/6bd13425a2b413150c81e63fad1105d7968b5e6f)]:
- @emotion/css-prettifier@1.1.2

## 11.10.5

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/jest/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/jest",
"version": "11.10.5",
"version": "11.10.8",
"description": "Jest utilities for emotion",
"main": "dist/emotion-jest.cjs.js",
"module": "dist/emotion-jest.esm.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@babel/runtime": "^7.18.3",
"@emotion/css-prettifier": "^1.1.1",
"@emotion/css-prettifier": "^1.1.2",
"chalk": "^4.1.0",
"specificity": "^0.4.1",
"stylis": "4.1.4"
Expand All @@ -56,8 +56,8 @@
},
"devDependencies": {
"@definitelytyped/dtslint": "0.0.112",
"@emotion/css": "11.10.6",
"@emotion/react": "11.10.6",
"@emotion/css": "11.10.8",
"@emotion/react": "11.10.8",
"@types/jest": "^27.0.3",
"enzyme-to-json": "^3.6.1",
"pretty-format": "^22.4.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/primitives-core/package.json
Expand Up @@ -17,7 +17,7 @@
"react": ">=16.8.0"
},
"devDependencies": {
"@emotion/react": "11.10.6",
"@emotion/react": "11.10.8",
"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.10.8

### Patch Changes

- [#3025](https://github.com/emotion-js/emotion/pull/3025) [`6bd13425`](https://github.com/emotion-js/emotion/commit/6bd13425a2b413150c81e63fad1105d7968b5e6f) Thanks [@Andarist](https://github.com/Andarist)! - Fixed a parsing issue with `&` within nested functions in declaration values by updating the underlying parser ([stylis](https://github.com/thysultan/stylis)).

- Updated dependencies [[`6bd13425`](https://github.com/emotion-js/emotion/commit/6bd13425a2b413150c81e63fad1105d7968b5e6f), [`6bd13425`](https://github.com/emotion-js/emotion/commit/6bd13425a2b413150c81e63fad1105d7968b5e6f)]:
- @emotion/babel-plugin@11.10.8
- @emotion/cache@11.10.8

## 11.10.6

### Patch Changes
Expand Down
12 changes: 6 additions & 6 deletions packages/react/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/react",
"version": "11.10.6",
"version": "11.10.8",
"main": "dist/emotion-react.cjs.js",
"module": "dist/emotion-react.esm.js",
"browser": {
Expand Down Expand Up @@ -63,8 +63,8 @@
},
"dependencies": {
"@babel/runtime": "^7.18.3",
"@emotion/babel-plugin": "^11.10.6",
"@emotion/cache": "^11.10.5",
"@emotion/babel-plugin": "^11.10.8",
"@emotion/cache": "^11.10.8",
"@emotion/serialize": "^1.1.1",
"@emotion/use-insertion-effect-with-fallbacks": "^1.0.0",
"@emotion/utils": "^1.2.0",
Expand All @@ -81,10 +81,10 @@
},
"devDependencies": {
"@definitelytyped/dtslint": "0.0.112",
"@emotion/css": "11.10.6",
"@emotion/css-prettifier": "1.1.1",
"@emotion/css": "11.10.8",
"@emotion/css-prettifier": "1.1.2",
"@emotion/server": "11.10.0",
"@emotion/styled": "11.10.6",
"@emotion/styled": "11.10.8",
"html-tag-names": "^1.1.2",
"react": "16.14.0",
"svg-tag-names": "^1.1.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/server/package.json
Expand Up @@ -30,9 +30,9 @@
},
"devDependencies": {
"@definitelytyped/dtslint": "0.0.112",
"@emotion/babel-plugin": "11.10.6",
"@emotion/css": "11.10.6",
"@emotion/css-prettifier": "1.1.1",
"@emotion/babel-plugin": "11.10.8",
"@emotion/css": "11.10.8",
"@emotion/css-prettifier": "1.1.2",
"@types/node": "^12.20.37",
"typescript": "^4.5.5"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/styled/CHANGELOG.md
@@ -1,5 +1,14 @@
# @emotion/styled

## 11.10.8

### Patch Changes

- [#3025](https://github.com/emotion-js/emotion/pull/3025) [`6bd13425`](https://github.com/emotion-js/emotion/commit/6bd13425a2b413150c81e63fad1105d7968b5e6f) Thanks [@Andarist](https://github.com/Andarist)! - Fixed a parsing issue with `&` within nested functions in declaration values by updating the underlying parser ([stylis](https://github.com/thysultan/stylis)).

- Updated dependencies [[`6bd13425`](https://github.com/emotion-js/emotion/commit/6bd13425a2b413150c81e63fad1105d7968b5e6f)]:
- @emotion/babel-plugin@11.10.8

## 11.10.6

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/styled/package.json
@@ -1,6 +1,6 @@
{
"name": "@emotion/styled",
"version": "11.10.6",
"version": "11.10.8",
"description": "styled API for emotion",
"main": "dist/emotion-styled.cjs.js",
"module": "dist/emotion-styled.esm.js",
Expand All @@ -12,7 +12,7 @@
},
"dependencies": {
"@babel/runtime": "^7.18.3",
"@emotion/babel-plugin": "^11.10.6",
"@emotion/babel-plugin": "^11.10.8",
"@emotion/is-prop-valid": "^1.2.0",
"@emotion/serialize": "^1.1.1",
"@emotion/use-insertion-effect-with-fallbacks": "^1.0.0",
Expand All @@ -29,7 +29,7 @@
},
"devDependencies": {
"@definitelytyped/dtslint": "0.0.112",
"@emotion/react": "11.10.6",
"@emotion/react": "11.10.8",
"react": "16.14.0",
"typescript": "^4.5.5"
},
Expand Down
44 changes: 22 additions & 22 deletions yarn.lock
Expand Up @@ -2344,7 +2344,7 @@ __metadata:
languageName: unknown
linkType: soft

"@emotion/babel-plugin@11.10.6, @emotion/babel-plugin@^11.0.0, @emotion/babel-plugin@^11.10.0, @emotion/babel-plugin@^11.10.6, @emotion/babel-plugin@workspace:packages/babel-plugin":
"@emotion/babel-plugin@11.10.8, @emotion/babel-plugin@^11.0.0, @emotion/babel-plugin@^11.10.0, @emotion/babel-plugin@^11.10.6, @emotion/babel-plugin@^11.10.8, @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 @@ -2378,7 +2378,7 @@ __metadata:
languageName: unknown
linkType: soft

"@emotion/cache@^11.10.5, @emotion/cache@workspace:packages/cache":
"@emotion/cache@^11.10.8, @emotion/cache@workspace:packages/cache":
version: 0.0.0-use.local
resolution: "@emotion/cache@workspace:packages/cache"
dependencies:
Expand All @@ -2393,7 +2393,7 @@ __metadata:
languageName: unknown
linkType: soft

"@emotion/css-prettifier@1.1.1, @emotion/css-prettifier@^1.1.1, @emotion/css-prettifier@workspace:packages/css-prettifier":
"@emotion/css-prettifier@1.1.2, @emotion/css-prettifier@^1.1.2, @emotion/css-prettifier@workspace:packages/css-prettifier":
version: 0.0.0-use.local
resolution: "@emotion/css-prettifier@workspace:packages/css-prettifier"
dependencies:
Expand All @@ -2402,13 +2402,13 @@ __metadata:
languageName: unknown
linkType: soft

"@emotion/css@11.10.6, @emotion/css@workspace:packages/css":
"@emotion/css@11.10.8, @emotion/css@workspace:packages/css":
version: 0.0.0-use.local
resolution: "@emotion/css@workspace:packages/css"
dependencies:
"@definitelytyped/dtslint": 0.0.112
"@emotion/babel-plugin": ^11.10.6
"@emotion/cache": ^11.10.5
"@emotion/babel-plugin": ^11.10.8
"@emotion/cache": ^11.10.8
"@emotion/serialize": ^1.1.1
"@emotion/sheet": ^1.2.1
"@emotion/utils": ^1.2.0
Expand Down Expand Up @@ -2460,9 +2460,9 @@ __metadata:
dependencies:
"@babel/runtime": ^7.18.3
"@definitelytyped/dtslint": 0.0.112
"@emotion/css": 11.10.6
"@emotion/css-prettifier": ^1.1.1
"@emotion/react": 11.10.6
"@emotion/css": 11.10.8
"@emotion/css-prettifier": ^1.1.2
"@emotion/react": 11.10.8
"@types/jest": ^27.0.3
chalk: ^4.1.0
enzyme-to-json: ^3.6.1
Expand Down Expand Up @@ -2525,7 +2525,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@emotion/primitives-core@workspace:packages/primitives-core"
dependencies:
"@emotion/react": 11.10.6
"@emotion/react": 11.10.8
css-to-react-native: ^3.0.0
react: 16.14.0
peerDependencies:
Expand All @@ -2551,19 +2551,19 @@ __metadata:
languageName: unknown
linkType: soft

"@emotion/react@11.10.6, @emotion/react@^11.4.1, @emotion/react@workspace:packages/react":
"@emotion/react@11.10.8, @emotion/react@^11.4.1, @emotion/react@workspace:packages/react":
version: 0.0.0-use.local
resolution: "@emotion/react@workspace:packages/react"
dependencies:
"@babel/runtime": ^7.18.3
"@definitelytyped/dtslint": 0.0.112
"@emotion/babel-plugin": ^11.10.6
"@emotion/cache": ^11.10.5
"@emotion/css": 11.10.6
"@emotion/css-prettifier": 1.1.1
"@emotion/babel-plugin": ^11.10.8
"@emotion/cache": ^11.10.8
"@emotion/css": 11.10.8
"@emotion/css-prettifier": 1.1.2
"@emotion/serialize": ^1.1.1
"@emotion/server": 11.10.0
"@emotion/styled": 11.10.6
"@emotion/styled": 11.10.8
"@emotion/use-insertion-effect-with-fallbacks": ^1.0.0
"@emotion/utils": ^1.2.0
"@emotion/weak-memoize": ^0.3.0
Expand Down Expand Up @@ -2599,9 +2599,9 @@ __metadata:
resolution: "@emotion/server@workspace:packages/server"
dependencies:
"@definitelytyped/dtslint": 0.0.112
"@emotion/babel-plugin": 11.10.6
"@emotion/css": 11.10.6
"@emotion/css-prettifier": 1.1.1
"@emotion/babel-plugin": 11.10.8
"@emotion/css": 11.10.8
"@emotion/css-prettifier": 1.1.2
"@emotion/utils": ^1.2.0
"@types/node": ^12.20.37
html-tokenize: ^2.0.0
Expand All @@ -2625,15 +2625,15 @@ __metadata:
languageName: unknown
linkType: soft

"@emotion/styled@11.10.6, @emotion/styled@^11.0.0, @emotion/styled@workspace:packages/styled":
"@emotion/styled@11.10.8, @emotion/styled@^11.0.0, @emotion/styled@workspace:packages/styled":
version: 0.0.0-use.local
resolution: "@emotion/styled@workspace:packages/styled"
dependencies:
"@babel/runtime": ^7.18.3
"@definitelytyped/dtslint": 0.0.112
"@emotion/babel-plugin": ^11.10.6
"@emotion/babel-plugin": ^11.10.8
"@emotion/is-prop-valid": ^1.2.0
"@emotion/react": 11.10.6
"@emotion/react": 11.10.8
"@emotion/serialize": ^1.1.1
"@emotion/use-insertion-effect-with-fallbacks": ^1.0.0
"@emotion/utils": ^1.2.0
Expand Down

0 comments on commit 5645b37

Please sign in to comment.