Skip to content

Commit 0699d2a

Browse files
committed
chore: release candidate-2.x.x
1 parent 711d999 commit 0699d2a

28 files changed

Lines changed: 255 additions & 107 deletions

.release-please-manifest.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
11
{
22
".": "2.112.4",
33
"packages/api": "2.14.5",
4-
"packages/chart": "2.86.5",
4+
"packages/chart": "2.86.6",
55
"packages/codemirror": "2.66.4",
66
"packages/codemirror-shim": "2.38.1",
77
"packages/common": "2.73.5",
88
"packages/comms": "2.102.4",
9-
"packages/composite": "2.9.8",
10-
"packages/dataflow": "9.5.0",
9+
"packages/composite": "2.9.9",
10+
"packages/dataflow": "9.6.0",
1111
"packages/ddl-shim": "2.25.2",
1212
"packages/deck-shim": "2.9.0",
1313
"packages/dgrid": "2.34.6",
1414
"packages/dgrid-shim": "2.27.1",
1515
"packages/dgrid2": "2.5.5",
16-
"packages/eclwatch": "2.77.10",
17-
"packages/esbuild-plugins": "1.6.0",
18-
"packages/form": "2.12.6",
16+
"packages/eclwatch": "2.77.11",
17+
"packages/esbuild-plugins": "1.7.0",
18+
"packages/form": "2.12.7",
1919
"packages/graph": "2.87.4",
2020
"packages/html": "2.44.5",
21-
"packages/layout": "2.51.6",
21+
"packages/layout": "2.51.7",
2222
"packages/leaflet-shim": "2.6.0",
23-
"packages/loader": "2.108.10",
24-
"packages/map": "2.79.6",
23+
"packages/loader": "2.108.11",
24+
"packages/map": "2.79.7",
2525
"packages/map-deck": "2.9.5",
26-
"packages/marshaller": "2.28.10",
26+
"packages/marshaller": "2.28.11",
2727
"packages/observable-md": "2.55.4",
2828
"packages/observablehq-compiler": "1.5.0",
29-
"packages/other": "2.17.6",
30-
"packages/phosphor": "2.20.7",
29+
"packages/other": "2.17.7",
30+
"packages/phosphor": "2.20.8",
3131
"packages/phosphor-shim": "2.17.0",
3232
"packages/preact-shim": "2.19.2",
3333
"packages/react": "2.55.5",
3434
"packages/requirejs-shim": "2.4.1",
35-
"packages/timeline": "2.57.4",
35+
"packages/timeline": "2.57.5",
3636
"packages/tree": "2.45.3",
3737
"packages/util": "2.53.2",
3838
"packages/observable-shim": "1.0.0"

package-lock.json

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

packages/chart/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.86.6](https://github.com/hpcc-systems/Visualization/compare/chart-v2.86.5...chart-v2.86.6) (2026-03-25)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* devDependencies
13+
* @hpcc-js/dataflow bumped from ^9.5.0 to ^9.6.0
14+
615
## [2.86.5](https://github.com/hpcc-systems/Visualization/compare/chart-v2.86.4...chart-v2.86.5) (2026-03-25)
716

817

packages/chart/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hpcc-js/chart",
3-
"version": "2.86.5",
3+
"version": "2.86.6",
44
"description": "hpcc-js - Viz Chart",
55
"main": "dist/index.js",
66
"module": "dist/index.es6",
@@ -44,7 +44,7 @@
4444
},
4545
"devDependencies": {
4646
"@hpcc-js/bundle": "^2.12.0",
47-
"@hpcc-js/dataflow": "^9.5.0",
47+
"@hpcc-js/dataflow": "^9.6.0",
4848
"@types/d3-shape": "1.3.12",
4949
"@types/d3-transition": "1.3.6",
5050
"d3-array": "^1",

packages/composite/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.9.9](https://github.com/hpcc-systems/Visualization/compare/composite-v2.9.8...composite-v2.9.9) (2026-03-25)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* dependencies
13+
* @hpcc-js/chart bumped from ^2.86.5 to ^2.86.6
14+
* @hpcc-js/form bumped from ^2.12.6 to ^2.12.7
15+
* @hpcc-js/layout bumped from ^2.51.6 to ^2.51.7
16+
* @hpcc-js/other bumped from ^2.17.6 to ^2.17.7
17+
* @hpcc-js/phosphor bumped from ^2.20.7 to ^2.20.8
18+
619
## [2.9.8](https://github.com/hpcc-systems/Visualization/compare/composite-v2.9.7...composite-v2.9.8) (2026-03-25)
720

821

packages/composite/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hpcc-js/composite",
3-
"version": "2.9.8",
3+
"version": "2.9.9",
44
"description": "hpcc-js - Viz Composite",
55
"main": "dist/index.js",
66
"module": "dist/index.es6",
@@ -39,14 +39,14 @@
3939
},
4040
"dependencies": {
4141
"@hpcc-js/api": "^2.14.5",
42-
"@hpcc-js/chart": "^2.86.5",
42+
"@hpcc-js/chart": "^2.86.6",
4343
"@hpcc-js/common": "^2.73.5",
4444
"@hpcc-js/dgrid": "^2.34.6",
45-
"@hpcc-js/form": "^2.12.6",
45+
"@hpcc-js/form": "^2.12.7",
4646
"@hpcc-js/html": "^2.44.5",
47-
"@hpcc-js/layout": "^2.51.6",
48-
"@hpcc-js/other": "^2.17.6",
49-
"@hpcc-js/phosphor": "^2.20.7"
47+
"@hpcc-js/layout": "^2.51.7",
48+
"@hpcc-js/other": "^2.17.7",
49+
"@hpcc-js/phosphor": "^2.20.8"
5050
},
5151
"devDependencies": {
5252
"@hpcc-js/bundle": "^2.12.0",

packages/dataflow/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [9.6.0](https://github.com/hpcc-systems/Visualization/compare/dataflow-v9.5.0...dataflow-v9.6.0) (2026-03-25)
7+
8+
9+
### Features
10+
11+
* Add maxWeight to Heat chart ([046c67a](https://github.com/hpcc-systems/Visualization/commit/046c67a398f574e2200e844db5c27981ecf0d261))
12+
* Add maxWeight to Heat chart ([59ee802](https://github.com/hpcc-systems/Visualization/commit/59ee80246e45fa5464f6fed4ed7f488ee3fca0cb))
13+
614
## [9.5.0](https://github.com/hpcc-systems/Visualization/compare/dataflow-v9.4.0...dataflow-v9.5.0) (2026-03-25)
715

816

0 commit comments

Comments
 (0)