Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored May 9, 2024
1 parent 2fb95bb commit 0b0d8a9
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/cli": "0.0.10",
"packages/unminify": "0.2.1",
"packages/unpacker": "0.1.1"
"packages/unminify": "0.2.2",
"packages/unpacker": "0.1.2"
}
12 changes: 12 additions & 0 deletions packages/unminify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.2.2](https://github.com/pionxzh/wakaru/compare/unminify-v0.2.1...unminify-v0.2.2) (2024-05-09)


### Features

* **un-jsx:** inline constant tag inlining ([#129](https://github.com/pionxzh/wakaru/issues/129)) ([2fb95bb](https://github.com/pionxzh/wakaru/commit/2fb95bb97a87f0c7c4dc4dccb8b3393249c2d37c))


### Bug Fixes

* pass local name for imports to avoid crash ([cbfbc04](https://github.com/pionxzh/wakaru/commit/cbfbc04d140dc48a037a05372ee4c77ed7f0b618))

## [0.2.1](https://github.com/pionxzh/wakaru/compare/unminify-v0.2.0...unminify-v0.2.1) (2024-04-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/unminify/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wakaru/unminify",
"type": "module",
"version": "0.2.1",
"version": "0.2.2",
"description": "🔪📦 Unminify and beautify bundled code",
"author": "Pionxzh",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/unpacker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.1.2](https://github.com/pionxzh/wakaru/compare/unpacker-v0.1.1...unpacker-v0.1.2) (2024-05-09)


### Features

* Allow Arrow functions in module definitions ([6a60b92](https://github.com/pionxzh/wakaru/commit/6a60b9222ebcc7099f4ba162ecc868343bdb18ff))
* Allow re-exports from modules in Webpack5 ([89065a4](https://github.com/pionxzh/wakaru/commit/89065a4e689b08d3e098c2e2d9eb647f896f78c8))

## [0.1.1](https://github.com/pionxzh/wakaru/compare/unpacker-v0.1.0...unpacker-v0.1.1) (2024-01-06)


Expand Down
2 changes: 1 addition & 1 deletion packages/unpacker/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@wakaru/unpacker",
"type": "module",
"version": "0.1.1",
"version": "0.1.2",
"description": "🔪📦 Unminify and beautify bundled code",
"author": "Pionxzh",
"license": "MIT",
Expand Down

0 comments on commit 0b0d8a9

Please sign in to comment.