diff options
Diffstat (limited to 'packages/ui/CHANGELOG.md')
| -rw-r--r-- | packages/ui/CHANGELOG.md | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 4b2d22b..bc780fb 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,7 +1,23 @@ # Changelog -## v0.2.0-alpha.1 +## v0.1.0-alpha.2 + +### Chores + +- [`2cef6e8`](https://github.com/HydroRoll-Team/DropOut/commit/2cef6e86b4fd45549ee2a4f7ea54a142690117d2): Fix version of `@dropout/ui`. + +## v0.0.0-alpha.1 ### New Features -- [`e7ac28c`](https://github.com/HydroRoll-Team/DropOut/commit/e7ac28c6b8467a8fca0a3b61ba498e4742d3a718): Prepare for alpha mode pre-release. ([#62](https://github.com/HydroRoll-Team/DropOut/pull/62) by @fu050409) +- [`120c0a4`](https://github.com/HydroRoll-Team/DropOut/commit/120c0a460162226446cce4cfbc4c7e5859cd9d09): Listen to `game-exited` event while launching game. + +### Refactors + +- [`d95ca28`](https://github.com/HydroRoll-Team/DropOut/commit/d95ca2801c19a89a2a845f43b6e0133bf4e9be50): Migrate tauri invokes of instance creation modal to generated client. + +## v0.0.0-alpha.0 + +### Refactors + +- [`66668d8`](https://github.com/HydroRoll-Team/DropOut/commit/66668d85d603c5841d755a6023aa1925559fc6d4): Partial rewrite UI to react port. ([#77](https://github.com/HydroRoll-Team/DropOut/pull/77) by @HsiangNianian) |