Skip to content

Commit 579f427

Browse files
Release 0.22.1
1 parent 93d648f commit 579f427

4 files changed

Lines changed: 11 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.22.1] - 2026-09-06
11+
12+
### Fixed
13+
14+
- **Citation arrows were drawn on top of the papers.** Lit edges carried an explicit `zIndex`, which lifts an edge out of the layer React Flow draws beneath the nodes, so every highlighted arrow crossed the pills it ran between and cut through their labels. They keep their place above the faded background edges by ordering within that layer instead, which is where the distinction belonged.
15+
1016
## [0.22.0] - 2026-09-05
1117

1218
### Added
@@ -1257,7 +1263,8 @@ Initial release of Chive, a decentralized eprint service built on AT Protocol.
12571263
- Unit test suite with 134 test files covering handlers, services, storage adapters, plugins, and utilities
12581264
- Test infrastructure with Docker test stack, seed data scripts, and cleanup utilities
12591265

1260-
[Unreleased]: https://github.com/chive-pub/chive/compare/v0.22.0...HEAD
1266+
[Unreleased]: https://github.com/chive-pub/chive/compare/v0.22.1...HEAD
1267+
[0.22.1]: https://github.com/chive-pub/chive/compare/v0.22.0...v0.22.1
12611268
[0.22.0]: https://github.com/chive-pub/chive/compare/v0.21.0...v0.22.0
12621269
[0.21.0]: https://github.com/chive-pub/chive/compare/v0.20.2...v0.21.0
12631270
[0.20.2]: https://github.com/chive-pub/chive/compare/v0.20.1...v0.20.2

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chive/docs",
3-
"version": "0.22.0",
3+
"version": "0.22.1",
44
"private": true,
55
"author": {
66
"name": "Aaron Steven White",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chive/monorepo",
3-
"version": "0.22.0",
3+
"version": "0.22.1",
44
"private": true,
55
"type": "module",
66
"description": "A decentralized eprint service built on AT Protocol",

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chive/web",
3-
"version": "0.22.0",
3+
"version": "0.22.1",
44
"private": true,
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)