chore(release): 0.5.2 [skip ci]

## [0.5.2](https://github.com/offendingcommit/openconcho/compare/v0.5.1...v0.5.2) (2026-04-28)

### Bug Fixes

* **ci:** make sure we build web before we build the app ([c3b4e58](c3b4e58816))
This commit is contained in:
github-actions[bot]
2026-04-28 19:54:03 +00:00
parent c3b4e58816
commit b03eb529bf
3 changed files with 9 additions and 2 deletions

View File

@@ -1,3 +1,10 @@
## [0.5.2](https://github.com/offendingcommit/openconcho/compare/v0.5.1...v0.5.2) (2026-04-28)
### Bug Fixes
* **ci:** make sure we build web before we build the app ([c3b4e58](https://github.com/offendingcommit/openconcho/commit/c3b4e58816f48420ca4970ba1989316690c60391))
## [0.5.1](https://github.com/offendingcommit/openconcho/compare/v0.5.0...v0.5.1) (2026-04-27) ## [0.5.1](https://github.com/offendingcommit/openconcho/compare/v0.5.0...v0.5.1) (2026-04-27)

View File

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

View File

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