Skip to content

Commit 5645b37

Browse files
Version Packages (#3026)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6bd1342 commit 5645b37

File tree

19 files changed

+101
-60
lines changed

19 files changed

+101
-60
lines changed

.changeset/early-mice-change.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/seven-bags-shave.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/babel-plugin/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @emotion/babel-plugin
22

3+
## 11.10.8
4+
5+
### Patch Changes
6+
7+
- [#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
8+
39
## 11.10.6
410

511
### Patch Changes

packages/babel-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emotion/babel-plugin",
3-
"version": "11.10.6",
3+
"version": "11.10.8",
44
"description": "A recommended babel preprocessing plugin for emotion, The Next Generation of CSS-in-JS.",
55
"main": "dist/emotion-babel-plugin.cjs.js",
66
"module": "dist/emotion-babel-plugin.esm.js",

packages/cache/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @emotion/cache
22

3+
## 11.10.8
4+
5+
### Patch Changes
6+
7+
- [#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)).
8+
39
## 11.10.7
410

511
### Patch Changes

packages/cache/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emotion/cache",
3-
"version": "11.10.7",
3+
"version": "11.10.8",
44
"description": "emotion's cache",
55
"main": "dist/emotion-cache.cjs.js",
66
"module": "dist/emotion-cache.esm.js",

packages/css-prettifier/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @emotion/css-prettifier
22

3+
## 1.1.2
4+
5+
### Patch Changes
6+
7+
- [#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
8+
39
## 1.1.1
410

511
### Patch Changes

packages/css-prettifier/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emotion/css-prettifier",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Simple Stylis-based CSS prettifier",
55
"keywords": [
66
"emotion"

packages/css/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# emotion
22

3+
## 11.10.8
4+
5+
### Patch Changes
6+
7+
- [#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)).
8+
9+
- Updated dependencies [[`6bd13425`](https://github.com/emotion-js/emotion/commit/6bd13425a2b413150c81e63fad1105d7968b5e6f), [`6bd13425`](https://github.com/emotion-js/emotion/commit/6bd13425a2b413150c81e63fad1105d7968b5e6f)]:
10+
- @emotion/babel-plugin@11.10.8
11+
- @emotion/cache@11.10.8
12+
313
## 11.10.6
414

515
### Patch Changes

packages/css/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emotion/css",
3-
"version": "11.10.6",
3+
"version": "11.10.8",
44
"description": "The Next Generation of CSS-in-JS.",
55
"main": "dist/emotion-css.cjs.js",
66
"module": "dist/emotion-css.esm.js",
@@ -18,8 +18,8 @@
1818
"test:typescript": "dtslint types"
1919
},
2020
"dependencies": {
21-
"@emotion/babel-plugin": "^11.10.6",
22-
"@emotion/cache": "^11.10.5",
21+
"@emotion/babel-plugin": "^11.10.8",
22+
"@emotion/cache": "^11.10.8",
2323
"@emotion/serialize": "^1.1.1",
2424
"@emotion/sheet": "^1.2.1",
2525
"@emotion/utils": "^1.2.0"

0 commit comments

Comments
 (0)