Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
{
".": "2.112.1",
"packages/api": "2.14.2",
"packages/chart": "2.86.2",
"packages/chart": "2.86.3",
"packages/codemirror": "2.66.1",
"packages/codemirror-shim": "2.38.0",
"packages/common": "2.73.2",
"packages/comms": "2.102.1",
"packages/composite": "2.9.4",
"packages/dataflow": "9.2.0",
"packages/composite": "2.9.5",
"packages/dataflow": "9.3.0",
"packages/ddl-shim": "2.25.0",
"packages/deck-shim": "2.9.0",
"packages/dgrid": "2.34.3",
"packages/dgrid-shim": "2.27.0",
"packages/dgrid2": "2.5.2",
"packages/eclwatch": "2.77.6",
"packages/esbuild-plugins": "1.3.0",
"packages/form": "2.12.2",
"packages/eclwatch": "2.77.7",
"packages/esbuild-plugins": "1.4.0",
"packages/form": "2.12.3",
"packages/graph": "2.87.2",
"packages/html": "2.44.2",
"packages/layout": "2.51.2",
"packages/layout": "2.51.3",
"packages/leaflet-shim": "2.6.0",
"packages/loader": "2.108.6",
"packages/map": "2.79.2",
"packages/loader": "2.108.7",
"packages/map": "2.79.3",
"packages/map-deck": "2.9.2",
"packages/marshaller": "2.28.6",
"packages/marshaller": "2.28.7",
"packages/observable-md": "2.55.2",
"packages/observablehq-compiler": "1.5.0",
"packages/other": "2.17.2",
"packages/phosphor": "2.20.3",
"packages/other": "2.17.3",
"packages/phosphor": "2.20.4",
"packages/phosphor-shim": "2.17.0",
"packages/preact-shim": "2.19.0",
"packages/react": "2.55.2",
"packages/requirejs-shim": "2.4.0",
"packages/timeline": "2.57.0",
"packages/timeline": "2.57.1",
"packages/tree": "2.45.0",
"packages/util": "2.53.1",
"packages/observable-shim": "1.0.0"
Expand Down
94 changes: 47 additions & 47 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions packages/chart/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



## [2.86.3](https://github.com/hpcc-systems/Visualization/compare/chart-v2.86.2...chart-v2.86.3) (2025-10-23)


### Dependencies

* The following workspace dependencies were updated
* devDependencies
* @hpcc-js/dataflow bumped from ^9.2.0 to ^9.3.0

## [2.86.2](https://github.com/hpcc-systems/Visualization/compare/chart-v2.86.1...chart-v2.86.2) (2025-10-23)


Expand Down
4 changes: 2 additions & 2 deletions packages/chart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpcc-js/chart",
"version": "2.86.2",
"version": "2.86.3",
"description": "hpcc-js - Viz Chart",
"main": "dist/index.js",
"module": "dist/index.es6",
Expand Down Expand Up @@ -44,7 +44,7 @@
},
"devDependencies": {
"@hpcc-js/bundle": "^2.12.0",
"@hpcc-js/dataflow": "^9.2.0",
"@hpcc-js/dataflow": "^9.3.0",
"@types/d3-shape": "1.3.12",
"@types/d3-transition": "1.3.6",
"d3-array": "^1",
Expand Down
13 changes: 13 additions & 0 deletions packages/composite/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.9.5](https://github.com/hpcc-systems/Visualization/compare/composite-v2.9.4...composite-v2.9.5) (2025-10-23)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @hpcc-js/chart bumped from ^2.86.2 to ^2.86.3
* @hpcc-js/form bumped from ^2.12.2 to ^2.12.3
* @hpcc-js/layout bumped from ^2.51.2 to ^2.51.3
* @hpcc-js/other bumped from ^2.17.2 to ^2.17.3
* @hpcc-js/phosphor bumped from ^2.20.3 to ^2.20.4

## [2.9.4](https://github.com/hpcc-systems/Visualization/compare/composite-v2.9.3...composite-v2.9.4) (2025-10-23)


Expand Down
12 changes: 6 additions & 6 deletions packages/composite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpcc-js/composite",
"version": "2.9.4",
"version": "2.9.5",
"description": "hpcc-js - Viz Composite",
"main": "dist/index.js",
"module": "dist/index.es6",
Expand Down Expand Up @@ -39,14 +39,14 @@
},
"dependencies": {
"@hpcc-js/api": "^2.14.2",
"@hpcc-js/chart": "^2.86.2",
"@hpcc-js/chart": "^2.86.3",
"@hpcc-js/common": "^2.73.2",
"@hpcc-js/dgrid": "^2.34.3",
"@hpcc-js/form": "^2.12.2",
"@hpcc-js/form": "^2.12.3",
"@hpcc-js/html": "^2.44.2",
"@hpcc-js/layout": "^2.51.2",
"@hpcc-js/other": "^2.17.2",
"@hpcc-js/phosphor": "^2.20.3"
"@hpcc-js/layout": "^2.51.3",
"@hpcc-js/other": "^2.17.3",
"@hpcc-js/phosphor": "^2.20.4"
},
"devDependencies": {
"@hpcc-js/bundle": "^2.12.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/dataflow/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,14 @@ Signed-off-by: Gordon Smith <[email protected]>



## [9.3.0](https://github.com/hpcc-systems/Visualization/compare/dataflow-v9.2.0...dataflow-v9.3.0) (2025-10-23)


### Features

* Add maxWeight to Heat chart ([046c67a](https://github.com/hpcc-systems/Visualization/commit/046c67a398f574e2200e844db5c27981ecf0d261))
* Add maxWeight to Heat chart ([59ee802](https://github.com/hpcc-systems/Visualization/commit/59ee80246e45fa5464f6fed4ed7f488ee3fca0cb))

## [9.2.0](https://github.com/hpcc-systems/Visualization/compare/dataflow-v9.1.0...dataflow-v9.2.0) (2025-10-23)


Expand Down
Loading
Loading