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 and pionxzh committed Feb 16, 2024
1 parent a97c8ea commit 9856aba
Show file tree
Hide file tree
Showing 5 changed files with 23 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.8",
"packages/unminify": "0.1.4",
"packages/cli": "0.0.9",
"packages/unminify": "0.1.5",
"packages/unpacker": "0.1.1"
}
8 changes: 8 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.0.9](https://github.com/pionxzh/wakaru/compare/cli-v0.0.8...cli-v0.0.9) (2024-02-16)


### Bug Fixes

* **cli:** worker pool size should not more than file count ([63c6f02](https://github.com/pionxzh/wakaru/commit/63c6f02c16d397bf73d66d937e7a8cbc5e280f34))
* reduce cli size by enabling minify ([25cd173](https://github.com/pionxzh/wakaru/commit/25cd173c07d1f0731d0446e4d724dadb1f072684))

## [0.0.8](https://github.com/pionxzh/wakaru/compare/cli-v0.0.7...cli-v0.0.8) (2024-01-21)


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

## [0.1.5](https://github.com/pionxzh/wakaru/compare/unminify-v0.1.4...unminify-v0.1.5) (2024-02-16)


### Bug Fixes

* **jsx:** should not transform `document.createElement` to JSX ([86469e7](https://github.com/pionxzh/wakaru/commit/86469e73dbc85cbb0919552b29bb92c54fe996c6))
* **smart-inline:** fix missing renaming in property descturing ([55e2938](https://github.com/pionxzh/wakaru/commit/55e293808c98aa91e38acd706559a0d561b44764)), closes [#117](https://github.com/pionxzh/wakaru/issues/117)
* **un-esm:** fix missing bare import ([7f6f199](https://github.com/pionxzh/wakaru/commit/7f6f1995146944c1fb050714eef07c402fa293a4))
* **un-indirect-call:** should not remove unused default imports from unprocessed sources ([cfc00a9](https://github.com/pionxzh/wakaru/commit/cfc00a9f812d591e529eedc4113c03230327766a))
* **un-jsx:** disable preact's `h` pragma to avoid conflicting with normal minified code ([a97c8ea](https://github.com/pionxzh/wakaru/commit/a97c8eaff917236e297df21f2300530351fa5b11))

## [0.1.4](https://github.com/pionxzh/wakaru/compare/unminify-v0.1.3...unminify-v0.1.4) (2024-01-21)


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.1.4",
"version": "0.1.5",
"description": "🔪📦 Unminify and beautify bundled code",
"author": "Pionxzh",
"license": "MIT",
Expand Down

0 comments on commit 9856aba

Please sign in to comment.