Skip to content

Commit e26c952

Browse files
chore: release main (#4496)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e898598 commit e26c952

40 files changed

+387
-164
lines changed
Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
{
2-
".": "3.16.1",
3-
"packages/api": "3.4.3",
4-
"packages/chart": "3.5.3",
5-
"packages/codemirror": "3.6.3",
6-
"packages/common": "3.5.3",
2+
".": "3.17.0",
3+
"packages/api": "3.4.4",
4+
"packages/chart": "3.6.0",
5+
"packages/codemirror": "3.6.4",
6+
"packages/common": "3.6.0",
77
"packages/comms": "3.12.1",
8-
"packages/composite": "3.4.3",
8+
"packages/composite": "3.4.4",
99
"packages/dataflow": "9.6.0",
1010
"packages/ddl-shim": "3.2.2",
11-
"packages/dgrid": "3.5.3",
11+
"packages/dgrid": "3.5.4",
1212
"packages/dgrid-shim": "3.3.1",
13-
"packages/dgrid2": "3.5.1",
14-
"packages/eclwatch": "3.5.3",
13+
"packages/dgrid2": "3.5.2",
14+
"packages/eclwatch": "3.5.4",
1515
"packages/esbuild-plugins": "1.7.0",
16-
"packages/form": "3.3.3",
17-
"packages/graph": "3.5.3",
18-
"packages/html": "3.3.3",
19-
"packages/layout": "3.4.3",
20-
"packages/map": "3.4.3",
16+
"packages/form": "3.3.4",
17+
"packages/graph": "3.6.0",
18+
"packages/html": "3.3.4",
19+
"packages/layout": "3.4.4",
20+
"packages/map": "3.4.4",
2121
"packages/markdown-it-plugins": "1.5.2",
2222
"packages/observablehq-compiler": "3.7.0",
23-
"packages/other": "3.4.3",
24-
"packages/phosphor": "3.4.1",
25-
"packages/react": "3.4.3",
26-
"packages/timeline": "3.2.3",
27-
"packages/tree": "3.2.3",
23+
"packages/other": "3.4.4",
24+
"packages/phosphor": "3.4.2",
25+
"packages/react": "3.4.4",
26+
"packages/timeline": "3.2.4",
27+
"packages/tree": "3.2.4",
2828
"packages/util": "3.4.3"
2929
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [3.17.0](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.16.1...hpcc-js-v3.17.0) (2025-12-11)
6+
7+
8+
### Features
9+
10+
* add keyboard navigation for select charts ([#4481](https://github.com/hpcc-systems/Visualization/issues/4481)) ([be68d17](https://github.com/hpcc-systems/Visualization/commit/be68d178704bb5132fe875e1a98e24ec22e3eee4))
11+
12+
13+
### Bug Fixes
14+
15+
* update @hpcc-js/wasm-graphviz to version 1.17.0 ([e898598](https://github.com/hpcc-systems/Visualization/commit/e898598912543f346a4a5e641fc6b8d5f6273342))
16+
517
## [3.16.1](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.16.0...hpcc-js-v3.16.1) (2025-12-04)
618

719

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hpcc-js",
3-
"version": "3.16.1",
3+
"version": "3.17.0",
44
"description": "HPCC Visualization Framework",
55
"private": true,
66
"type": "module",

0 commit comments

Comments
 (0)