Skip to content

Commit ed0a460

Browse files
github-actions[bot]Andarist
authored andcommitted
Version Packages (#1571)
1 parent ca95f38 commit ed0a460

File tree

26 files changed

+100
-63
lines changed

26 files changed

+100
-63
lines changed

.changeset/big-oranges-carry.md

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

.changeset/bright-rules-know.md

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

.changeset/curvy-mangos-clap.md

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

.changeset/five-ligers-chew.md

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

.changeset/green-worms-grab.md

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

.changeset/red-chefs-camp.md

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

.changeset/slimy-dancers-wonder.md

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

.changeset/warm-kings-sleep.md

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

packages/babel-plugin-emotion/CHANGELOG.md

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

3+
## 10.0.23
4+
5+
### Patch Changes
6+
7+
- [`3927293d`](https://github.com/emotion-js/emotion/commit/3927293d0b9d96b4a7c00196e8430728759b1161) [#1569](https://github.com/emotion-js/emotion/pull/1569) Thanks [@Andarist](https://github.com/Andarist)! - Add dev hint about css object (generated by Babel) being stringified by accident
8+
9+
* [`b3a0f148`](https://github.com/emotion-js/emotion/commit/b3a0f1484f2efcc78b447639ff2e0bc0f29915ae) [#1574](https://github.com/emotion-js/emotion/pull/1574) Thanks [@Andarist](https://github.com/Andarist)! - Fix babel plugin crashing when called programmatically without providing a filename
10+
11+
* Updated dependencies [[`a55f3d49`](https://github.com/emotion-js/emotion/commit/a55f3d49c2febdf7eb1bede3f12da13c3efa1399), [`ca95f385`](https://github.com/emotion-js/emotion/commit/ca95f385f7ce3da6d53de1a652b3b219f11434c4)]:
12+
- @emotion/serialize@0.11.14
13+
314
## 10.0.22
415

516
### Patch Changes

packages/babel-plugin-emotion/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-emotion",
3-
"version": "10.0.22",
3+
"version": "10.0.23",
44
"description": "A recommended babel preprocessing plugin for emotion, The Next Generation of CSS-in-JS.",
55
"main": "dist/babel-plugin-emotion.cjs.js",
66
"module": "dist/babel-plugin-emotion.esm.js",
@@ -13,7 +13,7 @@
1313
"@babel/helper-module-imports": "^7.0.0",
1414
"@emotion/hash": "0.7.3",
1515
"@emotion/memoize": "0.7.3",
16-
"@emotion/serialize": "^0.11.12",
16+
"@emotion/serialize": "^0.11.14",
1717
"babel-plugin-macros": "^2.0.0",
1818
"babel-plugin-syntax-jsx": "^6.18.0",
1919
"convert-source-map": "^1.5.0",

0 commit comments

Comments
 (0)