aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/ui/CHANGELOG.md7
-rw-r--r--packages/ui/package.json4
2 files changed, 9 insertions, 2 deletions
diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md
new file mode 100644
index 0000000..28abb60
--- /dev/null
+++ b/packages/ui/CHANGELOG.md
@@ -0,0 +1,7 @@
+# Changelog
+
+## v0.0.0-alpha.0
+
+### Refactors
+
+- [`66668d8`](https://github.com/HydroRoll-Team/DropOut/commit/66668d85d603c5841d755a6023aa1925559fc6d4): Partial rewrite UI to react port. ([#77](https://github.com/HydroRoll-Team/DropOut/pull/77) by @HsiangNianian)
diff --git a/packages/ui/package.json b/packages/ui/package.json
index c78290f..e967bce 100644
--- a/packages/ui/package.json
+++ b/packages/ui/package.json
@@ -1,7 +1,7 @@
{
"name": "@dropout/ui",
"private": true,
- "version": "0.0.0",
+ "version": "0.0.0-alpha.0",
"type": "module",
"scripts": {
"dev": "vite",
@@ -52,4 +52,4 @@
"typescript": "~5.9.3",
"vite": "npm:rolldown-vite@^7"
}
-}
+} \ No newline at end of file