From 163c09d61fa5e73e4c0579465938cb9c7ac2ddc3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Oct 2025 15:48:06 +0000 Subject: [PATCH] Version Packages --- .changeset/tough-lizards-train.md | 5 ----- .changeset/young-poets-tease.md | 5 ----- packages/next-plugin/CHANGELOG.md | 8 ++++++++ packages/next-plugin/package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/tough-lizards-train.md delete mode 100644 .changeset/young-poets-tease.md diff --git a/.changeset/tough-lizards-train.md b/.changeset/tough-lizards-train.md deleted file mode 100644 index 6c8e1083..00000000 --- a/.changeset/tough-lizards-train.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@devup-ui/next-plugin': patch ---- - -Create Theme type file diff --git a/.changeset/young-poets-tease.md b/.changeset/young-poets-tease.md deleted file mode 100644 index c460af9f..00000000 --- a/.changeset/young-poets-tease.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@devup-ui/next-plugin': patch ---- - -Using next-turbo loader diff --git a/packages/next-plugin/CHANGELOG.md b/packages/next-plugin/CHANGELOG.md index 641d6b3b..6a8d5725 100644 --- a/packages/next-plugin/CHANGELOG.md +++ b/packages/next-plugin/CHANGELOG.md @@ -1,5 +1,13 @@ # @devup-ui/next-plugin +## 1.0.47 + +### Patch Changes + +- [#457](https://github.com/dev-five-git/devup-ui/pull/457) [`bac9016`](https://github.com/dev-five-git/devup-ui/commit/bac9016310095a456c1479127f905ac261ccd70e) Thanks [@owjs3901](https://github.com/owjs3901)! - Create Theme type file + +- [#457](https://github.com/dev-five-git/devup-ui/pull/457) [`bac9016`](https://github.com/dev-five-git/devup-ui/commit/bac9016310095a456c1479127f905ac261ccd70e) Thanks [@owjs3901](https://github.com/owjs3901)! - Using next-turbo loader + ## 1.0.46 ### Patch Changes diff --git a/packages/next-plugin/package.json b/packages/next-plugin/package.json index 7582df5f..117ddc20 100644 --- a/packages/next-plugin/package.json +++ b/packages/next-plugin/package.json @@ -19,7 +19,7 @@ "webpack" ], "type": "module", - "version": "1.0.46", + "version": "1.0.47", "scripts": { "lint": "eslint", "build": "tsc && vite build"