aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/packages
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2026-02-26 10:39:39 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2026-02-26 10:39:39 +0000
commit8fcbf3e39c26bafe63b8e6c6191cb1e45f55e88c (patch)
tree087973a4273fa77075f138b2ba6d7558f2c56d22 /packages
parent120c0a460162226446cce4cfbc4c7e5859cd9d09 (diff)
downloadDropOut-8fcbf3e39c26bafe63b8e6c6191cb1e45f55e88c.tar.gz
DropOut-8fcbf3e39c26bafe63b8e6c6191cb1e45f55e88c.zip
chore(release): bump versions
Diffstat (limited to 'packages')
-rw-r--r--packages/ui/CHANGELOG.md10
-rw-r--r--packages/ui/package.json4
2 files changed, 12 insertions, 2 deletions
diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md
index 28abb60..768ac10 100644
--- a/packages/ui/CHANGELOG.md
+++ b/packages/ui/CHANGELOG.md
@@ -1,5 +1,15 @@
# Changelog
+## v0.0.0-alpha.1
+
+### New Features
+
+- [`120c0a4`](https://github.com/HydroRoll-Team/DropOut/commit/120c0a460162226446cce4cfbc4c7e5859cd9d09): Listen to `game-exited` event while launching game.
+
+### Refactors
+
+- [`d95ca28`](https://github.com/HydroRoll-Team/DropOut/commit/d95ca2801c19a89a2a845f43b6e0133bf4e9be50): Migrate tauri invokes of instance creation modal to generated client.
+
## v0.0.0-alpha.0
### Refactors
diff --git a/packages/ui/package.json b/packages/ui/package.json
index 9cb7132..b739312 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.0",
+ "version": "0.0.0-alpha.1",
"type": "module",
"scripts": {
"dev": "vite",
@@ -43,4 +43,4 @@
"typescript": "~5.9.3",
"vite": "npm:rolldown-vite@^7"
}
-}
+} \ No newline at end of file