Skip to content

Commit 3f29edc

Browse files
committed
release: plugin-emotion@0.1.2
1 parent 6960796 commit 3f29edc

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

packages/emotion/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## <small>[0.1.2](https://github.com/rolldown/plugins/compare/plugin-emotion@0.1.1...plugin-emotion@0.1.2) (2026-03-19)</small>
2+
### Bug Fixes
3+
4+
* **emotion:** handle trailing comma in styled(Component,)(styles) ([#32](https://github.com/rolldown/plugins/issues/32)) ([f48813e](https://github.com/rolldown/plugins/commit/f48813ef184a934be1bdf2fca08cef8f0eee3d1a))
5+
* **emotion:** use Buffer.from for base64 encoding in source maps ([#33](https://github.com/rolldown/plugins/issues/33)) ([6960796](https://github.com/rolldown/plugins/commit/6960796e44c29acebec7045d23153ede978a2fab))
6+
7+
### Miscellaneous Chores
8+
9+
* **deps:** update all non-major dependencies ([#24](https://github.com/rolldown/plugins/issues/24)) ([ce4bf5a](https://github.com/rolldown/plugins/commit/ce4bf5a0452e36c6f654f60f854fb2c834494576))
10+
111
## <small>[0.1.1](https://github.com/rolldown/plugins/compare/plugin-emotion@0.1.0...plugin-emotion@0.1.1) (2026-03-15)</small>
212
### Miscellaneous Chores
313

packages/emotion/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rolldown/plugin-emotion",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Rolldown plugin for Emotion CSS-in-JS",
55
"keywords": [
66
"css-in-js",

0 commit comments

Comments
 (0)