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 Jul 13, 2024
1 parent acd9379 commit 86b5c42
Show file tree
Hide file tree
Showing 5 changed files with 20 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.2",
"packages/cli": "0.0.11",
"packages/unminify": "0.2.3",
"packages/unpacker": "0.1.2"
}
7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.0.11](https://github.com/pionxzh/wakaru/compare/cli-v0.0.10...cli-v0.0.11) (2024-07-13)


### Bug Fixes

* **cli:** remove cli bundling workaround ([a52caca](https://github.com/pionxzh/wakaru/commit/a52cacae35ca4f9d080550e5ded9317394b1b740))

## [0.0.10](https://github.com/pionxzh/wakaru/compare/cli-v0.0.9...cli-v0.0.10) (2024-04-23)


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.10",
"version": "0.0.11",
"description": "🔪📦 Unminify and beautify bundled code",
"author": "Pionxzh",
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions packages/unminify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.2.3](https://github.com/pionxzh/wakaru/compare/unminify-v0.2.2...unminify-v0.2.3) (2024-07-13)


### Bug Fixes

* **optional-chaining:** avoid mutating the original ast, handle edge cases ([8d2d0da](https://github.com/pionxzh/wakaru/commit/8d2d0daa1591a9f9836aac7410cbba77838e44bc))
* **smart-rename:** name of useRef should not need pascalCase ([0e586d5](https://github.com/pionxzh/wakaru/commit/0e586d5c885eb5a4806411395c6c698b278b8a4b))
* **un-variable-merging:** should not split varaible declration in for init that was actually used ([acd9379](https://github.com/pionxzh/wakaru/commit/acd9379f34dac38ccdaa9529ce8f073401aef38a))

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


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

0 comments on commit 86b5c42

Please sign in to comment.