From 0b0d8a985ea892ccbb1e75297904cbac9408ef16 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 10:11:02 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 4 ++-- packages/unminify/CHANGELOG.md | 12 ++++++++++++ packages/unminify/package.json | 2 +- packages/unpacker/CHANGELOG.md | 8 ++++++++ packages/unpacker/package.json | 2 +- 5 files changed, 24 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4aa022fc..8c796cc0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -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" } diff --git a/packages/unminify/CHANGELOG.md b/packages/unminify/CHANGELOG.md index e379356b..ccd83b01 100644 --- a/packages/unminify/CHANGELOG.md +++ b/packages/unminify/CHANGELOG.md @@ -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) diff --git a/packages/unminify/package.json b/packages/unminify/package.json index a1ea4a16..fa904b32 100644 --- a/packages/unminify/package.json +++ b/packages/unminify/package.json @@ -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", diff --git a/packages/unpacker/CHANGELOG.md b/packages/unpacker/CHANGELOG.md index 0974a86a..a8995b7f 100644 --- a/packages/unpacker/CHANGELOG.md +++ b/packages/unpacker/CHANGELOG.md @@ -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) diff --git a/packages/unpacker/package.json b/packages/unpacker/package.json index 3230476d..59bdd42e 100644 --- a/packages/unpacker/package.json +++ b/packages/unpacker/package.json @@ -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",