Skip to content

Commit 8070227

Browse files
committed
release: plugin-babel@0.2.2
1 parent 98ee335 commit 8070227

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

packages/babel/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## <small>[0.2.2](https://github.com/rolldown/plugins/compare/plugin-babel@0.2.1...plugin-babel@0.2.2) (2026-03-18)</small>
2+
### Features
3+
4+
* **emotion:** add emotion plugin ([#15](https://github.com/rolldown/plugins/issues/15)) ([5461836](https://github.com/rolldown/plugins/commit/5461836f91a362eed6b3667e79970b42426b70b0))
5+
6+
### Bug Fixes
7+
8+
* **babel:** suppress type errors when `@types/babel__core` is not installed ([#31](https://github.com/rolldown/plugins/issues/31)) ([98ee335](https://github.com/rolldown/plugins/commit/98ee335d76223b7c8e5854b8845e720b6ce2414b))
9+
10+
### Documentation
11+
12+
* **babel:** add `@types/babel__core` install instruction ([#29](https://github.com/rolldown/plugins/issues/29)) ([bc8b913](https://github.com/rolldown/plugins/commit/bc8b9131408cc35a3a9aa5364f870cb75b4a6a08))
13+
14+
### Miscellaneous Chores
15+
16+
* **deps:** update all non-major dependencies ([#13](https://github.com/rolldown/plugins/issues/13)) ([d9a6950](https://github.com/rolldown/plugins/commit/d9a6950cb08c75a9e4fd8af0b7595391008ef18e))
17+
* **deps:** update rolldown-related dependencies ([#14](https://github.com/rolldown/plugins/issues/14)) ([721d4b0](https://github.com/rolldown/plugins/commit/721d4b0c6e9b5f3b42535639950994c92db6e2be))
18+
19+
### Tests
20+
21+
* **babel:** externalize `react/jsx-runtime` to supress warning ([#16](https://github.com/rolldown/plugins/issues/16)) ([5b94b74](https://github.com/rolldown/plugins/commit/5b94b74bb633b4c8f3a8ea60bdc4ed31f315a0f3))
22+
123
## <small>[0.2.1](https://github.com/rolldown/plugins/compare/plugin-babel@0.2.0...plugin-babel@0.2.1) (2026-03-13)</small>
224
### Bug Fixes
325

packages/babel/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-babel",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Rolldown plugin for Babel",
55
"keywords": [
66
"babel",

0 commit comments

Comments
 (0)