Skip to content

Commit

Permalink
chore(main): release 0.2.2 (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
petejohanson authored Nov 12, 2024
1 parent 435512a commit a01ed76
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 9 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.1"
".": "0.2.2"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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


### Bug Fixes

* **ci:** Bump tauri.conf.json version as well. ([#84](https://github.com/zmkfirmware/zmk-studio/issues/84)) ([435512a](https://github.com/zmkfirmware/zmk-studio/commit/435512a27bd55978e925db95b271fe844befb688))

## [0.2.1](https://github.com/zmkfirmware/zmk-studio/compare/v0.2.0...v0.2.1) (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.1",
"version": "0.2.2",
"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.1"
version = "0.2.2"
description = "A Tauri App"
authors = ["you"]
license = ""
Expand Down
10 changes: 6 additions & 4 deletions 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.1.0",
"version": "0.2.2",
"identifier": "dev.zmk.studio",
"bundle": {
"active": true,
Expand Down Expand Up @@ -47,18 +47,20 @@
"args": [
{
"name": "serial-port",
"takesValue": true,
"takesValue": true,
"description": "Specific serial port to connect to"
}
]
}
},
"app": {
"security": {
"capabilities": ["default"],
"capabilities": [
"default"
],
"csp": {
"default-src": "'self' customprotocol: asset:",
"connect-src": "ipc: http://ipc.localhost"
"connect-src": "ipc: http://ipc.localhost"
}
},
"windows": [
Expand Down

0 comments on commit a01ed76

Please sign in to comment.