From 42df915445b56ca030b7e929705568cbc103e827 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 05:46:20 +0000 Subject: [PATCH] Version Packages --- .changeset/cyan-actors-take.md | 5 ----- packages/next-plugin/CHANGELOG.md | 6 ++++++ packages/next-plugin/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/cyan-actors-take.md diff --git a/.changeset/cyan-actors-take.md b/.changeset/cyan-actors-take.md deleted file mode 100644 index 25eecf31..00000000 --- a/.changeset/cyan-actors-take.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@devup-ui/next-plugin': patch ---- - -Fix turbo loader restart issue diff --git a/packages/next-plugin/CHANGELOG.md b/packages/next-plugin/CHANGELOG.md index 82b738f6..e52a53dc 100644 --- a/packages/next-plugin/CHANGELOG.md +++ b/packages/next-plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # @devup-ui/next-plugin +## 1.0.53 + +### Patch Changes + +- [#481](https://github.com/dev-five-git/devup-ui/pull/481) [`a33e612`](https://github.com/dev-five-git/devup-ui/commit/a33e61267bdfad292488d0dc8c7d591b892fc842) Thanks [@owjs3901](https://github.com/owjs3901)! - Fix turbo loader restart issue + ## 1.0.52 ### Patch Changes diff --git a/packages/next-plugin/package.json b/packages/next-plugin/package.json index 075bb6d9..3a05769f 100644 --- a/packages/next-plugin/package.json +++ b/packages/next-plugin/package.json @@ -19,7 +19,7 @@ "webpack" ], "type": "module", - "version": "1.0.52", + "version": "1.0.53", "scripts": { "lint": "eslint", "build": "tsc && vite build"