diff options
| author | 2026-03-29 22:16:03 +0800 | |
|---|---|---|
| committer | 2026-03-29 22:16:03 +0800 | |
| commit | ad9cac30c101f955a340a7b723cc98265e4c4d5c (patch) | |
| tree | 0758f02ff9d1069a7aa6fb305e05338e60d976ea /packages/ui | |
| parent | 0fb7c616574255bf1ad4f182bc91966407ef9fc3 (diff) | |
| parent | 9bf4a82772712306adf5107427bcb5a3ee8d25cd (diff) | |
| download | DropOut-ad9cac30c101f955a340a7b723cc98265e4c4d5c.tar.gz DropOut-ad9cac30c101f955a340a7b723cc98265e4c4d5c.zip | |
revert: revert due to primary version (#131)
Reverts HydroRoll-Team/DropOut#124
Diffstat (limited to 'packages/ui')
| -rw-r--r-- | packages/ui/CHANGELOG.md | 17 | ||||
| -rw-r--r-- | packages/ui/package.json | 4 |
2 files changed, 2 insertions, 19 deletions
diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 297aa77..d9e5b4d 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,22 +1,5 @@ # Changelog -## v0.1.0-alpha.4 - -### 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) - -### 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) - -### 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) - ## v0.1.0-alpha.3 ### Refactors diff --git a/packages/ui/package.json b/packages/ui/package.json index 2c04e98..9f329e4 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,7 +1,7 @@ { "name": "@dropout/ui", "private": true, - "version": "0.1.0-alpha.4", + "version": "0.1.0-alpha.3", "type": "module", "scripts": { "dev": "vite", @@ -46,4 +46,4 @@ "typescript": "~5.9.3", "vite": "npm:rolldown-vite@^7" } -}
\ No newline at end of file +} |