aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/ui/CHANGELOG.md6
-rw-r--r--packages/ui/package.json4
2 files changed, 8 insertions, 2 deletions
diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md
index 768ac10..bc780fb 100644
--- a/packages/ui/CHANGELOG.md
+++ b/packages/ui/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## v0.1.0-alpha.2
+
+### Chores
+
+- [`2cef6e8`](https://github.com/HydroRoll-Team/DropOut/commit/2cef6e86b4fd45549ee2a4f7ea54a142690117d2): Fix version of `@dropout/ui`.
+
## v0.0.0-alpha.1
### New Features
diff --git a/packages/ui/package.json b/packages/ui/package.json
index 845aadf..f0443bd 100644
--- a/packages/ui/package.json
+++ b/packages/ui/package.json
@@ -1,7 +1,7 @@
{
"name": "@dropout/ui",
"private": true,
- "version": "0.1.0-alpha.1",
+ "version": "0.1.0-alpha.2",
"type": "module",
"scripts": {
"dev": "vite",
@@ -43,4 +43,4 @@
"typescript": "~5.9.3",
"vite": "npm:rolldown-vite@^7"
}
-}
+} \ No newline at end of file