Skip to content

Commit e442f44

Browse files
Version Packages (#2603)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b830c7d commit e442f44

File tree

6 files changed

+12
-22
lines changed

6 files changed

+12
-22
lines changed

.changeset/odd-houses-hug.md

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

.changeset/odd-houses-kiss.md

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

.changeset/perfect-yaks-carry.md

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

packages/babel-plugin/CHANGELOG.md

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

3+
## 11.7.2
4+
5+
### Patch Changes
6+
7+
- [#2585](https://github.com/emotion-js/emotion/pull/2585) [`b830c7dc`](https://github.com/emotion-js/emotion/commit/b830c7dc9da1c75c88e655150f04ef52b8176212) Thanks [@Andarist](https://github.com/Andarist)! - Fixed label extraction crashing in some cases involving variable declarations with array and object patterns.
8+
9+
* [#2585](https://github.com/emotion-js/emotion/pull/2585) [`b830c7dc`](https://github.com/emotion-js/emotion/commit/b830c7dc9da1c75c88e655150f04ef52b8176212) Thanks [@kddc](https://github.com/kddc), [@Andarist](https://github.com/Andarist)! - Improved label extraction for named function expressions and anonymous functions used as object property values.
10+
11+
- [#2602](https://github.com/emotion-js/emotion/pull/2602) [`b02f349d`](https://github.com/emotion-js/emotion/commit/b02f349d28df7bc77cad6d7e1b62aecef9f19405) Thanks [@Andarist](https://github.com/Andarist)! - Fixed an issue with styled transformer sometimes not using the used local name for the imported named export when used with `importMap`.
12+
313
## 11.7.1
414

515
### 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.7.1",
3+
"version": "11.7.2",
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/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
}
2929
},
3030
"devDependencies": {
31-
"@emotion/babel-plugin": "11.7.1",
31+
"@emotion/babel-plugin": "11.7.2",
3232
"@emotion/css": "11.7.1",
3333
"@emotion/css-prettifier": "1.0.1",
3434
"@types/node": "^10.11.4",

0 commit comments

Comments
 (0)