Skip to content

Commit da8d356

Browse files
committed
fix(frontend): use published hyper-scatter dependency
1 parent 07cfbc6 commit da8d356

3 files changed

Lines changed: 14 additions & 15 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.3.1 - 2026-03-22
4+
5+
### Fixes
6+
- Switch the frontend `hyper-scatter` dependency to the published npm package so clean installs and GitHub release builds resolve it without a local checkout.
7+
8+
### Notes
9+
- This release supersedes the failed `0.3.0` PyPI publish and carries forward the user-facing changes documented below.
10+
311
## 0.3.0 - 2026-03-22
412

513
### Features

frontend/package-lock.json

Lines changed: 5 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"clsx": "^2.1.1",
2626
"cmdk": "^1.1.1",
2727
"dockview": "^4.13.1",
28-
"hyper-scatter": "file:../hyper-scatter",
28+
"hyper-scatter": "0.2.0",
2929
"justified-layout": "^4.1.0",
3030
"lucide-react": "^0.562.0",
3131
"next": "^16.1.6",

0 commit comments

Comments
 (0)