chore(release): 0.7.1 [skip ci]

## [0.7.1](https://github.com/offendingcommit/openconcho/compare/v0.7.0...v0.7.1) (2026-05-12)

### Bug Fixes

* improve dark mode accessibility contrast ([7827438](7827438d92))
* show structured page placeholders while loading ([3075e4a](3075e4a005))
This commit is contained in:
github-actions[bot]
2026-05-12 16:07:18 +00:00
parent 1008e97683
commit 4fc54a3581
4 changed files with 11 additions and 3 deletions

View File

@@ -1,3 +1,11 @@
## [0.7.1](https://github.com/offendingcommit/openconcho/compare/v0.7.0...v0.7.1) (2026-05-12)
### Bug Fixes
* improve dark mode accessibility contrast ([7827438](https://github.com/offendingcommit/openconcho/commit/7827438d9203038c0f2396a3675b6a159229c584))
* show structured page placeholders while loading ([3075e4a](https://github.com/offendingcommit/openconcho/commit/3075e4a005af58e484b0c07074b9423c734946f9))
# [0.7.0](https://github.com/offendingcommit/openconcho/compare/v0.6.0...v0.7.0) (2026-05-04)

View File

@@ -1,7 +1,7 @@
{
"name": "openconcho",
"private": true,
"version": "0.7.0",
"version": "0.7.1",
"packageManager": "pnpm@10.33.2",
"engines": {
"node": ">=22",

View File

@@ -2266,7 +2266,7 @@ dependencies = [
[[package]]
name = "openconcho"
version = "0.7.0"
version = "0.7.1"
dependencies = [
"serde",
"serde_json",

View File

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