Skip to content

Commit

Permalink
chore(main): release 0.2.3 (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
petejohanson authored Nov 13, 2024
1 parent 9d35061 commit 5bf73f9
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.2"
".": "0.2.3"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.2.3](https://github.com/zmkfirmware/zmk-studio/compare/v0.2.2...v0.2.3) (2024-11-13)


### Bug Fixes

* Add link to unlock behavior docs in unlock modal ([#90](https://github.com/zmkfirmware/zmk-studio/issues/90)) ([9d35061](https://github.com/zmkfirmware/zmk-studio/commit/9d35061b30b394b21dd12df6d763cd9daeed355e))
* Remove beta warning from connect modal. ([#88](https://github.com/zmkfirmware/zmk-studio/issues/88)) ([6edb4b0](https://github.com/zmkfirmware/zmk-studio/commit/6edb4b02a104add079ae2f85cfa0d239a54f553b)), closes [#87](https://github.com/zmkfirmware/zmk-studio/issues/87)

## [0.2.2](https://github.com/zmkfirmware/zmk-studio/compare/v0.2.1...v0.2.2) (2024-11-12)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "zmk-studio",
"private": true,
"version": "0.2.2",
"version": "0.2.3",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
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 = "app"
version = "0.2.2"
version = "0.2.3"
description = "A Tauri App"
authors = ["you"]
license = ""
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"frontendDist": "../dist/"
},
"productName": "zmk-studio",
"version": "0.2.2",
"version": "0.2.3",
"identifier": "dev.zmk.studio",
"bundle": {
"active": true,
Expand Down

0 comments on commit 5bf73f9

Please sign in to comment.