diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 40d1924d58..8167798cd0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,39 +1,39 @@ { - ".": "2.112.4", - "packages/api": "2.14.5", - "packages/chart": "2.86.5", - "packages/codemirror": "2.66.4", + ".": "2.112.5", + "packages/api": "2.14.6", + "packages/chart": "2.86.6", + "packages/codemirror": "2.66.5", "packages/codemirror-shim": "2.38.1", - "packages/common": "2.73.5", - "packages/comms": "2.102.4", - "packages/composite": "2.9.8", - "packages/dataflow": "9.5.0", + "packages/common": "2.73.6", + "packages/comms": "2.102.5", + "packages/composite": "2.9.9", + "packages/dataflow": "9.6.0", "packages/ddl-shim": "2.25.2", "packages/deck-shim": "2.9.0", - "packages/dgrid": "2.34.6", + "packages/dgrid": "2.34.7", "packages/dgrid-shim": "2.27.1", - "packages/dgrid2": "2.5.5", - "packages/eclwatch": "2.77.10", - "packages/esbuild-plugins": "1.6.0", - "packages/form": "2.12.6", - "packages/graph": "2.87.4", - "packages/html": "2.44.5", - "packages/layout": "2.51.6", + "packages/dgrid2": "2.5.6", + "packages/eclwatch": "2.77.11", + "packages/esbuild-plugins": "1.7.0", + "packages/form": "2.12.7", + "packages/graph": "2.87.5", + "packages/html": "2.44.6", + "packages/layout": "2.51.7", "packages/leaflet-shim": "2.6.0", - "packages/loader": "2.108.10", - "packages/map": "2.79.6", - "packages/map-deck": "2.9.5", - "packages/marshaller": "2.28.10", - "packages/observable-md": "2.55.4", + "packages/loader": "2.108.11", + "packages/map": "2.79.7", + "packages/map-deck": "2.9.6", + "packages/marshaller": "2.28.11", + "packages/observable-md": "2.55.5", "packages/observablehq-compiler": "1.5.0", - "packages/other": "2.17.6", - "packages/phosphor": "2.20.7", + "packages/other": "2.17.7", + "packages/phosphor": "2.20.8", "packages/phosphor-shim": "2.17.0", - "packages/preact-shim": "2.19.2", - "packages/react": "2.55.5", + "packages/preact-shim": "2.19.3", + "packages/react": "2.55.6", "packages/requirejs-shim": "2.4.1", - "packages/timeline": "2.57.4", - "packages/tree": "2.45.3", + "packages/timeline": "2.57.5", + "packages/tree": "2.45.4", "packages/util": "2.53.2", "packages/observable-shim": "1.0.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a950a37e4..7312144856 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [2.112.5](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v2.112.4...hpcc-js-v2.112.5) (2026-04-08) + + +### Bug Fixes + +* update dependencies across multiple packages ([#4568](https://github.com/hpcc-systems/Visualization/issues/4568)) ([6862be8](https://github.com/hpcc-systems/Visualization/commit/6862be8f47defb49b541d857c99e7761e3b8685d)), closes [#4569](https://github.com/hpcc-systems/Visualization/issues/4569) + ## [2.112.4](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v2.112.3...hpcc-js-v2.112.4) (2026-03-25) diff --git a/package-lock.json b/package-lock.json index f9b2aa9438..5a626ad89d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hpcc-js", - "version": "2.108.10", + "version": "2.112.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "hpcc-js", - "version": "2.108.10", + "version": "2.112.5", "license": "Apache-2.0", "workspaces": [ "utils/*", @@ -24699,10 +24699,10 @@ }, "packages/api": { "name": "@hpcc-js/api", - "version": "2.14.5", + "version": "2.14.6", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/common": "^2.73.5" + "@hpcc-js/common": "^2.73.6" }, "devDependencies": { "@hpcc-js/bundle": "^2.12.0", @@ -24715,16 +24715,16 @@ }, "packages/chart": { "name": "@hpcc-js/chart", - "version": "2.86.5", + "version": "2.86.6", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/api": "^2.14.5", - "@hpcc-js/common": "^2.73.5", + "@hpcc-js/api": "^2.14.6", + "@hpcc-js/common": "^2.73.6", "@hpcc-js/util": "^2.53.2" }, "devDependencies": { "@hpcc-js/bundle": "^2.12.0", - "@hpcc-js/dataflow": "^9.5.0", + "@hpcc-js/dataflow": "^9.6.0", "@types/d3-shape": "1.3.12", "@types/d3-transition": "1.3.6", "d3-array": "^1", @@ -24767,10 +24767,10 @@ }, "packages/codemirror": { "name": "@hpcc-js/codemirror", - "version": "2.66.4", + "version": "2.66.5", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/common": "^2.73.5" + "@hpcc-js/common": "^2.73.6" }, "devDependencies": { "@hpcc-js/bundle": "^2.12.0", @@ -24789,7 +24789,7 @@ }, "packages/common": { "name": "@hpcc-js/common", - "version": "2.73.5", + "version": "2.73.6", "license": "Apache-2.0", "dependencies": { "@hpcc-js/util": "^2.53.2", @@ -24893,7 +24893,7 @@ }, "packages/comms": { "name": "@hpcc-js/comms", - "version": "2.102.4", + "version": "2.102.5", "license": "Apache-2.0", "dependencies": { "@hpcc-js/ddl-shim": "^2.25.2", @@ -24984,18 +24984,18 @@ }, "packages/composite": { "name": "@hpcc-js/composite", - "version": "2.9.8", + "version": "2.9.9", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/api": "^2.14.5", - "@hpcc-js/chart": "^2.86.5", - "@hpcc-js/common": "^2.73.5", - "@hpcc-js/dgrid": "^2.34.6", - "@hpcc-js/form": "^2.12.6", - "@hpcc-js/html": "^2.44.5", - "@hpcc-js/layout": "^2.51.6", - "@hpcc-js/other": "^2.17.6", - "@hpcc-js/phosphor": "^2.20.7" + "@hpcc-js/api": "^2.14.6", + "@hpcc-js/chart": "^2.86.6", + "@hpcc-js/common": "^2.73.6", + "@hpcc-js/dgrid": "^2.34.7", + "@hpcc-js/form": "^2.12.7", + "@hpcc-js/html": "^2.44.6", + "@hpcc-js/layout": "^2.51.7", + "@hpcc-js/other": "^2.17.7", + "@hpcc-js/phosphor": "^2.20.8" }, "devDependencies": { "@hpcc-js/bundle": "^2.12.0", @@ -25008,7 +25008,7 @@ }, "packages/dataflow": { "name": "@hpcc-js/dataflow", - "version": "9.5.0", + "version": "9.6.0", "license": "Apache-2.0", "devDependencies": { "@hpcc-js/bundle": "^2.12.0", @@ -25052,10 +25052,10 @@ }, "packages/dgrid": { "name": "@hpcc-js/dgrid", - "version": "2.34.6", + "version": "2.34.7", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/common": "^2.73.5", + "@hpcc-js/common": "^2.73.6", "@hpcc-js/ddl-shim": "^2.25.2", "@hpcc-js/dgrid-shim": "^2.27.1", "@hpcc-js/util": "^2.53.2" @@ -25101,11 +25101,11 @@ }, "packages/dgrid2": { "name": "@hpcc-js/dgrid2", - "version": "2.5.5", + "version": "2.5.6", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/common": "^2.73.5", - "@hpcc-js/preact-shim": "^2.19.2", + "@hpcc-js/common": "^2.73.6", + "@hpcc-js/preact-shim": "^2.19.3", "@hpcc-js/util": "^2.53.2" }, "devDependencies": { @@ -25125,18 +25125,18 @@ }, "packages/eclwatch": { "name": "@hpcc-js/eclwatch", - "version": "2.77.10", + "version": "2.77.11", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/codemirror": "^2.66.4", - "@hpcc-js/common": "^2.73.5", - "@hpcc-js/comms": "^2.102.4", - "@hpcc-js/dgrid": "^2.34.6", - "@hpcc-js/graph": "^2.87.4", - "@hpcc-js/layout": "^2.51.6", - "@hpcc-js/phosphor": "^2.20.7", - "@hpcc-js/timeline": "^2.57.4", - "@hpcc-js/tree": "^2.45.3", + "@hpcc-js/codemirror": "^2.66.5", + "@hpcc-js/common": "^2.73.6", + "@hpcc-js/comms": "^2.102.5", + "@hpcc-js/dgrid": "^2.34.7", + "@hpcc-js/graph": "^2.87.5", + "@hpcc-js/layout": "^2.51.7", + "@hpcc-js/phosphor": "^2.20.8", + "@hpcc-js/timeline": "^2.57.5", + "@hpcc-js/tree": "^2.45.4", "@hpcc-js/util": "^2.53.2" }, "devDependencies": { @@ -25156,7 +25156,7 @@ }, "packages/esbuild-plugins": { "name": "@hpcc-js/esbuild-plugins", - "version": "1.6.0", + "version": "1.7.0", "license": "Apache-2.0", "dependencies": { "@hpcc-js/wasm-base91": "1.13.2", @@ -25178,12 +25178,12 @@ }, "packages/form": { "name": "@hpcc-js/form", - "version": "2.12.6", + "version": "2.12.7", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/api": "^2.14.5", - "@hpcc-js/chart": "^2.86.5", - "@hpcc-js/common": "^2.73.5" + "@hpcc-js/api": "^2.14.6", + "@hpcc-js/chart": "^2.86.6", + "@hpcc-js/common": "^2.73.6" }, "devDependencies": { "@hpcc-js/bundle": "^2.12.0", @@ -25197,13 +25197,13 @@ }, "packages/graph": { "name": "@hpcc-js/graph", - "version": "2.87.4", + "version": "2.87.5", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/api": "^2.14.5", - "@hpcc-js/common": "^2.73.5", - "@hpcc-js/html": "^2.44.5", - "@hpcc-js/react": "^2.55.5", + "@hpcc-js/api": "^2.14.6", + "@hpcc-js/common": "^2.73.6", + "@hpcc-js/html": "^2.44.6", + "@hpcc-js/react": "^2.55.6", "@hpcc-js/util": "^2.53.2" }, "devDependencies": { @@ -25252,11 +25252,11 @@ }, "packages/html": { "name": "@hpcc-js/html", - "version": "2.44.5", + "version": "2.44.6", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/common": "^2.73.5", - "@hpcc-js/preact-shim": "^2.19.2", + "@hpcc-js/common": "^2.73.6", + "@hpcc-js/preact-shim": "^2.19.3", "@hpcc-js/util": "^2.53.2" }, "devDependencies": { @@ -25277,13 +25277,13 @@ }, "packages/layout": { "name": "@hpcc-js/layout", - "version": "2.51.6", + "version": "2.51.7", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/api": "^2.14.5", - "@hpcc-js/chart": "^2.86.5", - "@hpcc-js/common": "^2.73.5", - "@hpcc-js/dgrid2": "^2.5.5" + "@hpcc-js/api": "^2.14.6", + "@hpcc-js/chart": "^2.86.6", + "@hpcc-js/common": "^2.73.6", + "@hpcc-js/dgrid2": "^2.5.6" }, "devDependencies": { "@hpcc-js/bundle": "^2.12.0", @@ -25320,31 +25320,31 @@ }, "packages/loader": { "name": "@hpcc-js/loader", - "version": "2.108.10", + "version": "2.108.11", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/api": "^2.14.5", - "@hpcc-js/chart": "^2.86.5", - "@hpcc-js/codemirror": "^2.66.4", - "@hpcc-js/common": "^2.73.5", - "@hpcc-js/comms": "^2.102.4", - "@hpcc-js/composite": "^2.9.8", - "@hpcc-js/dgrid": "^2.34.6", - "@hpcc-js/dgrid2": "^2.5.5", - "@hpcc-js/eclwatch": "^2.77.10", - "@hpcc-js/form": "^2.12.6", - "@hpcc-js/graph": "^2.87.4", - "@hpcc-js/html": "^2.44.5", - "@hpcc-js/layout": "^2.51.6", - "@hpcc-js/map": "^2.79.6", - "@hpcc-js/map-deck": "^2.9.5", - "@hpcc-js/marshaller": "^2.28.10", + "@hpcc-js/api": "^2.14.6", + "@hpcc-js/chart": "^2.86.6", + "@hpcc-js/codemirror": "^2.66.5", + "@hpcc-js/common": "^2.73.6", + "@hpcc-js/comms": "^2.102.5", + "@hpcc-js/composite": "^2.9.9", + "@hpcc-js/dgrid": "^2.34.7", + "@hpcc-js/dgrid2": "^2.5.6", + "@hpcc-js/eclwatch": "^2.77.11", + "@hpcc-js/form": "^2.12.7", + "@hpcc-js/graph": "^2.87.5", + "@hpcc-js/html": "^2.44.6", + "@hpcc-js/layout": "^2.51.7", + "@hpcc-js/map": "^2.79.7", + "@hpcc-js/map-deck": "^2.9.6", + "@hpcc-js/marshaller": "^2.28.11", "@hpcc-js/observablehq-compiler": "^1.5.1", - "@hpcc-js/other": "^2.17.6", - "@hpcc-js/phosphor": "^2.20.7", - "@hpcc-js/react": "^2.55.5", - "@hpcc-js/timeline": "^2.57.4", - "@hpcc-js/tree": "^2.45.3", + "@hpcc-js/other": "^2.17.7", + "@hpcc-js/phosphor": "^2.20.8", + "@hpcc-js/react": "^2.55.6", + "@hpcc-js/timeline": "^2.57.5", + "@hpcc-js/tree": "^2.45.4", "@hpcc-js/util": "^2.53.2", "@hpcc-js/wasm": "1.20.1" }, @@ -25366,15 +25366,15 @@ }, "packages/map": { "name": "@hpcc-js/map", - "version": "2.79.6", + "version": "2.79.7", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/api": "^2.14.5", - "@hpcc-js/common": "^2.73.5", - "@hpcc-js/graph": "^2.87.4", - "@hpcc-js/layout": "^2.51.6", + "@hpcc-js/api": "^2.14.6", + "@hpcc-js/common": "^2.73.6", + "@hpcc-js/graph": "^2.87.5", + "@hpcc-js/layout": "^2.51.7", "@hpcc-js/leaflet-shim": "^2.6.1", - "@hpcc-js/other": "^2.17.6", + "@hpcc-js/other": "^2.17.7", "@hpcc-js/util": "^2.53.2" }, "devDependencies": { @@ -25394,10 +25394,10 @@ }, "packages/map-deck": { "name": "@hpcc-js/map-deck", - "version": "2.9.5", + "version": "2.9.6", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/common": "^2.73.5", + "@hpcc-js/common": "^2.73.6", "@hpcc-js/deck-shim": "^2.9.1", "@hpcc-js/util": "^2.53.2" }, @@ -25429,22 +25429,22 @@ }, "packages/marshaller": { "name": "@hpcc-js/marshaller", - "version": "2.28.10", + "version": "2.28.11", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/chart": "^2.86.5", - "@hpcc-js/codemirror": "^2.66.4", - "@hpcc-js/common": "^2.73.5", - "@hpcc-js/comms": "^2.102.4", - "@hpcc-js/composite": "^2.9.8", + "@hpcc-js/chart": "^2.86.6", + "@hpcc-js/codemirror": "^2.66.5", + "@hpcc-js/common": "^2.73.6", + "@hpcc-js/comms": "^2.102.5", + "@hpcc-js/composite": "^2.9.9", "@hpcc-js/ddl-shim": "^2.25.2", - "@hpcc-js/dgrid": "^2.34.6", - "@hpcc-js/form": "^2.12.6", - "@hpcc-js/graph": "^2.87.4", - "@hpcc-js/layout": "^2.51.6", - "@hpcc-js/map": "^2.79.6", - "@hpcc-js/other": "^2.17.6", - "@hpcc-js/phosphor": "^2.20.7", + "@hpcc-js/dgrid": "^2.34.7", + "@hpcc-js/form": "^2.12.7", + "@hpcc-js/graph": "^2.87.5", + "@hpcc-js/layout": "^2.51.7", + "@hpcc-js/map": "^2.79.7", + "@hpcc-js/other": "^2.17.7", + "@hpcc-js/phosphor": "^2.20.8", "@hpcc-js/util": "^2.53.2" }, "devDependencies": { @@ -25556,12 +25556,12 @@ }, "packages/other": { "name": "@hpcc-js/other", - "version": "2.17.6", + "version": "2.17.7", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/api": "^2.14.5", - "@hpcc-js/common": "^2.73.5", - "@hpcc-js/layout": "^2.51.6" + "@hpcc-js/api": "^2.14.6", + "@hpcc-js/common": "^2.73.6", + "@hpcc-js/layout": "^2.51.7" }, "devDependencies": { "@hpcc-js/bundle": "^2.12.0", @@ -25582,11 +25582,11 @@ }, "packages/phosphor": { "name": "@hpcc-js/phosphor", - "version": "2.20.7", + "version": "2.20.8", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/common": "^2.73.5", - "@hpcc-js/other": "^2.17.6", + "@hpcc-js/common": "^2.73.6", + "@hpcc-js/other": "^2.17.7", "@hpcc-js/phosphor-shim": "^2.17.1", "@hpcc-js/util": "^2.53.2" }, @@ -25621,7 +25621,7 @@ }, "packages/preact-shim": { "name": "@hpcc-js/preact-shim", - "version": "2.19.2", + "version": "2.19.3", "license": "Apache-2.0", "dependencies": { "preact": "10.29.1" @@ -25642,11 +25642,11 @@ }, "packages/react": { "name": "@hpcc-js/react", - "version": "2.55.5", + "version": "2.55.6", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/common": "^2.73.5", - "@hpcc-js/preact-shim": "^2.19.2" + "@hpcc-js/common": "^2.73.6", + "@hpcc-js/preact-shim": "^2.19.3" }, "devDependencies": { "@hpcc-js/bundle": "^2.12.0", @@ -25664,15 +25664,15 @@ }, "packages/timeline": { "name": "@hpcc-js/timeline", - "version": "2.57.4", + "version": "2.57.5", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/api": "^2.14.5", - "@hpcc-js/chart": "^2.86.5", - "@hpcc-js/common": "^2.73.5", - "@hpcc-js/html": "^2.44.5", - "@hpcc-js/layout": "^2.51.6", - "@hpcc-js/react": "^2.55.5" + "@hpcc-js/api": "^2.14.6", + "@hpcc-js/chart": "^2.86.6", + "@hpcc-js/common": "^2.73.6", + "@hpcc-js/html": "^2.44.6", + "@hpcc-js/layout": "^2.51.7", + "@hpcc-js/react": "^2.55.6" }, "devDependencies": { "@hpcc-js/bundle": "^2.12.0", @@ -25686,11 +25686,11 @@ }, "packages/tree": { "name": "@hpcc-js/tree", - "version": "2.45.3", + "version": "2.45.4", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/api": "^2.14.5", - "@hpcc-js/common": "^2.73.5" + "@hpcc-js/api": "^2.14.6", + "@hpcc-js/common": "^2.73.6" }, "devDependencies": { "@hpcc-js/bundle": "^2.12.0", diff --git a/package.json b/package.json index 373f5ed10c..892c744c38 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hpcc-js", - "version": "2.108.10", + "version": "2.112.5", "description": "HPCC Visualization Framework", "private": true, "jsdelivr": "dist/index.umd.min.js", diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 7469e41abf..90eb12394f 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.14.6](https://github.com/hpcc-systems/Visualization/compare/api-v2.14.5...api-v2.14.6) (2026-04-08) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/common bumped from ^2.73.5 to ^2.73.6 + ## [2.14.5](https://github.com/hpcc-systems/Visualization/compare/api-v2.14.4...api-v2.14.5) (2026-03-25) diff --git a/packages/api/package.json b/packages/api/package.json index 5a9f5ae8c8..c72d360cc7 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/api", - "version": "2.14.5", + "version": "2.14.6", "description": "hpcc-js - Viz api", "main": "dist/index.js", "module": "dist/index.es6", @@ -38,7 +38,7 @@ "update": "npx --yes npm-check-updates -u -t minor" }, "dependencies": { - "@hpcc-js/common": "^2.73.5" + "@hpcc-js/common": "^2.73.6" }, "devDependencies": { "@hpcc-js/bundle": "^2.12.0", diff --git a/packages/chart/CHANGELOG.md b/packages/chart/CHANGELOG.md index 77e00062e3..b1f1067fa7 100644 --- a/packages/chart/CHANGELOG.md +++ b/packages/chart/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.86.6](https://github.com/hpcc-systems/Visualization/compare/chart-v2.86.5...chart-v2.86.6) (2026-04-08) + + +### Bug Fixes + +* update dependencies across multiple packages ([#4568](https://github.com/hpcc-systems/Visualization/issues/4568)) ([6862be8](https://github.com/hpcc-systems/Visualization/commit/6862be8f47defb49b541d857c99e7761e3b8685d)), closes [#4569](https://github.com/hpcc-systems/Visualization/issues/4569) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/api bumped from ^2.14.5 to ^2.14.6 + * @hpcc-js/common bumped from ^2.73.5 to ^2.73.6 + * devDependencies + * @hpcc-js/dataflow bumped from ^9.5.0 to ^9.6.0 + ## [2.86.5](https://github.com/hpcc-systems/Visualization/compare/chart-v2.86.4...chart-v2.86.5) (2026-03-25) diff --git a/packages/chart/package.json b/packages/chart/package.json index 5c593f8c59..bacaaaa944 100644 --- a/packages/chart/package.json +++ b/packages/chart/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/chart", - "version": "2.86.5", + "version": "2.86.6", "description": "hpcc-js - Viz Chart", "main": "dist/index.js", "module": "dist/index.es6", @@ -38,13 +38,13 @@ "update": "npx --yes npm-check-updates -u -t minor" }, "dependencies": { - "@hpcc-js/api": "^2.14.5", - "@hpcc-js/common": "^2.73.5", + "@hpcc-js/api": "^2.14.6", + "@hpcc-js/common": "^2.73.6", "@hpcc-js/util": "^2.53.2" }, "devDependencies": { "@hpcc-js/bundle": "^2.12.0", - "@hpcc-js/dataflow": "^9.5.0", + "@hpcc-js/dataflow": "^9.6.0", "@types/d3-shape": "1.3.12", "@types/d3-transition": "1.3.6", "d3-array": "^1", diff --git a/packages/codemirror/CHANGELOG.md b/packages/codemirror/CHANGELOG.md index f84ab3b9cf..bfa7a9520c 100644 --- a/packages/codemirror/CHANGELOG.md +++ b/packages/codemirror/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.66.5](https://github.com/hpcc-systems/Visualization/compare/codemirror-v2.66.4...codemirror-v2.66.5) (2026-04-08) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/common bumped from ^2.73.5 to ^2.73.6 + ## [2.66.4](https://github.com/hpcc-systems/Visualization/compare/codemirror-v2.66.3...codemirror-v2.66.4) (2026-03-25) diff --git a/packages/codemirror/package.json b/packages/codemirror/package.json index a49cac069c..1488e451ff 100644 --- a/packages/codemirror/package.json +++ b/packages/codemirror/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/codemirror", - "version": "2.66.4", + "version": "2.66.5", "description": "hpcc-js - Viz Code Mirror", "main": "dist/index.js", "module": "dist/index.es6", @@ -38,7 +38,7 @@ "update": "npx --yes npm-check-updates -u -t minor" }, "dependencies": { - "@hpcc-js/common": "^2.73.5" + "@hpcc-js/common": "^2.73.6" }, "devDependencies": { "@hpcc-js/bundle": "^2.12.0", diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index 11db5792bd..55cb04d738 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.73.6](https://github.com/hpcc-systems/Visualization/compare/common-v2.73.5...common-v2.73.6) (2026-04-08) + + +### Bug Fixes + +* update dependencies across multiple packages ([#4568](https://github.com/hpcc-systems/Visualization/issues/4568)) ([6862be8](https://github.com/hpcc-systems/Visualization/commit/6862be8f47defb49b541d857c99e7761e3b8685d)), closes [#4569](https://github.com/hpcc-systems/Visualization/issues/4569) + ## [2.73.5](https://github.com/hpcc-systems/Visualization/compare/common-v2.73.4...common-v2.73.5) (2026-03-25) diff --git a/packages/common/package.json b/packages/common/package.json index efb6cd3ae8..54a90791be 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/common", - "version": "2.73.5", + "version": "2.73.6", "description": "hpcc-js - Viz Common", "main": "dist/index.js", "module": "dist/index.es6", diff --git a/packages/comms/CHANGELOG.md b/packages/comms/CHANGELOG.md index 34177515f2..571504c9fa 100644 --- a/packages/comms/CHANGELOG.md +++ b/packages/comms/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.102.5](https://github.com/hpcc-systems/Visualization/compare/comms-v2.102.4...comms-v2.102.5) (2026-04-08) + + +### Bug Fixes + +* update dependencies across multiple packages ([#4568](https://github.com/hpcc-systems/Visualization/issues/4568)) ([6862be8](https://github.com/hpcc-systems/Visualization/commit/6862be8f47defb49b541d857c99e7761e3b8685d)), closes [#4569](https://github.com/hpcc-systems/Visualization/issues/4569) + ## [2.102.4](https://github.com/hpcc-systems/Visualization/compare/comms-v2.102.3...comms-v2.102.4) (2026-03-25) diff --git a/packages/comms/package.json b/packages/comms/package.json index b9825b3620..bab0449a5a 100644 --- a/packages/comms/package.json +++ b/packages/comms/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/comms", - "version": "2.102.4", + "version": "2.102.5", "description": "hpcc-js - Communications", "main": "dist/index.node.js", "module": "dist/index.es6", diff --git a/packages/composite/CHANGELOG.md b/packages/composite/CHANGELOG.md index 3842311231..f766cadaf0 100644 --- a/packages/composite/CHANGELOG.md +++ b/packages/composite/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.9.9](https://github.com/hpcc-systems/Visualization/compare/composite-v2.9.8...composite-v2.9.9) (2026-04-08) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/api bumped from ^2.14.5 to ^2.14.6 + * @hpcc-js/chart bumped from ^2.86.5 to ^2.86.6 + * @hpcc-js/common bumped from ^2.73.5 to ^2.73.6 + * @hpcc-js/dgrid bumped from ^2.34.6 to ^2.34.7 + * @hpcc-js/form bumped from ^2.12.6 to ^2.12.7 + * @hpcc-js/html bumped from ^2.44.5 to ^2.44.6 + * @hpcc-js/layout bumped from ^2.51.6 to ^2.51.7 + * @hpcc-js/other bumped from ^2.17.6 to ^2.17.7 + * @hpcc-js/phosphor bumped from ^2.20.7 to ^2.20.8 + ## [2.9.8](https://github.com/hpcc-systems/Visualization/compare/composite-v2.9.7...composite-v2.9.8) (2026-03-25) diff --git a/packages/composite/package.json b/packages/composite/package.json index 9c91339ce9..3c529ce8a2 100644 --- a/packages/composite/package.json +++ b/packages/composite/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/composite", - "version": "2.9.8", + "version": "2.9.9", "description": "hpcc-js - Viz Composite", "main": "dist/index.js", "module": "dist/index.es6", @@ -38,15 +38,15 @@ "update": "npx --yes npm-check-updates -u -t minor" }, "dependencies": { - "@hpcc-js/api": "^2.14.5", - "@hpcc-js/chart": "^2.86.5", - "@hpcc-js/common": "^2.73.5", - "@hpcc-js/dgrid": "^2.34.6", - "@hpcc-js/form": "^2.12.6", - "@hpcc-js/html": "^2.44.5", - "@hpcc-js/layout": "^2.51.6", - "@hpcc-js/other": "^2.17.6", - "@hpcc-js/phosphor": "^2.20.7" + "@hpcc-js/api": "^2.14.6", + "@hpcc-js/chart": "^2.86.6", + "@hpcc-js/common": "^2.73.6", + "@hpcc-js/dgrid": "^2.34.7", + "@hpcc-js/form": "^2.12.7", + "@hpcc-js/html": "^2.44.6", + "@hpcc-js/layout": "^2.51.7", + "@hpcc-js/other": "^2.17.7", + "@hpcc-js/phosphor": "^2.20.8" }, "devDependencies": { "@hpcc-js/bundle": "^2.12.0", diff --git a/packages/dataflow/CHANGELOG.md b/packages/dataflow/CHANGELOG.md index f6ef2a4ce2..74101d3aca 100644 --- a/packages/dataflow/CHANGELOG.md +++ b/packages/dataflow/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [9.6.0](https://github.com/hpcc-systems/Visualization/compare/dataflow-v9.5.0...dataflow-v9.6.0) (2026-04-08) + + +### 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.5.0](https://github.com/hpcc-systems/Visualization/compare/dataflow-v9.4.0...dataflow-v9.5.0) (2026-03-25) diff --git a/packages/dataflow/package.json b/packages/dataflow/package.json index eb77901cc5..4cb330836d 100644 --- a/packages/dataflow/package.json +++ b/packages/dataflow/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/dataflow", - "version": "9.5.0", + "version": "9.6.0", "description": "hpcc-js - Data Flow", "main": "dist/index.js", "module": "lib-es6/index", diff --git a/packages/dgrid/CHANGELOG.md b/packages/dgrid/CHANGELOG.md index 6cb4ceb3a3..f76d892e41 100644 --- a/packages/dgrid/CHANGELOG.md +++ b/packages/dgrid/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.34.7](https://github.com/hpcc-systems/Visualization/compare/dgrid-v2.34.6...dgrid-v2.34.7) (2026-04-08) + + +### Bug Fixes + +* update dependencies across multiple packages ([#4568](https://github.com/hpcc-systems/Visualization/issues/4568)) ([6862be8](https://github.com/hpcc-systems/Visualization/commit/6862be8f47defb49b541d857c99e7761e3b8685d)), closes [#4569](https://github.com/hpcc-systems/Visualization/issues/4569) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/common bumped from ^2.73.5 to ^2.73.6 + ## [2.34.6](https://github.com/hpcc-systems/Visualization/compare/dgrid-v2.34.5...dgrid-v2.34.6) (2026-03-25) diff --git a/packages/dgrid/package.json b/packages/dgrid/package.json index 10cdb73906..7b6ed4377b 100644 --- a/packages/dgrid/package.json +++ b/packages/dgrid/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/dgrid", - "version": "2.34.6", + "version": "2.34.7", "description": "hpcc-js - Viz DGrid", "main": "dist/index.js", "module": "dist/index.es6", @@ -39,7 +39,7 @@ "update": "npx --yes npm-check-updates -u -t minor" }, "dependencies": { - "@hpcc-js/common": "^2.73.5", + "@hpcc-js/common": "^2.73.6", "@hpcc-js/ddl-shim": "^2.25.2", "@hpcc-js/dgrid-shim": "^2.27.1", "@hpcc-js/util": "^2.53.2" diff --git a/packages/dgrid2/CHANGELOG.md b/packages/dgrid2/CHANGELOG.md index ccb94efff0..20fe9e65d3 100644 --- a/packages/dgrid2/CHANGELOG.md +++ b/packages/dgrid2/CHANGELOG.md @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.5.6](https://github.com/hpcc-systems/Visualization/compare/dgrid2-v2.5.5...dgrid2-v2.5.6) (2026-04-08) + + +### Bug Fixes + +* update dependencies across multiple packages ([#4568](https://github.com/hpcc-systems/Visualization/issues/4568)) ([6862be8](https://github.com/hpcc-systems/Visualization/commit/6862be8f47defb49b541d857c99e7761e3b8685d)), closes [#4569](https://github.com/hpcc-systems/Visualization/issues/4569) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/common bumped from ^2.73.5 to ^2.73.6 + * @hpcc-js/preact-shim bumped from ^2.19.2 to ^2.19.3 + ## [2.5.5](https://github.com/hpcc-systems/Visualization/compare/dgrid2-v2.5.4...dgrid2-v2.5.5) (2026-03-25) diff --git a/packages/dgrid2/package.json b/packages/dgrid2/package.json index 1aa4fb02e8..cedbfc7041 100644 --- a/packages/dgrid2/package.json +++ b/packages/dgrid2/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/dgrid2", - "version": "2.5.5", + "version": "2.5.6", "description": "hpcc-js - DGrid2", "main": "dist/index.js", "module": "dist/index.es6", @@ -39,8 +39,8 @@ "update": "npx --yes npm-check-updates -u -t minor" }, "dependencies": { - "@hpcc-js/common": "^2.73.5", - "@hpcc-js/preact-shim": "^2.19.2", + "@hpcc-js/common": "^2.73.6", + "@hpcc-js/preact-shim": "^2.19.3", "@hpcc-js/util": "^2.53.2" }, "devDependencies": { diff --git a/packages/eclwatch/CHANGELOG.md b/packages/eclwatch/CHANGELOG.md index 1914e1a424..d2ec783b91 100644 --- a/packages/eclwatch/CHANGELOG.md +++ b/packages/eclwatch/CHANGELOG.md @@ -3,6 +3,28 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.77.11](https://github.com/hpcc-systems/Visualization/compare/eclwatch-v2.77.10...eclwatch-v2.77.11) (2026-04-08) + + +### Bug Fixes + +* update dependencies across multiple packages ([#4568](https://github.com/hpcc-systems/Visualization/issues/4568)) ([6862be8](https://github.com/hpcc-systems/Visualization/commit/6862be8f47defb49b541d857c99e7761e3b8685d)), closes [#4569](https://github.com/hpcc-systems/Visualization/issues/4569) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/codemirror bumped from ^2.66.4 to ^2.66.5 + * @hpcc-js/common bumped from ^2.73.5 to ^2.73.6 + * @hpcc-js/comms bumped from ^2.102.4 to ^2.102.5 + * @hpcc-js/dgrid bumped from ^2.34.6 to ^2.34.7 + * @hpcc-js/graph bumped from ^2.87.4 to ^2.87.5 + * @hpcc-js/layout bumped from ^2.51.6 to ^2.51.7 + * @hpcc-js/phosphor bumped from ^2.20.7 to ^2.20.8 + * @hpcc-js/timeline bumped from ^2.57.4 to ^2.57.5 + * @hpcc-js/tree bumped from ^2.45.3 to ^2.45.4 + ## [2.77.10](https://github.com/hpcc-systems/Visualization/compare/eclwatch-v2.77.9...eclwatch-v2.77.10) (2026-03-25) diff --git a/packages/eclwatch/package.json b/packages/eclwatch/package.json index 1e3edb19d2..f67b8912e8 100644 --- a/packages/eclwatch/package.json +++ b/packages/eclwatch/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/eclwatch", - "version": "2.77.10", + "version": "2.77.11", "description": "hpcc-js - ECL Watch", "main": "dist/index.js", "module": "dist/index.es6", @@ -38,15 +38,15 @@ "update": "npx --yes npm-check-updates -u -t minor" }, "dependencies": { - "@hpcc-js/codemirror": "^2.66.4", - "@hpcc-js/common": "^2.73.5", - "@hpcc-js/comms": "^2.102.4", - "@hpcc-js/dgrid": "^2.34.6", - "@hpcc-js/graph": "^2.87.4", - "@hpcc-js/layout": "^2.51.6", - "@hpcc-js/phosphor": "^2.20.7", - "@hpcc-js/timeline": "^2.57.4", - "@hpcc-js/tree": "^2.45.3", + "@hpcc-js/codemirror": "^2.66.5", + "@hpcc-js/common": "^2.73.6", + "@hpcc-js/comms": "^2.102.5", + "@hpcc-js/dgrid": "^2.34.7", + "@hpcc-js/graph": "^2.87.5", + "@hpcc-js/layout": "^2.51.7", + "@hpcc-js/phosphor": "^2.20.8", + "@hpcc-js/timeline": "^2.57.5", + "@hpcc-js/tree": "^2.45.4", "@hpcc-js/util": "^2.53.2" }, "devDependencies": { diff --git a/packages/esbuild-plugins/CHANGELOG.md b/packages/esbuild-plugins/CHANGELOG.md index 99140f3d56..0a4eaad59a 100644 --- a/packages/esbuild-plugins/CHANGELOG.md +++ b/packages/esbuild-plugins/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.7.0](https://github.com/hpcc-systems/Visualization/compare/esbuild-plugins-v1.6.0...esbuild-plugins-v1.7.0) (2026-04-08) + + +### Features + +* Add esbuild-plugins package ([0e17f2a](https://github.com/hpcc-systems/Visualization/commit/0e17f2a91cef1a84002bcdf1208c3a85d53464e3)) +* Add esbuild-plugins package ([02ae102](https://github.com/hpcc-systems/Visualization/commit/02ae102f9cc6011be58ae0a51a0d01f494fac4de)) + + +### Bug Fixes + +* bump inter dependencies ([#4553](https://github.com/hpcc-systems/Visualization/issues/4553)) ([c5abe63](https://github.com/hpcc-systems/Visualization/commit/c5abe63234fee5c1f61324f7a702fe5eb04cca2e)) +* bump versions ([53ad9f2](https://github.com/hpcc-systems/Visualization/commit/53ad9f2445ff319ac817cea6abd20d01e3744315)) +* bump versions (security) ([15e0352](https://github.com/hpcc-systems/Visualization/commit/15e035255f24630898357205d516e966648b47aa)) +* esbuild for Node should not bundle by default ([e379154](https://github.com/hpcc-systems/Visualization/commit/e37915451fb32d7b6b6796ecf19ef4a0292b9419)) +* Sourcemap for watch was different to build ([da124d8](https://github.com/hpcc-systems/Visualization/commit/da124d8e9948f896e323176965e89531df10f4fc)) +* Sourcemap for watch was different to build ([8811920](https://github.com/hpcc-systems/Visualization/commit/88119207d09e861d0bd86145134d2736bbb49fd3)) + ## [1.6.0](https://github.com/hpcc-systems/Visualization/compare/esbuild-plugins-v1.5.0...esbuild-plugins-v1.6.0) (2026-03-25) diff --git a/packages/esbuild-plugins/package.json b/packages/esbuild-plugins/package.json index 53ee08af91..22e57d083c 100644 --- a/packages/esbuild-plugins/package.json +++ b/packages/esbuild-plugins/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/esbuild-plugins", - "version": "1.6.0", + "version": "1.7.0", "description": "Various esbuild plugins", "type": "module", "exports": { diff --git a/packages/form/CHANGELOG.md b/packages/form/CHANGELOG.md index 858beeb354..c81662b057 100644 --- a/packages/form/CHANGELOG.md +++ b/packages/form/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.12.7](https://github.com/hpcc-systems/Visualization/compare/form-v2.12.6...form-v2.12.7) (2026-04-08) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/api bumped from ^2.14.5 to ^2.14.6 + * @hpcc-js/chart bumped from ^2.86.5 to ^2.86.6 + * @hpcc-js/common bumped from ^2.73.5 to ^2.73.6 + ## [2.12.6](https://github.com/hpcc-systems/Visualization/compare/form-v2.12.5...form-v2.12.6) (2026-03-25) diff --git a/packages/form/package.json b/packages/form/package.json index b4f2786193..982c2535d7 100644 --- a/packages/form/package.json +++ b/packages/form/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/form", - "version": "2.12.6", + "version": "2.12.7", "description": "hpcc-js - Viz Form", "main": "dist/index.js", "module": "dist/index.es6", @@ -38,9 +38,9 @@ "update": "npx --yes npm-check-updates -u -t minor" }, "dependencies": { - "@hpcc-js/api": "^2.14.5", - "@hpcc-js/chart": "^2.86.5", - "@hpcc-js/common": "^2.73.5" + "@hpcc-js/api": "^2.14.6", + "@hpcc-js/chart": "^2.86.6", + "@hpcc-js/common": "^2.73.6" }, "devDependencies": { "@hpcc-js/bundle": "^2.12.0", diff --git a/packages/graph/CHANGELOG.md b/packages/graph/CHANGELOG.md index 3fe116a2c5..8dcf4ad13b 100644 --- a/packages/graph/CHANGELOG.md +++ b/packages/graph/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.87.5](https://github.com/hpcc-systems/Visualization/compare/graph-v2.87.4...graph-v2.87.5) (2026-04-08) + + +### Bug Fixes + +* update dependencies across multiple packages ([#4568](https://github.com/hpcc-systems/Visualization/issues/4568)) ([6862be8](https://github.com/hpcc-systems/Visualization/commit/6862be8f47defb49b541d857c99e7761e3b8685d)), closes [#4569](https://github.com/hpcc-systems/Visualization/issues/4569) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/api bumped from ^2.14.5 to ^2.14.6 + * @hpcc-js/common bumped from ^2.73.5 to ^2.73.6 + * @hpcc-js/html bumped from ^2.44.5 to ^2.44.6 + * @hpcc-js/react bumped from ^2.55.5 to ^2.55.6 + ## [2.87.4](https://github.com/hpcc-systems/Visualization/compare/graph-v2.87.3...graph-v2.87.4) (2026-03-25) diff --git a/packages/graph/package.json b/packages/graph/package.json index 8107c172d6..3fea6efc77 100644 --- a/packages/graph/package.json +++ b/packages/graph/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/graph", - "version": "2.87.4", + "version": "2.87.5", "description": "hpcc-js - Viz Graph", "main": "dist/index.js", "module": "dist/index.es6", @@ -51,10 +51,10 @@ "update": "npx --yes npm-check-updates -u -t minor" }, "dependencies": { - "@hpcc-js/api": "^2.14.5", - "@hpcc-js/common": "^2.73.5", - "@hpcc-js/html": "^2.44.5", - "@hpcc-js/react": "^2.55.5", + "@hpcc-js/api": "^2.14.6", + "@hpcc-js/common": "^2.73.6", + "@hpcc-js/html": "^2.44.6", + "@hpcc-js/react": "^2.55.6", "@hpcc-js/util": "^2.53.2" }, "devDependencies": { diff --git a/packages/html/CHANGELOG.md b/packages/html/CHANGELOG.md index a831d7737c..c774e2f47f 100644 --- a/packages/html/CHANGELOG.md +++ b/packages/html/CHANGELOG.md @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.44.6](https://github.com/hpcc-systems/Visualization/compare/html-v2.44.5...html-v2.44.6) (2026-04-08) + + +### Bug Fixes + +* update dependencies across multiple packages ([#4568](https://github.com/hpcc-systems/Visualization/issues/4568)) ([6862be8](https://github.com/hpcc-systems/Visualization/commit/6862be8f47defb49b541d857c99e7761e3b8685d)), closes [#4569](https://github.com/hpcc-systems/Visualization/issues/4569) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/common bumped from ^2.73.5 to ^2.73.6 + * @hpcc-js/preact-shim bumped from ^2.19.2 to ^2.19.3 + ## [2.44.5](https://github.com/hpcc-systems/Visualization/compare/html-v2.44.4...html-v2.44.5) (2026-03-25) diff --git a/packages/html/package.json b/packages/html/package.json index a0d788c68c..5a005956e8 100644 --- a/packages/html/package.json +++ b/packages/html/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/html", - "version": "2.44.5", + "version": "2.44.6", "description": "hpcc-js - Viz HTML", "main": "dist/index.js", "module": "dist/index.es6", @@ -38,8 +38,8 @@ "update": "npx --yes npm-check-updates -u -t minor" }, "dependencies": { - "@hpcc-js/common": "^2.73.5", - "@hpcc-js/preact-shim": "^2.19.2", + "@hpcc-js/common": "^2.73.6", + "@hpcc-js/preact-shim": "^2.19.3", "@hpcc-js/util": "^2.53.2" }, "devDependencies": { diff --git a/packages/layout/CHANGELOG.md b/packages/layout/CHANGELOG.md index e8bc70cff2..b058361539 100644 --- a/packages/layout/CHANGELOG.md +++ b/packages/layout/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.51.7](https://github.com/hpcc-systems/Visualization/compare/layout-v2.51.6...layout-v2.51.7) (2026-04-08) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/api bumped from ^2.14.5 to ^2.14.6 + * @hpcc-js/chart bumped from ^2.86.5 to ^2.86.6 + * @hpcc-js/common bumped from ^2.73.5 to ^2.73.6 + * @hpcc-js/dgrid2 bumped from ^2.5.5 to ^2.5.6 + ## [2.51.6](https://github.com/hpcc-systems/Visualization/compare/layout-v2.51.5...layout-v2.51.6) (2026-03-25) diff --git a/packages/layout/package.json b/packages/layout/package.json index a838a3c161..a2aa706fcc 100644 --- a/packages/layout/package.json +++ b/packages/layout/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/layout", - "version": "2.51.6", + "version": "2.51.7", "description": "hpcc-js - Viz Layout", "main": "dist/index.js", "module": "dist/index.es6", @@ -38,10 +38,10 @@ "update": "npx --yes npm-check-updates -u -t minor" }, "dependencies": { - "@hpcc-js/api": "^2.14.5", - "@hpcc-js/chart": "^2.86.5", - "@hpcc-js/common": "^2.73.5", - "@hpcc-js/dgrid2": "^2.5.5" + "@hpcc-js/api": "^2.14.6", + "@hpcc-js/chart": "^2.86.6", + "@hpcc-js/common": "^2.73.6", + "@hpcc-js/dgrid2": "^2.5.6" }, "devDependencies": { "@hpcc-js/bundle": "^2.12.0", diff --git a/packages/loader/CHANGELOG.md b/packages/loader/CHANGELOG.md index 372955be20..051d3a2d6a 100644 --- a/packages/loader/CHANGELOG.md +++ b/packages/loader/CHANGELOG.md @@ -3,6 +3,40 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.108.11](https://github.com/hpcc-systems/Visualization/compare/loader-v2.108.10...loader-v2.108.11) (2026-04-08) + + +### Bug Fixes + +* update dependencies across multiple packages ([#4568](https://github.com/hpcc-systems/Visualization/issues/4568)) ([6862be8](https://github.com/hpcc-systems/Visualization/commit/6862be8f47defb49b541d857c99e7761e3b8685d)), closes [#4569](https://github.com/hpcc-systems/Visualization/issues/4569) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/api bumped from ^2.14.5 to ^2.14.6 + * @hpcc-js/chart bumped from ^2.86.5 to ^2.86.6 + * @hpcc-js/codemirror bumped from ^2.66.4 to ^2.66.5 + * @hpcc-js/common bumped from ^2.73.5 to ^2.73.6 + * @hpcc-js/comms bumped from ^2.102.4 to ^2.102.5 + * @hpcc-js/composite bumped from ^2.9.8 to ^2.9.9 + * @hpcc-js/dgrid bumped from ^2.34.6 to ^2.34.7 + * @hpcc-js/dgrid2 bumped from ^2.5.5 to ^2.5.6 + * @hpcc-js/eclwatch bumped from ^2.77.10 to ^2.77.11 + * @hpcc-js/form bumped from ^2.12.6 to ^2.12.7 + * @hpcc-js/graph bumped from ^2.87.4 to ^2.87.5 + * @hpcc-js/html bumped from ^2.44.5 to ^2.44.6 + * @hpcc-js/layout bumped from ^2.51.6 to ^2.51.7 + * @hpcc-js/map bumped from ^2.79.6 to ^2.79.7 + * @hpcc-js/map-deck bumped from ^2.9.5 to ^2.9.6 + * @hpcc-js/marshaller bumped from ^2.28.10 to ^2.28.11 + * @hpcc-js/other bumped from ^2.17.6 to ^2.17.7 + * @hpcc-js/phosphor bumped from ^2.20.7 to ^2.20.8 + * @hpcc-js/react bumped from ^2.55.5 to ^2.55.6 + * @hpcc-js/timeline bumped from ^2.57.4 to ^2.57.5 + * @hpcc-js/tree bumped from ^2.45.3 to ^2.45.4 + ## [2.108.10](https://github.com/hpcc-systems/Visualization/compare/loader-v2.108.9...loader-v2.108.10) (2026-03-25) diff --git a/packages/loader/package.json b/packages/loader/package.json index b587a51e3d..501bde9eb8 100644 --- a/packages/loader/package.json +++ b/packages/loader/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/loader", - "version": "2.108.10", + "version": "2.108.11", "description": "hpcc-js - Loader", "main": "dist/index.js", "module": "dist/index.es6", @@ -38,28 +38,28 @@ "update": "npx --yes npm-check-updates -u -t minor" }, "dependencies": { - "@hpcc-js/api": "^2.14.5", - "@hpcc-js/chart": "^2.86.5", - "@hpcc-js/codemirror": "^2.66.4", - "@hpcc-js/common": "^2.73.5", - "@hpcc-js/comms": "^2.102.4", - "@hpcc-js/composite": "^2.9.8", - "@hpcc-js/dgrid": "^2.34.6", - "@hpcc-js/dgrid2": "^2.5.5", - "@hpcc-js/eclwatch": "^2.77.10", - "@hpcc-js/form": "^2.12.6", - "@hpcc-js/graph": "^2.87.4", - "@hpcc-js/html": "^2.44.5", - "@hpcc-js/layout": "^2.51.6", - "@hpcc-js/map": "^2.79.6", - "@hpcc-js/map-deck": "^2.9.5", - "@hpcc-js/marshaller": "^2.28.10", + "@hpcc-js/api": "^2.14.6", + "@hpcc-js/chart": "^2.86.6", + "@hpcc-js/codemirror": "^2.66.5", + "@hpcc-js/common": "^2.73.6", + "@hpcc-js/comms": "^2.102.5", + "@hpcc-js/composite": "^2.9.9", + "@hpcc-js/dgrid": "^2.34.7", + "@hpcc-js/dgrid2": "^2.5.6", + "@hpcc-js/eclwatch": "^2.77.11", + "@hpcc-js/form": "^2.12.7", + "@hpcc-js/graph": "^2.87.5", + "@hpcc-js/html": "^2.44.6", + "@hpcc-js/layout": "^2.51.7", + "@hpcc-js/map": "^2.79.7", + "@hpcc-js/map-deck": "^2.9.6", + "@hpcc-js/marshaller": "^2.28.11", "@hpcc-js/observablehq-compiler": "^1.5.1", - "@hpcc-js/other": "^2.17.6", - "@hpcc-js/phosphor": "^2.20.7", - "@hpcc-js/react": "^2.55.5", - "@hpcc-js/timeline": "^2.57.4", - "@hpcc-js/tree": "^2.45.3", + "@hpcc-js/other": "^2.17.7", + "@hpcc-js/phosphor": "^2.20.8", + "@hpcc-js/react": "^2.55.6", + "@hpcc-js/timeline": "^2.57.5", + "@hpcc-js/tree": "^2.45.4", "@hpcc-js/util": "^2.53.2", "@hpcc-js/wasm": "1.20.1" }, diff --git a/packages/map-deck/CHANGELOG.md b/packages/map-deck/CHANGELOG.md index f1604705db..4d2fb65944 100644 --- a/packages/map-deck/CHANGELOG.md +++ b/packages/map-deck/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.9.6](https://github.com/hpcc-systems/Visualization/compare/map-deck-v2.9.5...map-deck-v2.9.6) (2026-04-08) + + +### Bug Fixes + +* update dependencies across multiple packages ([#4568](https://github.com/hpcc-systems/Visualization/issues/4568)) ([6862be8](https://github.com/hpcc-systems/Visualization/commit/6862be8f47defb49b541d857c99e7761e3b8685d)), closes [#4569](https://github.com/hpcc-systems/Visualization/issues/4569) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/common bumped from ^2.73.5 to ^2.73.6 + ## [2.9.5](https://github.com/hpcc-systems/Visualization/compare/map-deck-v2.9.4...map-deck-v2.9.5) (2026-03-25) diff --git a/packages/map-deck/package.json b/packages/map-deck/package.json index 4679881825..7ae172d242 100644 --- a/packages/map-deck/package.json +++ b/packages/map-deck/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/map-deck", - "version": "2.9.5", + "version": "2.9.6", "description": "hpcc-js - Deck.gl Maps", "main": "dist/index.js", "module": "dist/index.es6", @@ -39,7 +39,7 @@ "update": "npx --yes npm-check-updates -u -t minor" }, "dependencies": { - "@hpcc-js/common": "^2.73.5", + "@hpcc-js/common": "^2.73.6", "@hpcc-js/deck-shim": "^2.9.1", "@hpcc-js/util": "^2.53.2" }, diff --git a/packages/map/CHANGELOG.md b/packages/map/CHANGELOG.md index c676425e00..ae1cd3ceb8 100644 --- a/packages/map/CHANGELOG.md +++ b/packages/map/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.79.7](https://github.com/hpcc-systems/Visualization/compare/map-v2.79.6...map-v2.79.7) (2026-04-08) + + +### Bug Fixes + +* update dependencies across multiple packages ([#4568](https://github.com/hpcc-systems/Visualization/issues/4568)) ([6862be8](https://github.com/hpcc-systems/Visualization/commit/6862be8f47defb49b541d857c99e7761e3b8685d)), closes [#4569](https://github.com/hpcc-systems/Visualization/issues/4569) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/api bumped from ^2.14.5 to ^2.14.6 + * @hpcc-js/common bumped from ^2.73.5 to ^2.73.6 + * @hpcc-js/graph bumped from ^2.87.4 to ^2.87.5 + * @hpcc-js/layout bumped from ^2.51.6 to ^2.51.7 + * @hpcc-js/other bumped from ^2.17.6 to ^2.17.7 + ## [2.79.6](https://github.com/hpcc-systems/Visualization/compare/map-v2.79.5...map-v2.79.6) (2026-03-25) diff --git a/packages/map/package.json b/packages/map/package.json index 8df8c8822f..45dcf4e016 100644 --- a/packages/map/package.json +++ b/packages/map/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/map", - "version": "2.79.6", + "version": "2.79.7", "description": "hpcc-js - Viz Map", "main": "dist/index.js", "module": "dist/index.es6", @@ -39,12 +39,12 @@ "update": "npx --yes npm-check-updates -u -t minor" }, "dependencies": { - "@hpcc-js/api": "^2.14.5", - "@hpcc-js/common": "^2.73.5", - "@hpcc-js/graph": "^2.87.4", - "@hpcc-js/layout": "^2.51.6", + "@hpcc-js/api": "^2.14.6", + "@hpcc-js/common": "^2.73.6", + "@hpcc-js/graph": "^2.87.5", + "@hpcc-js/layout": "^2.51.7", "@hpcc-js/leaflet-shim": "^2.6.1", - "@hpcc-js/other": "^2.17.6", + "@hpcc-js/other": "^2.17.7", "@hpcc-js/util": "^2.53.2" }, "devDependencies": { diff --git a/packages/marshaller/CHANGELOG.md b/packages/marshaller/CHANGELOG.md index af3c294cc3..e2b6155f34 100644 --- a/packages/marshaller/CHANGELOG.md +++ b/packages/marshaller/CHANGELOG.md @@ -3,6 +3,31 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.28.11](https://github.com/hpcc-systems/Visualization/compare/marshaller-v2.28.10...marshaller-v2.28.11) (2026-04-08) + + +### Bug Fixes + +* update dependencies across multiple packages ([#4568](https://github.com/hpcc-systems/Visualization/issues/4568)) ([6862be8](https://github.com/hpcc-systems/Visualization/commit/6862be8f47defb49b541d857c99e7761e3b8685d)), closes [#4569](https://github.com/hpcc-systems/Visualization/issues/4569) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/chart bumped from ^2.86.5 to ^2.86.6 + * @hpcc-js/codemirror bumped from ^2.66.4 to ^2.66.5 + * @hpcc-js/common bumped from ^2.73.5 to ^2.73.6 + * @hpcc-js/comms bumped from ^2.102.4 to ^2.102.5 + * @hpcc-js/composite bumped from ^2.9.8 to ^2.9.9 + * @hpcc-js/dgrid bumped from ^2.34.6 to ^2.34.7 + * @hpcc-js/form bumped from ^2.12.6 to ^2.12.7 + * @hpcc-js/graph bumped from ^2.87.4 to ^2.87.5 + * @hpcc-js/layout bumped from ^2.51.6 to ^2.51.7 + * @hpcc-js/map bumped from ^2.79.6 to ^2.79.7 + * @hpcc-js/other bumped from ^2.17.6 to ^2.17.7 + * @hpcc-js/phosphor bumped from ^2.20.7 to ^2.20.8 + ## [2.28.10](https://github.com/hpcc-systems/Visualization/compare/marshaller-v2.28.9...marshaller-v2.28.10) (2026-03-25) diff --git a/packages/marshaller/package.json b/packages/marshaller/package.json index 9f34f25785..58cf66f989 100644 --- a/packages/marshaller/package.json +++ b/packages/marshaller/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/marshaller", - "version": "2.28.10", + "version": "2.28.11", "description": "hpcc-js - Viz Marshaller", "main": "dist/index.js", "module": "dist/index.es6", @@ -38,19 +38,19 @@ "update": "npx --yes npm-check-updates -u -t minor" }, "dependencies": { - "@hpcc-js/chart": "^2.86.5", - "@hpcc-js/codemirror": "^2.66.4", - "@hpcc-js/common": "^2.73.5", - "@hpcc-js/comms": "^2.102.4", - "@hpcc-js/composite": "^2.9.8", + "@hpcc-js/chart": "^2.86.6", + "@hpcc-js/codemirror": "^2.66.5", + "@hpcc-js/common": "^2.73.6", + "@hpcc-js/comms": "^2.102.5", + "@hpcc-js/composite": "^2.9.9", "@hpcc-js/ddl-shim": "^2.25.2", - "@hpcc-js/dgrid": "^2.34.6", - "@hpcc-js/form": "^2.12.6", - "@hpcc-js/graph": "^2.87.4", - "@hpcc-js/layout": "^2.51.6", - "@hpcc-js/map": "^2.79.6", - "@hpcc-js/other": "^2.17.6", - "@hpcc-js/phosphor": "^2.20.7", + "@hpcc-js/dgrid": "^2.34.7", + "@hpcc-js/form": "^2.12.7", + "@hpcc-js/graph": "^2.87.5", + "@hpcc-js/layout": "^2.51.7", + "@hpcc-js/map": "^2.79.7", + "@hpcc-js/other": "^2.17.7", + "@hpcc-js/phosphor": "^2.20.8", "@hpcc-js/util": "^2.53.2" }, "devDependencies": { diff --git a/packages/observable-md/CHANGELOG.md b/packages/observable-md/CHANGELOG.md index 330363d2c2..893b60441e 100644 --- a/packages/observable-md/CHANGELOG.md +++ b/packages/observable-md/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.55.5](https://github.com/hpcc-systems/Visualization/compare/observable-md-v2.55.4...observable-md-v2.55.5) (2026-04-08) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/common bumped from ^2.73.5 to ^2.73.6 + ## [2.55.4](https://github.com/hpcc-systems/Visualization/compare/observable-md-v2.55.3...observable-md-v2.55.4) (2026-03-25) diff --git a/packages/observable-md/package.json b/packages/observable-md/package.json index 7de4e8b463..f39defa63f 100644 --- a/packages/observable-md/package.json +++ b/packages/observable-md/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/observable-md", - "version": "2.55.4", + "version": "2.55.5", "description": "hpcc-js - Observable Markdown", "keywords": [ "observablehq", @@ -51,7 +51,7 @@ "update": "npx --yes npm-check-updates -u -t minor" }, "dependencies": { - "@hpcc-js/common": "^2.73.5", + "@hpcc-js/common": "^2.73.6", "@hpcc-js/observable-shim": "^1.0.0", "@hpcc-js/util": "^2.53.2" }, diff --git a/packages/other/CHANGELOG.md b/packages/other/CHANGELOG.md index 6acdff43d6..f7685217d1 100644 --- a/packages/other/CHANGELOG.md +++ b/packages/other/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.17.7](https://github.com/hpcc-systems/Visualization/compare/other-v2.17.6...other-v2.17.7) (2026-04-08) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/api bumped from ^2.14.5 to ^2.14.6 + * @hpcc-js/common bumped from ^2.73.5 to ^2.73.6 + * @hpcc-js/layout bumped from ^2.51.6 to ^2.51.7 + ## [2.17.6](https://github.com/hpcc-systems/Visualization/compare/other-v2.17.5...other-v2.17.6) (2026-03-25) diff --git a/packages/other/package.json b/packages/other/package.json index d74d1e703d..35867f13e4 100644 --- a/packages/other/package.json +++ b/packages/other/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/other", - "version": "2.17.6", + "version": "2.17.7", "description": "hpcc-js - Viz Other", "main": "dist/index.js", "module": "dist/index.es6", @@ -38,9 +38,9 @@ "update": "npx --yes npm-check-updates -u -t minor" }, "dependencies": { - "@hpcc-js/api": "^2.14.5", - "@hpcc-js/common": "^2.73.5", - "@hpcc-js/layout": "^2.51.6" + "@hpcc-js/api": "^2.14.6", + "@hpcc-js/common": "^2.73.6", + "@hpcc-js/layout": "^2.51.7" }, "devDependencies": { "@hpcc-js/bundle": "^2.12.0", diff --git a/packages/phosphor/CHANGELOG.md b/packages/phosphor/CHANGELOG.md index 9a821f702b..6d72c2c7da 100644 --- a/packages/phosphor/CHANGELOG.md +++ b/packages/phosphor/CHANGELOG.md @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.20.8](https://github.com/hpcc-systems/Visualization/compare/phosphor-v2.20.7...phosphor-v2.20.8) (2026-04-08) + + +### Bug Fixes + +* update dependencies across multiple packages ([#4568](https://github.com/hpcc-systems/Visualization/issues/4568)) ([6862be8](https://github.com/hpcc-systems/Visualization/commit/6862be8f47defb49b541d857c99e7761e3b8685d)), closes [#4569](https://github.com/hpcc-systems/Visualization/issues/4569) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/common bumped from ^2.73.5 to ^2.73.6 + * @hpcc-js/other bumped from ^2.17.6 to ^2.17.7 + ## [2.20.7](https://github.com/hpcc-systems/Visualization/compare/phosphor-v2.20.6...phosphor-v2.20.7) (2026-03-25) diff --git a/packages/phosphor/package.json b/packages/phosphor/package.json index 4edde9bacb..c04aa79e50 100644 --- a/packages/phosphor/package.json +++ b/packages/phosphor/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/phosphor", - "version": "2.20.7", + "version": "2.20.8", "description": "hpcc-js - Viz Phosphor", "main": "dist/index.js", "module": "dist/index.es6", @@ -38,8 +38,8 @@ "update": "npx --yes npm-check-updates -u -t minor" }, "dependencies": { - "@hpcc-js/common": "^2.73.5", - "@hpcc-js/other": "^2.17.6", + "@hpcc-js/common": "^2.73.6", + "@hpcc-js/other": "^2.17.7", "@hpcc-js/phosphor-shim": "^2.17.1", "@hpcc-js/util": "^2.53.2" }, diff --git a/packages/preact-shim/CHANGELOG.md b/packages/preact-shim/CHANGELOG.md index 75721cf04b..1a05d3ef15 100644 --- a/packages/preact-shim/CHANGELOG.md +++ b/packages/preact-shim/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.19.3](https://github.com/hpcc-systems/Visualization/compare/preact-shim-v2.19.2...preact-shim-v2.19.3) (2026-04-08) + + +### Bug Fixes + +* update dependencies across multiple packages ([#4568](https://github.com/hpcc-systems/Visualization/issues/4568)) ([6862be8](https://github.com/hpcc-systems/Visualization/commit/6862be8f47defb49b541d857c99e7761e3b8685d)), closes [#4569](https://github.com/hpcc-systems/Visualization/issues/4569) + ## [2.19.2](https://github.com/hpcc-systems/Visualization/compare/preact-shim-v2.19.1...preact-shim-v2.19.2) (2026-03-25) diff --git a/packages/preact-shim/package.json b/packages/preact-shim/package.json index 2318c7d652..b864c93571 100644 --- a/packages/preact-shim/package.json +++ b/packages/preact-shim/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/preact-shim", - "version": "2.19.2", + "version": "2.19.3", "description": "hpcc-js - preact shim", "main": "dist/index.js", "module": "dist/index.es6", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 07eeebb23a..e13f76c472 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.55.6](https://github.com/hpcc-systems/Visualization/compare/react-v2.55.5...react-v2.55.6) (2026-04-08) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/common bumped from ^2.73.5 to ^2.73.6 + * @hpcc-js/preact-shim bumped from ^2.19.2 to ^2.19.3 + ## [2.55.5](https://github.com/hpcc-systems/Visualization/compare/react-v2.55.4...react-v2.55.5) (2026-03-25) diff --git a/packages/react/package.json b/packages/react/package.json index fb7f55db2e..e10ebc63e3 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/react", - "version": "2.55.5", + "version": "2.55.6", "description": "hpcc-js - Viz React", "main": "dist/index.js", "module": "dist/index.es6", @@ -38,8 +38,8 @@ "update": "npx --yes npm-check-updates -u -t minor" }, "dependencies": { - "@hpcc-js/common": "^2.73.5", - "@hpcc-js/preact-shim": "^2.19.2" + "@hpcc-js/common": "^2.73.6", + "@hpcc-js/preact-shim": "^2.19.3" }, "devDependencies": { "@hpcc-js/bundle": "^2.12.0", diff --git a/packages/timeline/CHANGELOG.md b/packages/timeline/CHANGELOG.md index 7d704dc215..9c5de81ffe 100644 --- a/packages/timeline/CHANGELOG.md +++ b/packages/timeline/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.57.5](https://github.com/hpcc-systems/Visualization/compare/timeline-v2.57.4...timeline-v2.57.5) (2026-04-08) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/api bumped from ^2.14.5 to ^2.14.6 + * @hpcc-js/chart bumped from ^2.86.5 to ^2.86.6 + * @hpcc-js/common bumped from ^2.73.5 to ^2.73.6 + * @hpcc-js/html bumped from ^2.44.5 to ^2.44.6 + * @hpcc-js/layout bumped from ^2.51.6 to ^2.51.7 + * @hpcc-js/react bumped from ^2.55.5 to ^2.55.6 + ## [2.57.4](https://github.com/hpcc-systems/Visualization/compare/timeline-v2.57.3...timeline-v2.57.4) (2026-03-25) diff --git a/packages/timeline/package.json b/packages/timeline/package.json index a895e66d1c..b893ccaa12 100644 --- a/packages/timeline/package.json +++ b/packages/timeline/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/timeline", - "version": "2.57.4", + "version": "2.57.5", "description": "hpcc-js - Viz Timeline", "main": "dist/index.js", "module": "dist/index.es6", @@ -38,12 +38,12 @@ "update": "npx --yes npm-check-updates -u -t minor" }, "dependencies": { - "@hpcc-js/api": "^2.14.5", - "@hpcc-js/chart": "^2.86.5", - "@hpcc-js/common": "^2.73.5", - "@hpcc-js/html": "^2.44.5", - "@hpcc-js/layout": "^2.51.6", - "@hpcc-js/react": "^2.55.5" + "@hpcc-js/api": "^2.14.6", + "@hpcc-js/chart": "^2.86.6", + "@hpcc-js/common": "^2.73.6", + "@hpcc-js/html": "^2.44.6", + "@hpcc-js/layout": "^2.51.7", + "@hpcc-js/react": "^2.55.6" }, "devDependencies": { "@hpcc-js/bundle": "^2.12.0", diff --git a/packages/tree/CHANGELOG.md b/packages/tree/CHANGELOG.md index 15ff50b180..eda97538c0 100644 --- a/packages/tree/CHANGELOG.md +++ b/packages/tree/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.45.4](https://github.com/hpcc-systems/Visualization/compare/tree-v2.45.3...tree-v2.45.4) (2026-04-08) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/api bumped from ^2.14.5 to ^2.14.6 + * @hpcc-js/common bumped from ^2.73.5 to ^2.73.6 + ## [2.45.3](https://github.com/hpcc-systems/Visualization/compare/tree-v2.45.2...tree-v2.45.3) (2026-03-25) diff --git a/packages/tree/package.json b/packages/tree/package.json index db9daa79a2..33f29870ca 100644 --- a/packages/tree/package.json +++ b/packages/tree/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/tree", - "version": "2.45.3", + "version": "2.45.4", "description": "hpcc-js - Viz Tree", "main": "dist/index.js", "module": "dist/index.es6", @@ -38,8 +38,8 @@ "update": "npx --yes npm-check-updates -u -t minor" }, "dependencies": { - "@hpcc-js/api": "^2.14.5", - "@hpcc-js/common": "^2.73.5" + "@hpcc-js/api": "^2.14.6", + "@hpcc-js/common": "^2.73.6" }, "devDependencies": { "@hpcc-js/bundle": "^2.12.0",