From a8a4ca66b637b543c26cca865903bf2b07138d59 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 02:44:38 +0000 Subject: [PATCH] Version Packages --- .changeset/rich-facts-buy.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/rich-facts-buy.md diff --git a/.changeset/rich-facts-buy.md b/.changeset/rich-facts-buy.md deleted file mode 100644 index e34116d6..00000000 --- a/.changeset/rich-facts-buy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@devup-ui/next-plugin': patch ---- - -Fix default theme issue diff --git a/packages/next-plugin/CHANGELOG.md b/packages/next-plugin/CHANGELOG.md index 703ce451..20bbdf85 100644 --- a/packages/next-plugin/CHANGELOG.md +++ b/packages/next-plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # @devup-ui/next-plugin +## 1.0.50 + +### Patch Changes + +- [#471](https://github.com/dev-five-git/devup-ui/pull/471) [`8a37e11`](https://github.com/dev-five-git/devup-ui/commit/8a37e119381fe4c4a4c11fbf793b0bdb72a32a19) Thanks [@owjs3901](https://github.com/owjs3901)! - Fix default theme issue + ## 1.0.49 ### Patch Changes diff --git a/packages/next-plugin/package.json b/packages/next-plugin/package.json index 061bd962..ad63c5ac 100644 --- a/packages/next-plugin/package.json +++ b/packages/next-plugin/package.json @@ -19,7 +19,7 @@ "webpack" ], "type": "module", - "version": "1.0.49", + "version": "1.0.50", "scripts": { "lint": "eslint", "build": "tsc && vite build"