From 5af64891fdb8c0e5455ca3e23ec2feb4a90c9fde Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 05:29:58 +0000 Subject: [PATCH] Version Packages --- .changeset/neat-ghosts-tell.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/neat-ghosts-tell.md diff --git a/.changeset/neat-ghosts-tell.md b/.changeset/neat-ghosts-tell.md deleted file mode 100644 index 4f36d433..00000000 --- a/.changeset/neat-ghosts-tell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@devup-ui/next-plugin': patch ---- - -Create devup-ui.css after creating devup-ui.css diff --git a/packages/next-plugin/CHANGELOG.md b/packages/next-plugin/CHANGELOG.md index 20bbdf85..edf9b8dd 100644 --- a/packages/next-plugin/CHANGELOG.md +++ b/packages/next-plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # @devup-ui/next-plugin +## 1.0.51 + +### Patch Changes + +- [#473](https://github.com/dev-five-git/devup-ui/pull/473) [`0cf0ca8`](https://github.com/dev-five-git/devup-ui/commit/0cf0ca831e8c459d12ecc9ad8455aad48e429b37) Thanks [@owjs3901](https://github.com/owjs3901)! - Create devup-ui.css after creating devup-ui.css + ## 1.0.50 ### Patch Changes diff --git a/packages/next-plugin/package.json b/packages/next-plugin/package.json index ad63c5ac..1019808d 100644 --- a/packages/next-plugin/package.json +++ b/packages/next-plugin/package.json @@ -19,7 +19,7 @@ "webpack" ], "type": "module", - "version": "1.0.50", + "version": "1.0.51", "scripts": { "lint": "eslint", "build": "tsc && vite build"