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"