aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.changes
diff options
context:
space:
mode:
Diffstat (limited to '.changes')
-rw-r--r--.changes/effect-check.md1
-rw-r--r--.changes/game-store.md1
-rw-r--r--.changes/particle-background.md1
-rw-r--r--.changes/remove-store.md1
-rw-r--r--.changes/rewrite-instance-create.md1
-rw-r--r--.changes/vite-tauri.md1
6 files changed, 6 insertions, 0 deletions
diff --git a/.changes/effect-check.md b/.changes/effect-check.md
index 3d99d59..5fde2e3 100644
--- a/.changes/effect-check.md
+++ b/.changes/effect-check.md
@@ -1,5 +1,6 @@
---
"@dropout/ui": "patch:refactor"
+dropout: "patch:refactor"
---
Rewrite effect instance nullish checking.
diff --git a/.changes/game-store.md b/.changes/game-store.md
index 0b2f7f6..d91848a 100644
--- a/.changes/game-store.md
+++ b/.changes/game-store.md
@@ -1,5 +1,6 @@
---
"@dropout/ui": "patch:refactor"
+dropout: "patch:refactor"
---
Refactor game store and rename `HomePage` component.
diff --git a/.changes/particle-background.md b/.changes/particle-background.md
index 96b9402..3a173d4 100644
--- a/.changes/particle-background.md
+++ b/.changes/particle-background.md
@@ -1,5 +1,6 @@
---
"@dropout/ui": "patch:refactor"
+dropout: "patch:refactor"
---
Rewrite `ParticleBackground` to modern component design instead of global `window` api call.
diff --git a/.changes/remove-store.md b/.changes/remove-store.md
index 6c0e44b..cf27412 100644
--- a/.changes/remove-store.md
+++ b/.changes/remove-store.md
@@ -1,5 +1,6 @@
---
"@dropout/ui": "patch:feat"
+dropout: "patch:feat"
---
Remove all legacy codes in `stores/`.
diff --git a/.changes/rewrite-instance-create.md b/.changes/rewrite-instance-create.md
index 5443389..e680c6b 100644
--- a/.changes/rewrite-instance-create.md
+++ b/.changes/rewrite-instance-create.md
@@ -1,5 +1,6 @@
---
"@dropout/ui": "patch:refactor"
+dropout: "patch:refactor"
---
Full rewrite instance create with stepper page instead of modal.
diff --git a/.changes/vite-tauri.md b/.changes/vite-tauri.md
index 45d5d64..778cb18 100644
--- a/.changes/vite-tauri.md
+++ b/.changes/vite-tauri.md
@@ -1,5 +1,6 @@
---
"@dropout/ui": "patch:chore"
+dropout: "patch:chore"
---
Fix vite config to integrate with Tauri.