From f0ee22d4469a9577056bf0a453a6824c1a76c562 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 13:41:45 +0000 Subject: [PATCH] Version Packages --- .changeset/eight-rings-sleep.md | 6 ------ packages/next-plugin/CHANGELOG.md | 9 +++++++++ packages/next-plugin/package.json | 2 +- packages/webpack-plugin/CHANGELOG.md | 6 ++++++ packages/webpack-plugin/package.json | 2 +- 5 files changed, 17 insertions(+), 8 deletions(-) delete mode 100644 .changeset/eight-rings-sleep.md diff --git a/.changeset/eight-rings-sleep.md b/.changeset/eight-rings-sleep.md deleted file mode 100644 index 82b4119b..00000000 --- a/.changeset/eight-rings-sleep.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@devup-ui/webpack-plugin': patch -'@devup-ui/next-plugin': patch ---- - -Fix turbo build issue, split webpack, turbopack loader diff --git a/packages/next-plugin/CHANGELOG.md b/packages/next-plugin/CHANGELOG.md index 615ee74f..703ce451 100644 --- a/packages/next-plugin/CHANGELOG.md +++ b/packages/next-plugin/CHANGELOG.md @@ -1,5 +1,14 @@ # @devup-ui/next-plugin +## 1.0.49 + +### Patch Changes + +- [#469](https://github.com/dev-five-git/devup-ui/pull/469) [`9813476`](https://github.com/dev-five-git/devup-ui/commit/9813476ec3b85ad371bbff9babed6c9f1ffbbda7) Thanks [@owjs3901](https://github.com/owjs3901)! - Fix turbo build issue, split webpack, turbopack loader + +- Updated dependencies [[`9813476`](https://github.com/dev-five-git/devup-ui/commit/9813476ec3b85ad371bbff9babed6c9f1ffbbda7)]: + - @devup-ui/webpack-plugin@1.0.46 + ## 1.0.48 ### Patch Changes diff --git a/packages/next-plugin/package.json b/packages/next-plugin/package.json index 4d1a04ee..061bd962 100644 --- a/packages/next-plugin/package.json +++ b/packages/next-plugin/package.json @@ -19,7 +19,7 @@ "webpack" ], "type": "module", - "version": "1.0.48", + "version": "1.0.49", "scripts": { "lint": "eslint", "build": "tsc && vite build" diff --git a/packages/webpack-plugin/CHANGELOG.md b/packages/webpack-plugin/CHANGELOG.md index c2bd727b..de88423c 100644 --- a/packages/webpack-plugin/CHANGELOG.md +++ b/packages/webpack-plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # @devup-ui/webpack-plugin +## 1.0.46 + +### Patch Changes + +- [#469](https://github.com/dev-five-git/devup-ui/pull/469) [`9813476`](https://github.com/dev-five-git/devup-ui/commit/9813476ec3b85ad371bbff9babed6c9f1ffbbda7) Thanks [@owjs3901](https://github.com/owjs3901)! - Fix turbo build issue, split webpack, turbopack loader + ## 1.0.45 ### Patch Changes diff --git a/packages/webpack-plugin/package.json b/packages/webpack-plugin/package.json index e0d448ee..44dff601 100644 --- a/packages/webpack-plugin/package.json +++ b/packages/webpack-plugin/package.json @@ -18,7 +18,7 @@ "webpack" ], "type": "module", - "version": "1.0.45", + "version": "1.0.46", "scripts": { "lint": "eslint", "build": "tsc && vite build"