diff --git a/.changeset/shaggy-animals-turn.md b/.changeset/shaggy-animals-turn.md deleted file mode 100644 index 90d7fb25..00000000 --- a/.changeset/shaggy-animals-turn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@devup-ui/next-plugin': patch ---- - -Fix turbo loader async issue diff --git a/packages/next-plugin/CHANGELOG.md b/packages/next-plugin/CHANGELOG.md index e52a53dc..450648be 100644 --- a/packages/next-plugin/CHANGELOG.md +++ b/packages/next-plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # @devup-ui/next-plugin +## 1.0.54 + +### Patch Changes + +- [#483](https://github.com/dev-five-git/devup-ui/pull/483) [`ed6bc01`](https://github.com/dev-five-git/devup-ui/commit/ed6bc01d8c3f7c147d43878abe6cf9c266fa487a) Thanks [@owjs3901](https://github.com/owjs3901)! - Fix turbo loader async issue + ## 1.0.53 ### Patch Changes diff --git a/packages/next-plugin/package.json b/packages/next-plugin/package.json index 3a05769f..009834b9 100644 --- a/packages/next-plugin/package.json +++ b/packages/next-plugin/package.json @@ -19,7 +19,7 @@ "webpack" ], "type": "module", - "version": "1.0.53", + "version": "1.0.54", "scripts": { "lint": "eslint", "build": "tsc && vite build"