aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author苏向夜 <fu050409@163.com>2026-02-26 19:01:08 +0800
committer苏向夜 <fu050409@163.com>2026-02-26 19:01:08 +0800
commit2cef6e86b4fd45549ee2a4f7ea54a142690117d2 (patch)
tree3ad9f84a71e8f07d6a1b381e7a3ec4bf39d832a4
parent7eba8843d8b9050864362389d26698117ab58824 (diff)
downloadDropOut-2cef6e86b4fd45549ee2a4f7ea54a142690117d2.tar.gz
DropOut-2cef6e86b4fd45549ee2a4f7ea54a142690117d2.zip
chore(ui): fix version of ui
-rw-r--r--.changes/fix-version.md6
-rw-r--r--packages/ui/package.json2
2 files changed, 7 insertions, 1 deletions
diff --git a/.changes/fix-version.md b/.changes/fix-version.md
new file mode 100644
index 0000000..621618e
--- /dev/null
+++ b/.changes/fix-version.md
@@ -0,0 +1,6 @@
+---
+"@dropout/ui": "patch:chore"
+dropout: "patch:chore"
+---
+
+Fix version of `@dropout/ui`.
diff --git a/packages/ui/package.json b/packages/ui/package.json
index 6b4fda3..845aadf 100644
--- a/packages/ui/package.json
+++ b/packages/ui/package.json
@@ -1,7 +1,7 @@
{
"name": "@dropout/ui",
"private": true,
- "version": "0.0.0-alpha.1",
+ "version": "0.1.0-alpha.1",
"type": "module",
"scripts": {
"dev": "vite",