Skip to content

Commit 4aeae6b

Browse files
chore(release): 0.5.1 [skip ci]
## [0.5.1](v0.5.0...v0.5.1) (2026-04-27) ### Bug Fixes * **release:** route tauri build through turborepo task graph ([6df9f02](6df9f02)), closes [desktop#tauri](https://github.com/desktop/issues/tauri) [web#build](https://github.com/web/issues/build)
1 parent 6df9f02 commit 4aeae6b

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [0.5.1](https://github.com/offendingcommit/openconcho/compare/v0.5.0...v0.5.1) (2026-04-27)
2+
3+
4+
### Bug Fixes
5+
6+
* **release:** route tauri build through turborepo task graph ([6df9f02](https://github.com/offendingcommit/openconcho/commit/6df9f024926a653d53b287a85fb5645d193455f9)), closes [desktop#tauri](https://github.com/desktop/issues/tauri) [web#build](https://github.com/web/issues/build)
7+
18
# [0.5.0](https://github.com/offendingcommit/openconcho/compare/v0.4.0...v0.5.0) (2026-04-27)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "openconcho",
33
"private": true,
4-
"version": "0.5.0",
4+
"version": "0.5.1",
55
"packageManager": "pnpm@10.33.2",
66
"scripts": {
77
"dev": "pnpm --filter @openconcho/desktop dev",

packages/desktop/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openconcho"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
edition = "2021"
55

66
[lib]

0 commit comments

Comments
 (0)