chore(release): 0.5.1 [skip ci]

## [0.5.1](https://github.com/offendingcommit/openconcho/compare/v0.5.0...v0.5.1) (2026-04-27)

### Bug Fixes

* **release:** route tauri build through turborepo task graph ([6df9f02](6df9f02492)), closes [desktop#tauri](https://github.com/desktop/issues/tauri) [web#build](https://github.com/web/issues/build)
This commit is contained in:
github-actions[bot]
2026-04-27 20:10:06 +00:00
parent 6df9f02492
commit 4aeae6b12f
3 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,10 @@
## [0.5.1](https://github.com/offendingcommit/openconcho/compare/v0.5.0...v0.5.1) (2026-04-27)
### Bug Fixes
* **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)
# [0.5.0](https://github.com/offendingcommit/openconcho/compare/v0.4.0...v0.5.0) (2026-04-27)

View File

@@ -1,7 +1,7 @@
{
"name": "openconcho",
"private": true,
"version": "0.5.0",
"version": "0.5.1",
"packageManager": "pnpm@10.33.2",
"scripts": {
"dev": "pnpm --filter @openconcho/desktop dev",

View File

@@ -1,6 +1,6 @@
[package]
name = "openconcho"
version = "0.5.0"
version = "0.5.1"
edition = "2021"
[lib]