Skip to content

Commit b03eb52

Browse files
chore(release): 0.5.2 [skip ci]
## [0.5.2](v0.5.1...v0.5.2) (2026-04-28) ### Bug Fixes * **ci:** make sure we build web before we build the app ([c3b4e58](c3b4e58))
1 parent c3b4e58 commit b03eb52

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.2](https://github.com/offendingcommit/openconcho/compare/v0.5.1...v0.5.2) (2026-04-28)
2+
3+
4+
### Bug Fixes
5+
6+
* **ci:** make sure we build web before we build the app ([c3b4e58](https://github.com/offendingcommit/openconcho/commit/c3b4e58816f48420ca4970ba1989316690c60391))
7+
18
## [0.5.1](https://github.com/offendingcommit/openconcho/compare/v0.5.0...v0.5.1) (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.1",
4+
"version": "0.5.2",
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.1"
3+
version = "0.5.2"
44
edition = "2021"
55

66
[lib]

0 commit comments

Comments
 (0)