Skip to content

Commit c8c8559

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 585d059 + 15e935a commit c8c8559

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## <small>24.1.1 (2025-12-08)</small>
2+
3+
* style(web): fix import sorting in graph.lazy.tsx ([f1532ae](https://github.com/Mearman/BibGraph/commit/f1532ae))
4+
* perf(web): replace ForceGraphVisualization with OptimizedForceGraphVisualization ([76a8a72](https://github.com/Mearman/BibGraph/commit/76a8a72)), closes [#38-graph-list](https://github.com/Mearman/BibGraph/issues/38-graph-list)
5+
16
## 24.1.0 (2025-12-07)
27

38
* fix(web): make handleKeyPress method private in ErrorBoundary ([87019fa](https://github.com/Mearman/BibGraph/commit/87019fa))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bibgraph",
3-
"version": "24.1.0",
3+
"version": "24.1.1",
44
"type": "module",
55
"private": true,
66
"packageManager": "pnpm@10.18.3",

0 commit comments

Comments
 (0)