Skip to content

Commit

Permalink
chore(release): 1.0.0-alpha.19 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-alpha.19](v1.0.0-alpha.18...v1.0.0-alpha.19) (2022-09-22)

### Bug Fixes

* sometimes the expander could get stuck when quickly opening/closing it ([c12250b](c12250b))
* **ui:** correct calver format to one used by solokeys ([b69874f](b69874f))

### Features

* rename OathCard to TotpCard to prepare for hotp ([814b840](814b840))
* **ui:** add tooltip to selected file button ([596dadb](596dadb))
* **update:** upload firmware from files ([fb5394e](fb5394e)), closes [#8](#8)
  • Loading branch information
semantic-release-bot committed Sep 22, 2022
1 parent 596dadb commit 9f5f995
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [1.0.0-alpha.19](https://github.com/oplik0/solo2-gui/compare/v1.0.0-alpha.18...v1.0.0-alpha.19) (2022-09-22)


### Bug Fixes

* sometimes the expander could get stuck when quickly opening/closing it ([c12250b](https://github.com/oplik0/solo2-gui/commit/c12250bb06d1da056c10ce8ed6e32db4ea2a4b1c))
* **ui:** correct calver format to one used by solokeys ([b69874f](https://github.com/oplik0/solo2-gui/commit/b69874fed9551d9bd250b8208b7a7a90b331968a))


### Features

* rename OathCard to TotpCard to prepare for hotp ([814b840](https://github.com/oplik0/solo2-gui/commit/814b8401db96e7405af899ddc96a4836dedf477e))
* **ui:** add tooltip to selected file button ([596dadb](https://github.com/oplik0/solo2-gui/commit/596dadb634ef4ad187852ceba74430e7a750531f))
* **update:** upload firmware from files ([fb5394e](https://github.com/oplik0/solo2-gui/commit/fb5394e7d8c9d07bb8921feea76846dcb7fbfc62)), closes [#8](https://github.com/oplik0/solo2-gui/issues/8)

# [1.0.0-alpha.18](https://github.com/oplik0/solo2-gui/compare/v1.0.0-alpha.17...v1.0.0-alpha.18) (2022-09-22)


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.18",
"version": "1.0.0-alpha.19",
"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.18"
version = "1.0.0-alpha.19"
authors = ["oplik0"]
default-run = "solo2-desktop"
edition = "2021"
Expand Down

0 comments on commit 9f5f995

Please sign in to comment.