Skip to content

Commit fde2169

Browse files
committed
chore: release candidate-2.x.x
1 parent b084eac commit fde2169

28 files changed

+254
-107
lines changed

.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.3",
33
"packages/api": "2.14.4",
4-
"packages/chart": "2.86.4",
4+
"packages/chart": "2.86.5",
55
"packages/codemirror": "2.66.3",
66
"packages/codemirror-shim": "2.38.1",
77
"packages/common": "2.73.4",
88
"packages/comms": "2.102.3",
9-
"packages/composite": "2.9.7",
10-
"packages/dataflow": "9.4.0",
9+
"packages/composite": "2.9.8",
10+
"packages/dataflow": "9.5.0",
1111
"packages/ddl-shim": "2.25.1",
1212
"packages/deck-shim": "2.9.0",
1313
"packages/dgrid": "2.34.5",
1414
"packages/dgrid-shim": "2.27.0",
1515
"packages/dgrid2": "2.5.4",
16-
"packages/eclwatch": "2.77.9",
17-
"packages/esbuild-plugins": "1.5.0",
18-
"packages/form": "2.12.5",
16+
"packages/eclwatch": "2.77.10",
17+
"packages/esbuild-plugins": "1.6.0",
18+
"packages/form": "2.12.6",
1919
"packages/graph": "2.87.3",
2020
"packages/html": "2.44.4",
21-
"packages/layout": "2.51.5",
21+
"packages/layout": "2.51.6",
2222
"packages/leaflet-shim": "2.6.0",
23-
"packages/loader": "2.108.9",
24-
"packages/map": "2.79.5",
23+
"packages/loader": "2.108.10",
24+
"packages/map": "2.79.6",
2525
"packages/map-deck": "2.9.4",
26-
"packages/marshaller": "2.28.9",
26+
"packages/marshaller": "2.28.10",
2727
"packages/observable-md": "2.55.3",
2828
"packages/observablehq-compiler": "1.5.0",
29-
"packages/other": "2.17.5",
30-
"packages/phosphor": "2.20.6",
29+
"packages/other": "2.17.6",
30+
"packages/phosphor": "2.20.7",
3131
"packages/phosphor-shim": "2.17.0",
3232
"packages/preact-shim": "2.19.1",
3333
"packages/react": "2.55.4",
3434
"packages/requirejs-shim": "2.4.1",
35-
"packages/timeline": "2.57.3",
35+
"packages/timeline": "2.57.4",
3636
"packages/tree": "2.45.2",
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.5](https://github.com/hpcc-systems/Visualization/compare/chart-v2.86.4...chart-v2.86.5) (2026-03-24)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* devDependencies
13+
* @hpcc-js/dataflow bumped from ^9.4.0 to ^9.5.0
14+
615
## [2.86.4](https://github.com/hpcc-systems/Visualization/compare/chart-v2.86.3...chart-v2.86.4) (2026-03-24)
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.4",
3+
"version": "2.86.5",
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.4.0",
47+
"@hpcc-js/dataflow": "^9.5.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.8](https://github.com/hpcc-systems/Visualization/compare/composite-v2.9.7...composite-v2.9.8) (2026-03-24)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* dependencies
13+
* @hpcc-js/chart bumped from ^2.86.4 to ^2.86.5
14+
* @hpcc-js/form bumped from ^2.12.5 to ^2.12.6
15+
* @hpcc-js/layout bumped from ^2.51.5 to ^2.51.6
16+
* @hpcc-js/other bumped from ^2.17.5 to ^2.17.6
17+
* @hpcc-js/phosphor bumped from ^2.20.6 to ^2.20.7
18+
619
## [2.9.7](https://github.com/hpcc-systems/Visualization/compare/composite-v2.9.6...composite-v2.9.7) (2026-03-24)
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.7",
3+
"version": "2.9.8",
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.4",
42-
"@hpcc-js/chart": "^2.86.4",
42+
"@hpcc-js/chart": "^2.86.5",
4343
"@hpcc-js/common": "^2.73.4",
4444
"@hpcc-js/dgrid": "^2.34.5",
45-
"@hpcc-js/form": "^2.12.5",
45+
"@hpcc-js/form": "^2.12.6",
4646
"@hpcc-js/html": "^2.44.4",
47-
"@hpcc-js/layout": "^2.51.5",
48-
"@hpcc-js/other": "^2.17.5",
49-
"@hpcc-js/phosphor": "^2.20.6"
47+
"@hpcc-js/layout": "^2.51.6",
48+
"@hpcc-js/other": "^2.17.6",
49+
"@hpcc-js/phosphor": "^2.20.7"
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.5.0](https://github.com/hpcc-systems/Visualization/compare/dataflow-v9.4.0...dataflow-v9.5.0) (2026-03-24)
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.4.0](https://github.com/hpcc-systems/Visualization/compare/dataflow-v9.3.0...dataflow-v9.4.0) (2026-03-24)
715

816

0 commit comments

Comments
 (0)