diff options
| author | 2026-03-02 12:09:49 +0800 | |
|---|---|---|
| committer | 2026-03-02 12:09:49 +0800 | |
| commit | ee2ec7e999d445d31497fd007176657cc80a393c (patch) | |
| tree | 2a94007be206eaa02e34d77a86c705dfd1ab08b7 /packages | |
| parent | 24a229ede321e8296ea99b332ccfa61213791d10 (diff) | |
| parent | 9545de91e256b478217022726f5671d150650f7b (diff) | |
| download | DropOut-ee2ec7e999d445d31497fd007176657cc80a393c.tar.gz DropOut-ee2ec7e999d445d31497fd007176657cc80a393c.zip | |
chore(release): bump versions (#114)
# Releases
## @dropout/ui
## v0.1.0-alpha.3
### Refactors
-
[`24a229e`](https://github.com/HydroRoll-Team/DropOut/commit/24a229ede321e8296ea99b332ccfa61213791d10):
Partial rewrite layout of instances page.
### Bug Fixes
-
[`9e40b5b`](https://github.com/HydroRoll-Team/DropOut/commit/9e40b5b7bea60e6802a4b448ef315b14fba4de7f):
Auto select game version if version is unique.
### New Features
-
[`0ac743f`](https://github.com/HydroRoll-Team/DropOut/commit/0ac743f6d126d047352e6b247ea1ee513361d240):
Improve sidebar avatar on large and small screens.
-
[`9e40b5b`](https://github.com/HydroRoll-Team/DropOut/commit/9e40b5b7bea60e6802a4b448ef315b14fba4de7f):
Support detect and select java path.
-
[`47aeabf`](https://github.com/HydroRoll-Team/DropOut/commit/47aeabf5d44d7483101d30d289cb4c56761e3faa):
Improve position and colors of the UI toast.
## dropout
## v0.2.0-alpha.5
### New Features
-
[`0ac743f`](https://github.com/HydroRoll-Team/DropOut/commit/0ac743f6d126d047352e6b247ea1ee513361d240):
Improve sidebar avatar on large and small screens.
-
[`9e40b5b`](https://github.com/HydroRoll-Team/DropOut/commit/9e40b5b7bea60e6802a4b448ef315b14fba4de7f):
Support detect and select java path.
-
[`47aeabf`](https://github.com/HydroRoll-Team/DropOut/commit/47aeabf5d44d7483101d30d289cb4c56761e3faa):
Improve position and colors of the UI toast.
### Chores
-
[`8a4133c`](https://github.com/HydroRoll-Team/DropOut/commit/8a4133c9c517556cd16c2bbc1cd20bf4ee8f52f0):
Update README file
-
[`0ffa00e`](https://github.com/HydroRoll-Team/DropOut/commit/0ffa00eb79f06d877c74925b3da4abb0e25370ec):
Remove unnecessary vsc extension svelte
### Refactors
-
[`24a229e`](https://github.com/HydroRoll-Team/DropOut/commit/24a229ede321e8296ea99b332ccfa61213791d10):
Partial rewrite layout of instances page.
### Bug Fixes
-
[`47aeabf`](https://github.com/HydroRoll-Team/DropOut/commit/47aeabf5d44d7483101d30d289cb4c56761e3faa):
Fix logo on Linux and MacOS.
-
[`9e40b5b`](https://github.com/HydroRoll-Team/DropOut/commit/9e40b5b7bea60e6802a4b448ef315b14fba4de7f):
Auto select game version if version is unique.
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/ui/CHANGELOG.md | 16 | ||||
| -rw-r--r-- | packages/ui/package.json | 4 |
2 files changed, 18 insertions, 2 deletions
diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index bc780fb..d9e5b4d 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## v0.1.0-alpha.3 + +### Refactors + +- [`24a229e`](https://github.com/HydroRoll-Team/DropOut/commit/24a229ede321e8296ea99b332ccfa61213791d10): Partial rewrite layout of instances page. + +### Bug Fixes + +- [`9e40b5b`](https://github.com/HydroRoll-Team/DropOut/commit/9e40b5b7bea60e6802a4b448ef315b14fba4de7f): Auto select game version if version is unique. + +### New Features + +- [`0ac743f`](https://github.com/HydroRoll-Team/DropOut/commit/0ac743f6d126d047352e6b247ea1ee513361d240): Improve sidebar avatar on large and small screens. +- [`9e40b5b`](https://github.com/HydroRoll-Team/DropOut/commit/9e40b5b7bea60e6802a4b448ef315b14fba4de7f): Support detect and select java path. +- [`47aeabf`](https://github.com/HydroRoll-Team/DropOut/commit/47aeabf5d44d7483101d30d289cb4c56761e3faa): Improve position and colors of the UI toast. + ## v0.1.0-alpha.2 ### Chores diff --git a/packages/ui/package.json b/packages/ui/package.json index b85f887..853d979 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.2", + "version": "0.1.0-alpha.3", "type": "module", "scripts": { "dev": "vite", @@ -43,4 +43,4 @@ "typescript": "~5.9.3", "vite": "npm:rolldown-vite@^7" } -} +}
\ No newline at end of file |