Skip to content

Commit

Permalink
chore(release): 1.0.0-alpha.29 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-alpha.29](v1.0.0-alpha.28...v1.0.0-alpha.29) (2023-08-26)

### Bug Fixes

* apply_mica parameter changes ([e9faf0d](e9faf0d))
* **deps:** update dependency @fontsource/fira-mono to v5 ([#41](#41)) ([716fa31](716fa31))
* **deps:** update tauri monorepo ([#29](#29)) ([64618ff](64618ff))
* **deps:** update tauri monorepo ([#42](#42)) ([2fad380](2fad380))
* linter updates ([4fd0b36](4fd0b36))
  • Loading branch information
semantic-release-bot committed Aug 26, 2023
1 parent cc89a3f commit bc3a3a4
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# [1.0.0-alpha.29](https://github.com/oplik0/solo2-gui/compare/v1.0.0-alpha.28...v1.0.0-alpha.29) (2023-08-26)


### Bug Fixes

* apply_mica parameter changes ([e9faf0d](https://github.com/oplik0/solo2-gui/commit/e9faf0d79ba29d8405bf3e7d4ae9e2c047538134))
* **deps:** update dependency @fontsource/fira-mono to v5 ([#41](https://github.com/oplik0/solo2-gui/issues/41)) ([716fa31](https://github.com/oplik0/solo2-gui/commit/716fa3122c148a59840ead0aaf4f128817f7ea87))
* **deps:** update tauri monorepo ([#29](https://github.com/oplik0/solo2-gui/issues/29)) ([64618ff](https://github.com/oplik0/solo2-gui/commit/64618ffbef195f183b133c8dfd1c593fb38af00d))
* **deps:** update tauri monorepo ([#42](https://github.com/oplik0/solo2-gui/issues/42)) ([2fad380](https://github.com/oplik0/solo2-gui/commit/2fad3803ad9c79b3946aa2aa50730ea44d24dea2))
* linter updates ([4fd0b36](https://github.com/oplik0/solo2-gui/commit/4fd0b362701653b097ef5ece5319818b90bd969b))

# [1.0.0-alpha.28](https://github.com/oplik0/solo2-gui/compare/v1.0.0-alpha.27...v1.0.0-alpha.28) (2023-08-25)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "solo2-desktop",
"version": "1.0.0-alpha.28",
"version": "1.0.0-alpha.29",
"author": {
"name": "oplik0",
"email": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "solo2-desktop"
version = "1.0.0-alpha.28"
version = "1.0.0-alpha.29"
authors = ["oplik0"]
default-run = "solo2-desktop"
edition = "2021"
Expand Down

0 comments on commit bc3a3a4

Please sign in to comment.