aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.changes
diff options
context:
space:
mode:
author苏向夜 <46275354+fu050409@users.noreply.github.com>2026-03-29 22:15:38 +0800
committerGitHub <noreply@github.com>2026-03-29 22:15:38 +0800
commit9bf4a82772712306adf5107427bcb5a3ee8d25cd (patch)
tree0758f02ff9d1069a7aa6fb305e05338e60d976ea /.changes
parent0fb7c616574255bf1ad4f182bc91966407ef9fc3 (diff)
downloadDropOut-9bf4a82772712306adf5107427bcb5a3ee8d25cd.tar.gz
DropOut-9bf4a82772712306adf5107427bcb5a3ee8d25cd.zip
Revert "chore(release): bump versions"
Diffstat (limited to '.changes')
-rw-r--r--.changes/docs-lint.md5
-rw-r--r--.changes/effect-check.md5
-rw-r--r--.changes/game-store.md5
-rw-r--r--.changes/particle-background.md5
-rw-r--r--.changes/remove-store.md5
-rw-r--r--.changes/rewrite-instance-create.md5
-rw-r--r--.changes/vite-tauri.md5
7 files changed, 35 insertions, 0 deletions
diff --git a/.changes/docs-lint.md b/.changes/docs-lint.md
new file mode 100644
index 0000000..ac98c71
--- /dev/null
+++ b/.changes/docs-lint.md
@@ -0,0 +1,5 @@
+---
+"@dropout/docs": "patch:chore"
+---
+
+Partially apply docs frontend lint fixes
diff --git a/.changes/effect-check.md b/.changes/effect-check.md
new file mode 100644
index 0000000..3d99d59
--- /dev/null
+++ b/.changes/effect-check.md
@@ -0,0 +1,5 @@
+---
+"@dropout/ui": "patch:refactor"
+---
+
+Rewrite effect instance nullish checking.
diff --git a/.changes/game-store.md b/.changes/game-store.md
new file mode 100644
index 0000000..0b2f7f6
--- /dev/null
+++ b/.changes/game-store.md
@@ -0,0 +1,5 @@
+---
+"@dropout/ui": "patch:refactor"
+---
+
+Refactor game store and rename `HomePage` component.
diff --git a/.changes/particle-background.md b/.changes/particle-background.md
new file mode 100644
index 0000000..96b9402
--- /dev/null
+++ b/.changes/particle-background.md
@@ -0,0 +1,5 @@
+---
+"@dropout/ui": "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
new file mode 100644
index 0000000..6c0e44b
--- /dev/null
+++ b/.changes/remove-store.md
@@ -0,0 +1,5 @@
+---
+"@dropout/ui": "patch:feat"
+---
+
+Remove all legacy codes in `stores/`.
diff --git a/.changes/rewrite-instance-create.md b/.changes/rewrite-instance-create.md
new file mode 100644
index 0000000..5443389
--- /dev/null
+++ b/.changes/rewrite-instance-create.md
@@ -0,0 +1,5 @@
+---
+"@dropout/ui": "patch:refactor"
+---
+
+Full rewrite instance create with stepper page instead of modal.
diff --git a/.changes/vite-tauri.md b/.changes/vite-tauri.md
new file mode 100644
index 0000000..45d5d64
--- /dev/null
+++ b/.changes/vite-tauri.md
@@ -0,0 +1,5 @@
+---
+"@dropout/ui": "patch:chore"
+---
+
+Fix vite config to integrate with Tauri.