diff options
| author | 2026-02-26 11:10:30 +0000 | |
|---|---|---|
| committer | 2026-02-26 11:10:30 +0000 | |
| commit | 1da889d3d5088bd7a81527470061fcfdc2e45881 (patch) | |
| tree | 871a6f5e16677ebe1f4168f64e1a7d2b0dba5646 /packages | |
| parent | 2cef6e86b4fd45549ee2a4f7ea54a142690117d2 (diff) | |
| download | DropOut-1da889d3d5088bd7a81527470061fcfdc2e45881.tar.gz DropOut-1da889d3d5088bd7a81527470061fcfdc2e45881.zip | |
chore(release): bump versions
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/ui/CHANGELOG.md | 6 | ||||
| -rw-r--r-- | packages/ui/package.json | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 768ac10..bc780fb 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 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 diff --git a/packages/ui/package.json b/packages/ui/package.json index 845aadf..f0443bd 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.1", + "version": "0.1.0-alpha.2", "type": "module", "scripts": { "dev": "vite", @@ -43,4 +43,4 @@ "typescript": "~5.9.3", "vite": "npm:rolldown-vite@^7" } -} +}
\ No newline at end of file |