aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/packages/docs
diff options
context:
space:
mode:
author苏向夜 <46275354+fu050409@users.noreply.github.com>2026-03-29 23:36:48 +0800
committerGitHub <noreply@github.com>2026-03-29 23:36:48 +0800
commitc4dc0676d794bca2613be282867d369328ebf073 (patch)
treeaf78680c8d4f357843ab336bdac6e56a622de3c7 /packages/docs
parent9d6ffa69bb765f44a1640de6ad46b15fe50c71dd (diff)
parent9a7997e95d9d19685e6fdfc2cf4aa29358d3c14e (diff)
downloadDropOut-c4dc0676d794bca2613be282867d369328ebf073.tar.gz
DropOut-c4dc0676d794bca2613be282867d369328ebf073.zip
chore(release): bump versions (#132)dropout-v0.2.0-alpha.6
# Releases ## dropout ## v0.2.0-alpha.6 ### Refactors - [`5b799a1`](https://github.com/HydroRoll-Team/DropOut/commit/5b799a125a970e5e56f29a08b3c86450855fb6c4): Full rewrite instance create with stepper page instead of modal. ([#129](https://github.com/HydroRoll-Team/DropOut/pull/129) by @fu050409) - [`ffbfce8`](https://github.com/HydroRoll-Team/DropOut/commit/ffbfce895c37e8e8306d426a2e59e73647ed6a86): Refactor game store and rename `HomePage` component. ([#129](https://github.com/HydroRoll-Team/DropOut/pull/129) by @fu050409) - [`18aceb4`](https://github.com/HydroRoll-Team/DropOut/commit/18aceb4ddf01e964d0b81a4e926e42b72c64e355): Rewrite `ParticleBackground` to modern component design instead of global `window` api call. ([#129](https://github.com/HydroRoll-Team/DropOut/pull/129) by @fu050409) - [`97fe504`](https://github.com/HydroRoll-Team/DropOut/commit/97fe5046f68b5e4ee5f750945bcc39a27f5eb37b): Rewrite effect instance nullish checking. ([#129](https://github.com/HydroRoll-Team/DropOut/pull/129) by @fu050409) ### New Features - [`32a4d85`](https://github.com/HydroRoll-Team/DropOut/commit/32a4d85af937e4fd882fa671aee8b72878cc564f): Remove all legacy codes in `stores/`. ([#129](https://github.com/HydroRoll-Team/DropOut/pull/129) by @fu050409) ### Chores - [`ef478b2`](https://github.com/HydroRoll-Team/DropOut/commit/ef478b29605afbd1c3ec88184b64960e8ad01e71): Fix vite config to integrate with Tauri. ([#128](https://github.com/HydroRoll-Team/DropOut/pull/128) by @fu050409) ## @dropout/docs ## v0.1.0-alpha.1 ### Chores - [`906a042`](https://github.com/HydroRoll-Team/DropOut/commit/906a04226be13a7435b775c0f21a685d95fdbf34): Partially apply docs frontend lint fixes ([#123](https://github.com/HydroRoll-Team/DropOut/pull/123) by @fu050409) ## @dropout/ui ## v0.1.0-alpha.4 ### Chores - [`ef478b2`](https://github.com/HydroRoll-Team/DropOut/commit/ef478b29605afbd1c3ec88184b64960e8ad01e71): Fix vite config to integrate with Tauri. ([#128](https://github.com/HydroRoll-Team/DropOut/pull/128) by @fu050409) ### Refactors - [`5b799a1`](https://github.com/HydroRoll-Team/DropOut/commit/5b799a125a970e5e56f29a08b3c86450855fb6c4): Full rewrite instance create with stepper page instead of modal. ([#129](https://github.com/HydroRoll-Team/DropOut/pull/129) by @fu050409) - [`ffbfce8`](https://github.com/HydroRoll-Team/DropOut/commit/ffbfce895c37e8e8306d426a2e59e73647ed6a86): Refactor game store and rename `HomePage` component. ([#129](https://github.com/HydroRoll-Team/DropOut/pull/129) by @fu050409) - [`18aceb4`](https://github.com/HydroRoll-Team/DropOut/commit/18aceb4ddf01e964d0b81a4e926e42b72c64e355): Rewrite `ParticleBackground` to modern component design instead of global `window` api call. ([#129](https://github.com/HydroRoll-Team/DropOut/pull/129) by @fu050409) - [`97fe504`](https://github.com/HydroRoll-Team/DropOut/commit/97fe5046f68b5e4ee5f750945bcc39a27f5eb37b): Rewrite effect instance nullish checking. ([#129](https://github.com/HydroRoll-Team/DropOut/pull/129) by @fu050409) ### New Features - [`32a4d85`](https://github.com/HydroRoll-Team/DropOut/commit/32a4d85af937e4fd882fa671aee8b72878cc564f): Remove all legacy codes in `stores/`. ([#129](https://github.com/HydroRoll-Team/DropOut/pull/129) by @fu050409)
Diffstat (limited to 'packages/docs')
-rw-r--r--packages/docs/CHANGELOG.md7
-rw-r--r--packages/docs/package.json4
2 files changed, 9 insertions, 2 deletions
diff --git a/packages/docs/CHANGELOG.md b/packages/docs/CHANGELOG.md
new file mode 100644
index 0000000..8f904d9
--- /dev/null
+++ b/packages/docs/CHANGELOG.md
@@ -0,0 +1,7 @@
+# Changelog
+
+## v0.1.0-alpha.1
+
+### Chores
+
+- [`906a042`](https://github.com/HydroRoll-Team/DropOut/commit/906a04226be13a7435b775c0f21a685d95fdbf34): Partially apply docs frontend lint fixes ([#123](https://github.com/HydroRoll-Team/DropOut/pull/123) by @fu050409)
diff --git a/packages/docs/package.json b/packages/docs/package.json
index 08cd10d..59cddc7 100644
--- a/packages/docs/package.json
+++ b/packages/docs/package.json
@@ -2,7 +2,7 @@
"name": "@dropout/docs",
"private": true,
"type": "module",
- "version": "0.1.0-alpha",
+ "version": "0.1.0-alpha.1",
"scripts": {
"build": "react-router build",
"dev": "react-router dev",
@@ -38,4 +38,4 @@
"vite": "^7.3.1",
"vite-tsconfig-paths": "^6.0.4"
}
-}
+} \ No newline at end of file