Skip to content

Commit c4dc067

Browse files
authored
chore(release): bump versions (#132)
# Releases ## dropout ## v0.2.0-alpha.6 ### Refactors - [`5b799a1`](5b799a1): Full rewrite instance create with stepper page instead of modal. ([#129](#129) by @fu050409) - [`ffbfce8`](ffbfce8): Refactor game store and rename `HomePage` component. ([#129](#129) by @fu050409) - [`18aceb4`](18aceb4): Rewrite `ParticleBackground` to modern component design instead of global `window` api call. ([#129](#129) by @fu050409) - [`97fe504`](97fe504): Rewrite effect instance nullish checking. ([#129](#129) by @fu050409) ### New Features - [`32a4d85`](32a4d85): Remove all legacy codes in `stores/`. ([#129](#129) by @fu050409) ### Chores - [`ef478b2`](ef478b2): Fix vite config to integrate with Tauri. ([#128](#128) by @fu050409) ## @dropout/docs ## v0.1.0-alpha.1 ### Chores - [`906a042`](906a042): Partially apply docs frontend lint fixes ([#123](#123) by @fu050409) ## @dropout/ui ## v0.1.0-alpha.4 ### Chores - [`ef478b2`](ef478b2): Fix vite config to integrate with Tauri. ([#128](#128) by @fu050409) ### Refactors - [`5b799a1`](5b799a1): Full rewrite instance create with stepper page instead of modal. ([#129](#129) by @fu050409) - [`ffbfce8`](ffbfce8): Refactor game store and rename `HomePage` component. ([#129](#129) by @fu050409) - [`18aceb4`](18aceb4): Rewrite `ParticleBackground` to modern component design instead of global `window` api call. ([#129](#129) by @fu050409) - [`97fe504`](97fe504): Rewrite effect instance nullish checking. ([#129](#129) by @fu050409) ### New Features - [`32a4d85`](32a4d85): Remove all legacy codes in `stores/`. ([#129](#129) by @fu050409)
2 parents 9d6ffa6 + 9a7997e commit c4dc067

14 files changed

Lines changed: 47 additions & 47 deletions

.changes/docs-lint.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/effect-check.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/game-store.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/particle-background.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/remove-store.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/rewrite-instance-create.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/vite-tauri.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/docs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Changelog
2+
3+
## v0.1.0-alpha.1
4+
5+
### Chores
6+
7+
- [`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)

packages/docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@dropout/docs",
33
"private": true,
44
"type": "module",
5-
"version": "0.1.0-alpha",
5+
"version": "0.1.0-alpha.1",
66
"scripts": {
77
"build": "react-router build",
88
"dev": "react-router dev",
@@ -38,4 +38,4 @@
3838
"vite": "^7.3.1",
3939
"vite-tsconfig-paths": "^6.0.4"
4040
}
41-
}
41+
}

packages/ui/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## v0.1.0-alpha.4
4+
5+
### Chores
6+
7+
- [`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)
8+
9+
### Refactors
10+
11+
- [`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)
12+
- [`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)
13+
- [`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)
14+
- [`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)
15+
16+
### New Features
17+
18+
- [`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)
19+
320
## v0.1.0-alpha.3
421

522
### Refactors

0 commit comments

Comments
 (0)