diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 2d2e8f8839..fb465d36ab 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,29 +1,29 @@ { - ".": "3.17.0", - "packages/api": "3.4.4", - "packages/chart": "3.6.0", - "packages/codemirror": "3.6.4", - "packages/common": "3.6.0", - "packages/comms": "3.12.1", - "packages/composite": "3.4.4", - "packages/dataflow": "9.6.0", - "packages/ddl-shim": "3.2.2", - "packages/dgrid": "3.5.4", + ".": "3.18.0", + "packages/api": "3.4.5", + "packages/chart": "3.6.1", + "packages/codemirror": "3.6.5", + "packages/common": "3.6.1", + "packages/comms": "3.13.0", + "packages/composite": "3.4.5", + "packages/dataflow": "9.6.1", + "packages/ddl-shim": "3.2.3", + "packages/dgrid": "3.5.5", "packages/dgrid-shim": "3.3.1", - "packages/dgrid2": "3.5.2", - "packages/eclwatch": "3.5.4", - "packages/esbuild-plugins": "1.7.0", - "packages/form": "3.3.4", - "packages/graph": "3.6.0", - "packages/html": "3.3.4", - "packages/layout": "3.4.4", - "packages/map": "3.4.4", - "packages/markdown-it-plugins": "1.5.2", - "packages/observablehq-compiler": "3.7.0", - "packages/other": "3.4.4", - "packages/phosphor": "3.4.2", - "packages/react": "3.4.4", - "packages/timeline": "3.2.4", - "packages/tree": "3.2.4", - "packages/util": "3.4.3" + "packages/dgrid2": "3.5.3", + "packages/eclwatch": "3.5.5", + "packages/esbuild-plugins": "1.8.0", + "packages/form": "3.3.5", + "packages/graph": "3.6.1", + "packages/html": "3.3.5", + "packages/layout": "3.4.5", + "packages/map": "3.4.5", + "packages/markdown-it-plugins": "1.5.3", + "packages/observablehq-compiler": "3.7.1", + "packages/other": "3.4.5", + "packages/phosphor": "3.4.3", + "packages/react": "3.4.5", + "packages/timeline": "3.3.0", + "packages/tree": "3.2.5", + "packages/util": "3.4.4" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index e3ca3f86dc..f34bc265c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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. +## [3.18.0](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.17.0...hpcc-js-v3.18.0) (2026-01-07) + + +### Features + +* Add normalized global metrics support ([#4501](https://github.com/hpcc-systems/Visualization/issues/4501)) ([8a9b96e](https://github.com/hpcc-systems/Visualization/commit/8a9b96e1822424b9290b6f3f97cd2918c724ae7e)) +* enable chunking for SFX WASM builds ([#4499](https://github.com/hpcc-systems/Visualization/issues/4499)) ([585a361](https://github.com/hpcc-systems/Visualization/commit/585a361360271d9630f0b7bdfede6ef474e1d99b)) +* **timeline:** add zoom preservation to timeline series ([#4498](https://github.com/hpcc-systems/Visualization/issues/4498)) ([3b68897](https://github.com/hpcc-systems/Visualization/commit/3b68897f1e49fb68764d339a962a75b7e8e2a867)) + ## [3.17.0](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.16.1...hpcc-js-v3.17.0) (2025-12-11) diff --git a/package-lock.json b/package-lock.json index 39f28e2d0c..164a1d277b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hpcc-js", - "version": "3.17.0", + "version": "3.18.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "hpcc-js", - "version": "3.17.0", + "version": "3.18.0", "license": "Apache-2.0", "workspaces": [ "packages/*", @@ -25332,13 +25332,13 @@ }, "packages/api": { "name": "@hpcc-js/api", - "version": "3.4.4", + "version": "3.4.5", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/common": "^3.6.0" + "@hpcc-js/common": "^3.6.1" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.7.0", + "@hpcc-js/esbuild-plugins": "^1.8.0", "d3-collection": "^1", "d3-color": "3.1.0", "d3-format": "^1", @@ -25347,15 +25347,15 @@ }, "packages/chart": { "name": "@hpcc-js/chart", - "version": "3.6.0", + "version": "3.6.1", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/api": "^3.4.4", - "@hpcc-js/common": "^3.6.0", - "@hpcc-js/util": "^3.4.3" + "@hpcc-js/api": "^3.4.5", + "@hpcc-js/common": "^3.6.1", + "@hpcc-js/util": "^3.4.4" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.7.0", + "@hpcc-js/esbuild-plugins": "^1.8.0", "@types/d3-shape": "1.3.12", "@types/d3-transition": "1.3.6", "d3-array": "^1", @@ -25388,22 +25388,22 @@ }, "packages/codemirror": { "name": "@hpcc-js/codemirror", - "version": "3.6.4", + "version": "3.6.5", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/common": "^3.6.0" + "@hpcc-js/common": "^3.6.1" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.7.0", + "@hpcc-js/esbuild-plugins": "^1.8.0", "codemirror": "5.65.20" } }, "packages/common": { "name": "@hpcc-js/common", - "version": "3.6.0", + "version": "3.6.1", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/util": "^3.4.3", + "@hpcc-js/util": "^3.4.4", "@types/d3-array": "1.2.12", "@types/d3-brush": "1.1.8", "@types/d3-collection": "1.0.13", @@ -25421,7 +25421,7 @@ "@types/d3-zoom": "1.8.7" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.7.0", + "@hpcc-js/esbuild-plugins": "^1.8.0", "colorbrewer": "1.6.1", "d3-array": "^1", "d3-brush": "^1", @@ -25487,18 +25487,18 @@ }, "packages/comms": { "name": "@hpcc-js/comms", - "version": "3.12.1", + "version": "3.13.0", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/util": "^3.4.3", + "@hpcc-js/util": "^3.4.4", "@xmldom/xmldom": "0.9.8", "abort-controller": "3.0.0", "node-fetch": "3.3.2", "undici": "7.16.0" }, "devDependencies": { - "@hpcc-js/ddl-shim": "^3.2.2", - "@hpcc-js/esbuild-plugins": "^1.7.0", + "@hpcc-js/ddl-shim": "^3.2.3", + "@hpcc-js/esbuild-plugins": "^1.8.0", "@kubernetes/client-node": "1.4.0", "@types/d3-request": "1.0.9", "@types/d3-time-format": "2.3.4", @@ -25531,21 +25531,21 @@ }, "packages/composite": { "name": "@hpcc-js/composite", - "version": "3.4.4", + "version": "3.4.5", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/api": "^3.4.4", - "@hpcc-js/chart": "^3.6.0", - "@hpcc-js/common": "^3.6.0", - "@hpcc-js/dgrid": "^3.5.4", - "@hpcc-js/form": "^3.3.4", - "@hpcc-js/html": "^3.3.4", - "@hpcc-js/other": "^3.4.4", - "@hpcc-js/phosphor": "^3.4.2", - "@hpcc-js/util": "^3.4.3" + "@hpcc-js/api": "^3.4.5", + "@hpcc-js/chart": "^3.6.1", + "@hpcc-js/common": "^3.6.1", + "@hpcc-js/dgrid": "^3.5.5", + "@hpcc-js/form": "^3.3.5", + "@hpcc-js/html": "^3.3.5", + "@hpcc-js/other": "^3.4.5", + "@hpcc-js/phosphor": "^3.4.3", + "@hpcc-js/util": "^3.4.4" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.7.0", + "@hpcc-js/esbuild-plugins": "^1.8.0", "@types/d3-transition": "1.3.6", "d3-collection": "^1", "d3-selection": "^1", @@ -25554,39 +25554,39 @@ }, "packages/dataflow": { "name": "@hpcc-js/dataflow", - "version": "9.6.0", + "version": "9.6.1", "license": "Apache-2.0", "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.7.0", + "@hpcc-js/esbuild-plugins": "^1.8.0", "@types/faker": "4.1.12", "faker": "4.1.0" } }, "packages/ddl-shim": { "name": "@hpcc-js/ddl-shim", - "version": "3.2.2", + "version": "3.2.3", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { "ajv": "6.12.6" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.7.0", + "@hpcc-js/esbuild-plugins": "^1.8.0", "@rodrigoff/ajv-cli": "5.2.0", "ts-json-schema-generator": "0.98.0" } }, "packages/dgrid": { "name": "@hpcc-js/dgrid", - "version": "3.5.4", + "version": "3.5.5", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/common": "^3.6.0", - "@hpcc-js/util": "^3.4.3" + "@hpcc-js/common": "^3.6.1", + "@hpcc-js/util": "^3.4.4" }, "devDependencies": { - "@hpcc-js/ddl-shim": "^3.2.2", - "@hpcc-js/esbuild-plugins": "^1.7.0", + "@hpcc-js/ddl-shim": "^3.2.3", + "@hpcc-js/esbuild-plugins": "^1.8.0", "@testing-library/dom": "10.4.1", "d3-format": "^1", "d3-selection": "^1" @@ -25618,14 +25618,14 @@ }, "packages/dgrid2": { "name": "@hpcc-js/dgrid2", - "version": "3.5.2", + "version": "3.5.3", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/common": "^3.6.0", - "@hpcc-js/util": "^3.4.3" + "@hpcc-js/common": "^3.6.1", + "@hpcc-js/util": "^3.4.4" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.7.0", + "@hpcc-js/esbuild-plugins": "^1.8.0", "@types/react": "19.2.2", "@types/react-dom": "19.2.2", "@vitejs/plugin-react": "4.7.0", @@ -25677,28 +25677,28 @@ }, "packages/eclwatch": { "name": "@hpcc-js/eclwatch", - "version": "3.5.4", + "version": "3.5.5", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/codemirror": "^3.6.4", - "@hpcc-js/common": "^3.6.0", - "@hpcc-js/comms": "^3.12.1", - "@hpcc-js/dgrid": "^3.5.4", - "@hpcc-js/graph": "^3.6.0", - "@hpcc-js/layout": "^3.4.4", - "@hpcc-js/phosphor": "^3.4.2", - "@hpcc-js/timeline": "^3.2.4", - "@hpcc-js/tree": "^3.2.4", - "@hpcc-js/util": "^3.4.3" + "@hpcc-js/codemirror": "^3.6.5", + "@hpcc-js/common": "^3.6.1", + "@hpcc-js/comms": "^3.13.0", + "@hpcc-js/dgrid": "^3.5.5", + "@hpcc-js/graph": "^3.6.1", + "@hpcc-js/layout": "^3.4.5", + "@hpcc-js/phosphor": "^3.4.3", + "@hpcc-js/timeline": "^3.3.0", + "@hpcc-js/tree": "^3.2.5", + "@hpcc-js/util": "^3.4.4" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.7.0", + "@hpcc-js/esbuild-plugins": "^1.8.0", "d3-selection": "^1" } }, "packages/esbuild-plugins": { "name": "@hpcc-js/esbuild-plugins", - "version": "1.7.0", + "version": "1.8.0", "license": "Apache-2.0", "dependencies": { "esbuild": "0.27.2", @@ -26173,15 +26173,15 @@ }, "packages/form": { "name": "@hpcc-js/form", - "version": "3.3.4", + "version": "3.3.5", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/api": "^3.4.4", - "@hpcc-js/chart": "^3.6.0", - "@hpcc-js/common": "^3.6.0" + "@hpcc-js/api": "^3.4.5", + "@hpcc-js/chart": "^3.6.1", + "@hpcc-js/common": "^3.6.1" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.7.0", + "@hpcc-js/esbuild-plugins": "^1.8.0", "d3-brush": "^1", "d3-color": "3.1.0", "d3-drag": "^1", @@ -26191,17 +26191,17 @@ }, "packages/graph": { "name": "@hpcc-js/graph", - "version": "3.6.0", + "version": "3.6.1", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/api": "^3.4.4", - "@hpcc-js/common": "^3.6.0", - "@hpcc-js/html": "^3.3.4", - "@hpcc-js/react": "^3.4.4", - "@hpcc-js/util": "^3.4.3" + "@hpcc-js/api": "^3.4.5", + "@hpcc-js/common": "^3.6.1", + "@hpcc-js/html": "^3.3.5", + "@hpcc-js/react": "^3.4.5", + "@hpcc-js/util": "^3.4.4" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.7.0", + "@hpcc-js/esbuild-plugins": "^1.8.0", "@hpcc-js/wasm-graphviz": "1.17.0", "@types/d3-transition": "1.3.6", "@types/dagre": "0.7.53", @@ -26218,32 +26218,32 @@ }, "packages/html": { "name": "@hpcc-js/html", - "version": "3.3.4", + "version": "3.3.5", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/common": "^3.6.0", - "@hpcc-js/react": "^3.4.4", - "@hpcc-js/util": "^3.4.3" + "@hpcc-js/common": "^3.6.1", + "@hpcc-js/react": "^3.4.5", + "@hpcc-js/util": "^3.4.4" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.7.0", + "@hpcc-js/esbuild-plugins": "^1.8.0", "d3-format": "^1", "d3-selection": "^1" } }, "packages/layout": { "name": "@hpcc-js/layout", - "version": "3.4.4", + "version": "3.4.5", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/api": "^3.4.4", - "@hpcc-js/chart": "^3.6.0", - "@hpcc-js/common": "^3.6.0", - "@hpcc-js/dgrid": "^3.5.4", - "@hpcc-js/util": "^3.4.3" + "@hpcc-js/api": "^3.4.5", + "@hpcc-js/chart": "^3.6.1", + "@hpcc-js/common": "^3.6.1", + "@hpcc-js/dgrid": "^3.5.5", + "@hpcc-js/util": "^3.4.4" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.7.0", + "@hpcc-js/esbuild-plugins": "^1.8.0", "@types/d3-transition": "1.3.6", "d3-drag": "^1", "d3-selection": "^1", @@ -26255,18 +26255,18 @@ }, "packages/map": { "name": "@hpcc-js/map", - "version": "3.4.4", + "version": "3.4.5", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/api": "^3.4.4", - "@hpcc-js/common": "^3.6.0", - "@hpcc-js/graph": "^3.6.0", - "@hpcc-js/layout": "^3.4.4", - "@hpcc-js/other": "^3.4.4", - "@hpcc-js/util": "^3.4.3" + "@hpcc-js/api": "^3.4.5", + "@hpcc-js/common": "^3.6.1", + "@hpcc-js/graph": "^3.6.1", + "@hpcc-js/layout": "^3.4.5", + "@hpcc-js/other": "^3.4.5", + "@hpcc-js/util": "^3.4.4" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.7.0", + "@hpcc-js/esbuild-plugins": "^1.8.0", "@types/leaflet-draw": "1.0.13", "@types/leaflet.heat": "0.2.5", "@types/leaflet.markercluster": "1.5.6", @@ -26288,16 +26288,16 @@ }, "packages/markdown-it-plugins": { "name": "@hpcc-js/markdown-it-plugins", - "version": "1.5.2", + "version": "1.5.3", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/observablehq-compiler": "^3.7.0", + "@hpcc-js/observablehq-compiler": "^3.7.1", "@observablehq/framework": "1.13.3", "@observablehq/runtime": "5.9.9", "@types/markdown-it": "14.1.2" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.7.0", + "@hpcc-js/esbuild-plugins": "^1.8.0", "d3-dsv": "3.0.1", "d3-fetch": "3.0.1", "dotenv": "16.6.1", @@ -26324,7 +26324,7 @@ }, "packages/observablehq-compiler": { "name": "@hpcc-js/observablehq-compiler", - "version": "3.7.0", + "version": "3.7.1", "license": "Apache-2.0", "dependencies": { "jsdom": "26.1.0", @@ -26334,7 +26334,7 @@ "ojscc": "bin/ojscc.mjs" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.7.0", + "@hpcc-js/esbuild-plugins": "^1.8.0", "@observablehq/notebook-kit": "1.5.0", "@observablehq/parser": "6.1.0", "@observablehq/runtime": "5.9.9", @@ -26462,15 +26462,15 @@ }, "packages/other": { "name": "@hpcc-js/other", - "version": "3.4.4", + "version": "3.4.5", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/api": "^3.4.4", - "@hpcc-js/common": "^3.6.0", - "@hpcc-js/layout": "^3.4.4" + "@hpcc-js/api": "^3.4.5", + "@hpcc-js/common": "^3.6.1", + "@hpcc-js/layout": "^3.4.5" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.7.0", + "@hpcc-js/esbuild-plugins": "^1.8.0", "d3-array": "^1", "d3-collection": "^1", "d3-format": "^1", @@ -26487,13 +26487,13 @@ }, "packages/phosphor": { "name": "@hpcc-js/phosphor", - "version": "3.4.2", + "version": "3.4.3", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/common": "^3.6.0" + "@hpcc-js/common": "^3.6.1" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.7.0", + "@hpcc-js/esbuild-plugins": "^1.8.0", "@lumino/algorithm": "2.0.4", "@lumino/commands": "2.3.3", "@lumino/messaging": "2.0.4", @@ -26502,13 +26502,13 @@ }, "packages/react": { "name": "@hpcc-js/react", - "version": "3.4.4", + "version": "3.4.5", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/common": "^3.6.0" + "@hpcc-js/common": "^3.6.1" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.7.0", + "@hpcc-js/esbuild-plugins": "^1.8.0", "@preact/preset-vite": "2.10.2", "preact": "10.27.2" } @@ -26526,18 +26526,18 @@ }, "packages/timeline": { "name": "@hpcc-js/timeline", - "version": "3.2.4", + "version": "3.3.0", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/api": "^3.4.4", - "@hpcc-js/chart": "^3.6.0", - "@hpcc-js/common": "^3.6.0", - "@hpcc-js/html": "^3.3.4", - "@hpcc-js/layout": "^3.4.4", - "@hpcc-js/react": "^3.4.4" + "@hpcc-js/api": "^3.4.5", + "@hpcc-js/chart": "^3.6.1", + "@hpcc-js/common": "^3.6.1", + "@hpcc-js/html": "^3.3.5", + "@hpcc-js/layout": "^3.4.5", + "@hpcc-js/react": "^3.4.5" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.7.0", + "@hpcc-js/esbuild-plugins": "^1.8.0", "d3-array": "^1", "d3-scale": "^1", "d3-selection": "^1", @@ -26547,14 +26547,14 @@ }, "packages/tree": { "name": "@hpcc-js/tree", - "version": "3.2.4", + "version": "3.2.5", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/api": "^3.4.4", - "@hpcc-js/common": "^3.6.0" + "@hpcc-js/api": "^3.4.5", + "@hpcc-js/common": "^3.6.1" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.7.0", + "@hpcc-js/esbuild-plugins": "^1.8.0", "@types/d3-transition": "1.3.6", "d3-hierarchy": "^1", "d3-interpolate": "^1", @@ -26573,13 +26573,13 @@ }, "packages/util": { "name": "@hpcc-js/util", - "version": "3.4.3", + "version": "3.4.4", "license": "Apache-2.0", "dependencies": { "@xmldom/xmldom": "0.9.8" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.7.0" + "@hpcc-js/esbuild-plugins": "^1.8.0" } } } diff --git a/package.json b/package.json index 44ece973b7..9c09bb511d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hpcc-js", - "version": "3.17.0", + "version": "3.18.0", "description": "HPCC Visualization Framework", "private": true, "type": "module", diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 66e322bb3d..b2f2f86b80 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/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. +## [3.4.5](https://github.com/hpcc-systems/Visualization/compare/api-v3.4.4...api-v3.4.5) (2026-01-07) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/common bumped from ^3.6.0 to ^3.6.1 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.7.0 to ^1.8.0 + ## [3.4.4](https://github.com/hpcc-systems/Visualization/compare/api-v3.4.3...api-v3.4.4) (2025-12-11) diff --git a/packages/api/package.json b/packages/api/package.json index 33a512abe0..91fc55fd10 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/api", - "version": "3.4.4", + "version": "3.4.5", "description": "hpcc-js - Viz api", "type": "module", "main": "./dist/index.umd.cjs", @@ -37,10 +37,10 @@ "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/common": "^3.6.0" + "@hpcc-js/common": "^3.6.1" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.7.0", + "@hpcc-js/esbuild-plugins": "^1.8.0", "d3-collection": "^1", "d3-color": "3.1.0", "d3-format": "^1", diff --git a/packages/chart/CHANGELOG.md b/packages/chart/CHANGELOG.md index ca839b5468..7c4a2dd72a 100644 --- a/packages/chart/CHANGELOG.md +++ b/packages/chart/CHANGELOG.md @@ -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. +## [3.6.1](https://github.com/hpcc-systems/Visualization/compare/chart-v3.6.0...chart-v3.6.1) (2026-01-07) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/api bumped from ^3.4.4 to ^3.4.5 + * @hpcc-js/common bumped from ^3.6.0 to ^3.6.1 + * @hpcc-js/util bumped from ^3.4.3 to ^3.4.4 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.7.0 to ^1.8.0 + ## [3.6.0](https://github.com/hpcc-systems/Visualization/compare/chart-v3.5.3...chart-v3.6.0) (2025-12-11) diff --git a/packages/chart/package.json b/packages/chart/package.json index 130c470e70..fcb14900c4 100644 --- a/packages/chart/package.json +++ b/packages/chart/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/chart", - "version": "3.6.0", + "version": "3.6.1", "description": "hpcc-js - Viz Chart", "type": "module", "main": "./dist/index.umd.cjs", @@ -37,12 +37,12 @@ "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/api": "^3.4.4", - "@hpcc-js/common": "^3.6.0", - "@hpcc-js/util": "^3.4.3" + "@hpcc-js/api": "^3.4.5", + "@hpcc-js/common": "^3.6.1", + "@hpcc-js/util": "^3.4.4" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.7.0", + "@hpcc-js/esbuild-plugins": "^1.8.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 ea114164e1..c312d9d20b 100644 --- a/packages/codemirror/CHANGELOG.md +++ b/packages/codemirror/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. +## [3.6.5](https://github.com/hpcc-systems/Visualization/compare/codemirror-v3.6.4...codemirror-v3.6.5) (2026-01-07) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/common bumped from ^3.6.0 to ^3.6.1 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.7.0 to ^1.8.0 + ## [3.6.4](https://github.com/hpcc-systems/Visualization/compare/codemirror-v3.6.3...codemirror-v3.6.4) (2025-12-11) diff --git a/packages/codemirror/package.json b/packages/codemirror/package.json index e8bc069b2f..d2036ffc54 100644 --- a/packages/codemirror/package.json +++ b/packages/codemirror/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/codemirror", - "version": "3.6.4", + "version": "3.6.5", "description": "hpcc-js - Viz Code Mirror", "type": "module", "main": "./dist/index.umd.cjs", @@ -37,10 +37,10 @@ "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/common": "^3.6.0" + "@hpcc-js/common": "^3.6.1" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.7.0", + "@hpcc-js/esbuild-plugins": "^1.8.0", "codemirror": "5.65.20" }, "repository": { diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index b8946212c2..d00114c362 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/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. +## [3.6.1](https://github.com/hpcc-systems/Visualization/compare/common-v3.6.0...common-v3.6.1) (2026-01-07) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/util bumped from ^3.4.3 to ^3.4.4 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.7.0 to ^1.8.0 + ## [3.6.0](https://github.com/hpcc-systems/Visualization/compare/common-v3.5.3...common-v3.6.0) (2025-12-11) diff --git a/packages/common/package.json b/packages/common/package.json index ae8186807d..67bbe4fcae 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/common", - "version": "3.6.0", + "version": "3.6.1", "description": "hpcc-js - Viz Common", "type": "module", "main": "./dist/index.umd.cjs", @@ -39,7 +39,7 @@ "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/util": "^3.4.3", + "@hpcc-js/util": "^3.4.4", "@types/d3-array": "1.2.12", "@types/d3-brush": "1.1.8", "@types/d3-collection": "1.0.13", @@ -57,7 +57,7 @@ "@types/d3-zoom": "1.8.7" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.7.0", + "@hpcc-js/esbuild-plugins": "^1.8.0", "colorbrewer": "1.6.1", "d3-array": "^1", "d3-brush": "^1", diff --git a/packages/comms/CHANGELOG.md b/packages/comms/CHANGELOG.md index 60fb5f658a..387c505d71 100644 --- a/packages/comms/CHANGELOG.md +++ b/packages/comms/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. +## [3.13.0](https://github.com/hpcc-systems/Visualization/compare/comms-v3.12.1...comms-v3.13.0) (2026-01-07) + + +### Features + +* Add normalized global metrics support ([#4501](https://github.com/hpcc-systems/Visualization/issues/4501)) ([8a9b96e](https://github.com/hpcc-systems/Visualization/commit/8a9b96e1822424b9290b6f3f97cd2918c724ae7e)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/util bumped from ^3.4.3 to ^3.4.4 + * devDependencies + * @hpcc-js/ddl-shim bumped from ^3.2.2 to ^3.2.3 + * @hpcc-js/esbuild-plugins bumped from ^1.7.0 to ^1.8.0 + ## [3.12.1](https://github.com/hpcc-systems/Visualization/compare/comms-v3.12.0...comms-v3.12.1) (2025-12-04) diff --git a/packages/comms/package.json b/packages/comms/package.json index b54a50ded9..37c106b6df 100644 --- a/packages/comms/package.json +++ b/packages/comms/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/comms", - "version": "3.12.1", + "version": "3.13.0", "description": "hpcc-js - Communications", "type": "module", "main": "./dist/node/index.cjs", @@ -74,15 +74,15 @@ "wsdl-all": "npm-run-all --aggregate-output -c --serial build --parallel wsdl-*" }, "dependencies": { - "@hpcc-js/util": "^3.4.3", + "@hpcc-js/util": "^3.4.4", "@xmldom/xmldom": "0.9.8", "abort-controller": "3.0.0", "node-fetch": "3.3.2", "undici": "7.16.0" }, "devDependencies": { - "@hpcc-js/ddl-shim": "^3.2.2", - "@hpcc-js/esbuild-plugins": "^1.7.0", + "@hpcc-js/ddl-shim": "^3.2.3", + "@hpcc-js/esbuild-plugins": "^1.8.0", "@kubernetes/client-node": "1.4.0", "@types/d3-request": "1.0.9", "@types/d3-time-format": "2.3.4", diff --git a/packages/composite/CHANGELOG.md b/packages/composite/CHANGELOG.md index 990a8a7378..86037bc5c4 100644 --- a/packages/composite/CHANGELOG.md +++ b/packages/composite/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.4.5](https://github.com/hpcc-systems/Visualization/compare/composite-v3.4.4...composite-v3.4.5) (2026-01-07) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/api bumped from ^3.4.4 to ^3.4.5 + * @hpcc-js/chart bumped from ^3.6.0 to ^3.6.1 + * @hpcc-js/common bumped from ^3.6.0 to ^3.6.1 + * @hpcc-js/dgrid bumped from ^3.5.4 to ^3.5.5 + * @hpcc-js/form bumped from ^3.3.4 to ^3.3.5 + * @hpcc-js/html bumped from ^3.3.4 to ^3.3.5 + * @hpcc-js/other bumped from ^3.4.4 to ^3.4.5 + * @hpcc-js/phosphor bumped from ^3.4.2 to ^3.4.3 + * @hpcc-js/util bumped from ^3.4.3 to ^3.4.4 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.7.0 to ^1.8.0 + ## [3.4.4](https://github.com/hpcc-systems/Visualization/compare/composite-v3.4.3...composite-v3.4.4) (2025-12-11) diff --git a/packages/composite/package.json b/packages/composite/package.json index 9cb5ae2c81..52d4bea8b4 100644 --- a/packages/composite/package.json +++ b/packages/composite/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/composite", - "version": "3.4.4", + "version": "3.4.5", "description": "hpcc-js - Viz Composite", "type": "module", "main": "./dist/index.umd.cjs", @@ -37,18 +37,18 @@ "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/api": "^3.4.4", - "@hpcc-js/chart": "^3.6.0", - "@hpcc-js/common": "^3.6.0", - "@hpcc-js/dgrid": "^3.5.4", - "@hpcc-js/form": "^3.3.4", - "@hpcc-js/html": "^3.3.4", - "@hpcc-js/other": "^3.4.4", - "@hpcc-js/phosphor": "^3.4.2", - "@hpcc-js/util": "^3.4.3" + "@hpcc-js/api": "^3.4.5", + "@hpcc-js/chart": "^3.6.1", + "@hpcc-js/common": "^3.6.1", + "@hpcc-js/dgrid": "^3.5.5", + "@hpcc-js/form": "^3.3.5", + "@hpcc-js/html": "^3.3.5", + "@hpcc-js/other": "^3.4.5", + "@hpcc-js/phosphor": "^3.4.3", + "@hpcc-js/util": "^3.4.4" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.7.0", + "@hpcc-js/esbuild-plugins": "^1.8.0", "@types/d3-transition": "1.3.6", "d3-collection": "^1", "d3-selection": "^1", diff --git a/packages/dataflow/CHANGELOG.md b/packages/dataflow/CHANGELOG.md index 4b5ba08f1a..166fb868dc 100644 --- a/packages/dataflow/CHANGELOG.md +++ b/packages/dataflow/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. +## [9.6.1](https://github.com/hpcc-systems/Visualization/compare/dataflow-v9.6.0...dataflow-v9.6.1) (2026-01-07) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.7.0 to ^1.8.0 + ## [9.6.0](https://github.com/hpcc-systems/Visualization/compare/dataflow-v9.5.1...dataflow-v9.6.0) (2025-11-20) diff --git a/packages/dataflow/package.json b/packages/dataflow/package.json index bb5ddcea04..876d223f23 100644 --- a/packages/dataflow/package.json +++ b/packages/dataflow/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/dataflow", - "version": "9.6.0", + "version": "9.6.1", "description": "hpcc-js - Data Flow", "type": "module", "main": "./dist/index.umd.cjs", @@ -41,7 +41,7 @@ "update-major": "npx --yes npm-check-updates -u" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.7.0", + "@hpcc-js/esbuild-plugins": "^1.8.0", "@types/faker": "4.1.12", "faker": "4.1.0" }, diff --git a/packages/ddl-shim/CHANGELOG.md b/packages/ddl-shim/CHANGELOG.md index 85f59fa1e5..086ded7b27 100644 --- a/packages/ddl-shim/CHANGELOG.md +++ b/packages/ddl-shim/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. +## [3.2.3](https://github.com/hpcc-systems/Visualization/compare/ddl-shim-v3.2.2...ddl-shim-v3.2.3) (2026-01-07) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.7.0 to ^1.8.0 + ## [3.2.2](https://github.com/hpcc-systems/Visualization/compare/ddl-shim-v3.2.1...ddl-shim-v3.2.2) (2025-11-20) diff --git a/packages/ddl-shim/package.json b/packages/ddl-shim/package.json index ac4fa45540..87c3ea8ccc 100644 --- a/packages/ddl-shim/package.json +++ b/packages/ddl-shim/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/ddl-shim", - "version": "3.2.2", + "version": "3.2.3", "description": "hpcc-js DDL parser", "type": "module", "main": "./dist/index.umd.cjs", @@ -42,7 +42,7 @@ "ajv": "6.12.6" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.7.0", + "@hpcc-js/esbuild-plugins": "^1.8.0", "@rodrigoff/ajv-cli": "5.2.0", "ts-json-schema-generator": "0.98.0" }, diff --git a/packages/dgrid/CHANGELOG.md b/packages/dgrid/CHANGELOG.md index 7fd59dbba8..dce6b0f8ab 100644 --- a/packages/dgrid/CHANGELOG.md +++ b/packages/dgrid/CHANGELOG.md @@ -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. +## [3.5.5](https://github.com/hpcc-systems/Visualization/compare/dgrid-v3.5.4...dgrid-v3.5.5) (2026-01-07) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/common bumped from ^3.6.0 to ^3.6.1 + * @hpcc-js/util bumped from ^3.4.3 to ^3.4.4 + * devDependencies + * @hpcc-js/ddl-shim bumped from ^3.2.2 to ^3.2.3 + * @hpcc-js/esbuild-plugins bumped from ^1.7.0 to ^1.8.0 + ## [3.5.4](https://github.com/hpcc-systems/Visualization/compare/dgrid-v3.5.3...dgrid-v3.5.4) (2025-12-11) diff --git a/packages/dgrid/package.json b/packages/dgrid/package.json index f4eca529ba..9e3776f72b 100644 --- a/packages/dgrid/package.json +++ b/packages/dgrid/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/dgrid", - "version": "3.5.4", + "version": "3.5.5", "description": "hpcc-js - Viz DGrid", "type": "module", "main": "./dist/index.umd.cjs", @@ -37,15 +37,15 @@ "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/common": "^3.6.0", - "@hpcc-js/util": "^3.4.3" + "@hpcc-js/common": "^3.6.1", + "@hpcc-js/util": "^3.4.4" }, "peerDependencies": { "@hpcc-js/dgrid-shim": "^3.1.0" }, "devDependencies": { - "@hpcc-js/ddl-shim": "^3.2.2", - "@hpcc-js/esbuild-plugins": "^1.7.0", + "@hpcc-js/ddl-shim": "^3.2.3", + "@hpcc-js/esbuild-plugins": "^1.8.0", "@testing-library/dom": "10.4.1", "d3-format": "^1", "d3-selection": "^1" diff --git a/packages/dgrid2/CHANGELOG.md b/packages/dgrid2/CHANGELOG.md index cdb4923e38..228b2b400b 100644 --- a/packages/dgrid2/CHANGELOG.md +++ b/packages/dgrid2/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. +## [3.5.3](https://github.com/hpcc-systems/Visualization/compare/dgrid2-v3.5.2...dgrid2-v3.5.3) (2026-01-07) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/common bumped from ^3.6.0 to ^3.6.1 + * @hpcc-js/util bumped from ^3.4.3 to ^3.4.4 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.7.0 to ^1.8.0 + ## [3.5.2](https://github.com/hpcc-systems/Visualization/compare/dgrid2-v3.5.1...dgrid2-v3.5.2) (2025-12-11) diff --git a/packages/dgrid2/package.json b/packages/dgrid2/package.json index fa1578c7ae..9c9465bc38 100644 --- a/packages/dgrid2/package.json +++ b/packages/dgrid2/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/dgrid2", - "version": "3.5.2", + "version": "3.5.3", "description": "hpcc-js - DGrid2", "type": "module", "main": "./dist/index.umd.cjs", @@ -37,11 +37,11 @@ "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/common": "^3.6.0", - "@hpcc-js/util": "^3.4.3" + "@hpcc-js/common": "^3.6.1", + "@hpcc-js/util": "^3.4.4" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.7.0", + "@hpcc-js/esbuild-plugins": "^1.8.0", "@types/react": "19.2.2", "@types/react-dom": "19.2.2", "@vitejs/plugin-react": "4.7.0", diff --git a/packages/eclwatch/CHANGELOG.md b/packages/eclwatch/CHANGELOG.md index 8f7d06fa1d..080cd55416 100644 --- a/packages/eclwatch/CHANGELOG.md +++ b/packages/eclwatch/CHANGELOG.md @@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.5.5](https://github.com/hpcc-systems/Visualization/compare/eclwatch-v3.5.4...eclwatch-v3.5.5) (2026-01-07) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/codemirror bumped from ^3.6.4 to ^3.6.5 + * @hpcc-js/common bumped from ^3.6.0 to ^3.6.1 + * @hpcc-js/comms bumped from ^3.12.1 to ^3.13.0 + * @hpcc-js/dgrid bumped from ^3.5.4 to ^3.5.5 + * @hpcc-js/graph bumped from ^3.6.0 to ^3.6.1 + * @hpcc-js/layout bumped from ^3.4.4 to ^3.4.5 + * @hpcc-js/phosphor bumped from ^3.4.2 to ^3.4.3 + * @hpcc-js/timeline bumped from ^3.2.4 to ^3.3.0 + * @hpcc-js/tree bumped from ^3.2.4 to ^3.2.5 + * @hpcc-js/util bumped from ^3.4.3 to ^3.4.4 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.7.0 to ^1.8.0 + ## [3.5.4](https://github.com/hpcc-systems/Visualization/compare/eclwatch-v3.5.3...eclwatch-v3.5.4) (2025-12-11) diff --git a/packages/eclwatch/package.json b/packages/eclwatch/package.json index c8006448a5..d66229ac20 100644 --- a/packages/eclwatch/package.json +++ b/packages/eclwatch/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/eclwatch", - "version": "3.5.4", + "version": "3.5.5", "description": "hpcc-js - ECL Watch", "type": "module", "main": "./dist/index.umd.cjs", @@ -37,19 +37,19 @@ "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/codemirror": "^3.6.4", - "@hpcc-js/common": "^3.6.0", - "@hpcc-js/comms": "^3.12.1", - "@hpcc-js/dgrid": "^3.5.4", - "@hpcc-js/graph": "^3.6.0", - "@hpcc-js/layout": "^3.4.4", - "@hpcc-js/phosphor": "^3.4.2", - "@hpcc-js/timeline": "^3.2.4", - "@hpcc-js/tree": "^3.2.4", - "@hpcc-js/util": "^3.4.3" + "@hpcc-js/codemirror": "^3.6.5", + "@hpcc-js/common": "^3.6.1", + "@hpcc-js/comms": "^3.13.0", + "@hpcc-js/dgrid": "^3.5.5", + "@hpcc-js/graph": "^3.6.1", + "@hpcc-js/layout": "^3.4.5", + "@hpcc-js/phosphor": "^3.4.3", + "@hpcc-js/timeline": "^3.3.0", + "@hpcc-js/tree": "^3.2.5", + "@hpcc-js/util": "^3.4.4" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.7.0", + "@hpcc-js/esbuild-plugins": "^1.8.0", "d3-selection": "^1" }, "repository": { diff --git a/packages/esbuild-plugins/CHANGELOG.md b/packages/esbuild-plugins/CHANGELOG.md index 0faf9f8a8a..d4bd8c0497 100644 --- a/packages/esbuild-plugins/CHANGELOG.md +++ b/packages/esbuild-plugins/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. +## [1.8.0](https://github.com/hpcc-systems/Visualization/compare/esbuild-plugins-v1.7.0...esbuild-plugins-v1.8.0) (2026-01-07) + + +### Features + +* enable chunking for SFX WASM builds ([#4499](https://github.com/hpcc-systems/Visualization/issues/4499)) ([585a361](https://github.com/hpcc-systems/Visualization/commit/585a361360271d9630f0b7bdfede6ef474e1d99b)) + ## [1.7.0](https://github.com/hpcc-systems/Visualization/compare/esbuild-plugins-v1.6.1...esbuild-plugins-v1.7.0) (2025-11-20) diff --git a/packages/esbuild-plugins/package.json b/packages/esbuild-plugins/package.json index 3964c6663b..d10be49079 100644 --- a/packages/esbuild-plugins/package.json +++ b/packages/esbuild-plugins/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/esbuild-plugins", - "version": "1.7.0", + "version": "1.8.0", "description": "Various esbuild plugins", "type": "module", "exports": { diff --git a/packages/form/CHANGELOG.md b/packages/form/CHANGELOG.md index 1bc22f645f..dffbf8e3cd 100644 --- a/packages/form/CHANGELOG.md +++ b/packages/form/CHANGELOG.md @@ -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. +## [3.3.5](https://github.com/hpcc-systems/Visualization/compare/form-v3.3.4...form-v3.3.5) (2026-01-07) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/api bumped from ^3.4.4 to ^3.4.5 + * @hpcc-js/chart bumped from ^3.6.0 to ^3.6.1 + * @hpcc-js/common bumped from ^3.6.0 to ^3.6.1 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.7.0 to ^1.8.0 + ## [3.3.4](https://github.com/hpcc-systems/Visualization/compare/form-v3.3.3...form-v3.3.4) (2025-12-11) diff --git a/packages/form/package.json b/packages/form/package.json index 858d0dddc9..7bb6edf43f 100644 --- a/packages/form/package.json +++ b/packages/form/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/form", - "version": "3.3.4", + "version": "3.3.5", "description": "hpcc-js - Viz Form", "type": "module", "main": "./dist/index.umd.cjs", @@ -37,12 +37,12 @@ "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/api": "^3.4.4", - "@hpcc-js/chart": "^3.6.0", - "@hpcc-js/common": "^3.6.0" + "@hpcc-js/api": "^3.4.5", + "@hpcc-js/chart": "^3.6.1", + "@hpcc-js/common": "^3.6.1" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.7.0", + "@hpcc-js/esbuild-plugins": "^1.8.0", "d3-brush": "^1", "d3-color": "3.1.0", "d3-drag": "^1", diff --git a/packages/graph/CHANGELOG.md b/packages/graph/CHANGELOG.md index 7ef1fd3960..476b5ee060 100644 --- a/packages/graph/CHANGELOG.md +++ b/packages/graph/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. +## [3.6.1](https://github.com/hpcc-systems/Visualization/compare/graph-v3.6.0...graph-v3.6.1) (2026-01-07) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/api bumped from ^3.4.4 to ^3.4.5 + * @hpcc-js/common bumped from ^3.6.0 to ^3.6.1 + * @hpcc-js/html bumped from ^3.3.4 to ^3.3.5 + * @hpcc-js/react bumped from ^3.4.4 to ^3.4.5 + * @hpcc-js/util bumped from ^3.4.3 to ^3.4.4 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.7.0 to ^1.8.0 + ## [3.6.0](https://github.com/hpcc-systems/Visualization/compare/graph-v3.5.3...graph-v3.6.0) (2025-12-11) diff --git a/packages/graph/package.json b/packages/graph/package.json index 16a50eba03..cc9bc58d27 100644 --- a/packages/graph/package.json +++ b/packages/graph/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/graph", - "version": "3.6.0", + "version": "3.6.1", "description": "hpcc-js - Viz Graph", "type": "module", "main": "./dist/index.umd.cjs", @@ -38,17 +38,17 @@ "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/api": "^3.4.4", - "@hpcc-js/common": "^3.6.0", - "@hpcc-js/html": "^3.3.4", - "@hpcc-js/react": "^3.4.4", - "@hpcc-js/util": "^3.4.3" + "@hpcc-js/api": "^3.4.5", + "@hpcc-js/common": "^3.6.1", + "@hpcc-js/html": "^3.3.5", + "@hpcc-js/react": "^3.4.5", + "@hpcc-js/util": "^3.4.4" }, "optionalPeerDependencies": { "react": ">=17.0.0" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.7.0", + "@hpcc-js/esbuild-plugins": "^1.8.0", "@hpcc-js/wasm-graphviz": "1.17.0", "@types/d3-transition": "1.3.6", "@types/dagre": "0.7.53", diff --git a/packages/html/CHANGELOG.md b/packages/html/CHANGELOG.md index 6d8baade40..5bde48715b 100644 --- a/packages/html/CHANGELOG.md +++ b/packages/html/CHANGELOG.md @@ -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. +## [3.3.5](https://github.com/hpcc-systems/Visualization/compare/html-v3.3.4...html-v3.3.5) (2026-01-07) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/common bumped from ^3.6.0 to ^3.6.1 + * @hpcc-js/react bumped from ^3.4.4 to ^3.4.5 + * @hpcc-js/util bumped from ^3.4.3 to ^3.4.4 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.7.0 to ^1.8.0 + ## [3.3.4](https://github.com/hpcc-systems/Visualization/compare/html-v3.3.3...html-v3.3.4) (2025-12-11) diff --git a/packages/html/package.json b/packages/html/package.json index c83e4dcccc..a585a7c354 100644 --- a/packages/html/package.json +++ b/packages/html/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/html", - "version": "3.3.4", + "version": "3.3.5", "description": "hpcc-js - Viz HTML", "type": "module", "main": "./dist/index.umd.cjs", @@ -37,12 +37,12 @@ "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/common": "^3.6.0", - "@hpcc-js/react": "^3.4.4", - "@hpcc-js/util": "^3.4.3" + "@hpcc-js/common": "^3.6.1", + "@hpcc-js/react": "^3.4.5", + "@hpcc-js/util": "^3.4.4" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.7.0", + "@hpcc-js/esbuild-plugins": "^1.8.0", "d3-format": "^1", "d3-selection": "^1" }, diff --git a/packages/layout/CHANGELOG.md b/packages/layout/CHANGELOG.md index db3e842f93..516b36de15 100644 --- a/packages/layout/CHANGELOG.md +++ b/packages/layout/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. +## [3.4.5](https://github.com/hpcc-systems/Visualization/compare/layout-v3.4.4...layout-v3.4.5) (2026-01-07) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/api bumped from ^3.4.4 to ^3.4.5 + * @hpcc-js/chart bumped from ^3.6.0 to ^3.6.1 + * @hpcc-js/common bumped from ^3.6.0 to ^3.6.1 + * @hpcc-js/dgrid bumped from ^3.5.4 to ^3.5.5 + * @hpcc-js/util bumped from ^3.4.3 to ^3.4.4 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.7.0 to ^1.8.0 + ## [3.4.4](https://github.com/hpcc-systems/Visualization/compare/layout-v3.4.3...layout-v3.4.4) (2025-12-11) diff --git a/packages/layout/package.json b/packages/layout/package.json index e3d6c8bd27..863ef840fb 100644 --- a/packages/layout/package.json +++ b/packages/layout/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/layout", - "version": "3.4.4", + "version": "3.4.5", "description": "hpcc-js - Viz Layout", "type": "module", "main": "./dist/index.umd.cjs", @@ -37,14 +37,14 @@ "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/api": "^3.4.4", - "@hpcc-js/chart": "^3.6.0", - "@hpcc-js/common": "^3.6.0", - "@hpcc-js/dgrid": "^3.5.4", - "@hpcc-js/util": "^3.4.3" + "@hpcc-js/api": "^3.4.5", + "@hpcc-js/chart": "^3.6.1", + "@hpcc-js/common": "^3.6.1", + "@hpcc-js/dgrid": "^3.5.5", + "@hpcc-js/util": "^3.4.4" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.7.0", + "@hpcc-js/esbuild-plugins": "^1.8.0", "@types/d3-transition": "1.3.6", "d3-drag": "^1", "d3-selection": "^1", diff --git a/packages/map/CHANGELOG.md b/packages/map/CHANGELOG.md index a2264ff624..7b59f72708 100644 --- a/packages/map/CHANGELOG.md +++ b/packages/map/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.4.5](https://github.com/hpcc-systems/Visualization/compare/map-v3.4.4...map-v3.4.5) (2026-01-07) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/api bumped from ^3.4.4 to ^3.4.5 + * @hpcc-js/common bumped from ^3.6.0 to ^3.6.1 + * @hpcc-js/graph bumped from ^3.6.0 to ^3.6.1 + * @hpcc-js/layout bumped from ^3.4.4 to ^3.4.5 + * @hpcc-js/other bumped from ^3.4.4 to ^3.4.5 + * @hpcc-js/util bumped from ^3.4.3 to ^3.4.4 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.7.0 to ^1.8.0 + ## [3.4.4](https://github.com/hpcc-systems/Visualization/compare/map-v3.4.3...map-v3.4.4) (2025-12-11) diff --git a/packages/map/package.json b/packages/map/package.json index 1afb7a7c72..23abbe8322 100644 --- a/packages/map/package.json +++ b/packages/map/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/map", - "version": "3.4.4", + "version": "3.4.5", "description": "hpcc-js - Viz Map", "type": "module", "main": "./dist/index.umd.cjs", @@ -39,15 +39,15 @@ "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/api": "^3.4.4", - "@hpcc-js/common": "^3.6.0", - "@hpcc-js/graph": "^3.6.0", - "@hpcc-js/layout": "^3.4.4", - "@hpcc-js/other": "^3.4.4", - "@hpcc-js/util": "^3.4.3" + "@hpcc-js/api": "^3.4.5", + "@hpcc-js/common": "^3.6.1", + "@hpcc-js/graph": "^3.6.1", + "@hpcc-js/layout": "^3.4.5", + "@hpcc-js/other": "^3.4.5", + "@hpcc-js/util": "^3.4.4" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.7.0", + "@hpcc-js/esbuild-plugins": "^1.8.0", "@types/leaflet-draw": "1.0.13", "@types/leaflet.heat": "0.2.5", "@types/leaflet.markercluster": "1.5.6", diff --git a/packages/markdown-it-plugins/CHANGELOG.md b/packages/markdown-it-plugins/CHANGELOG.md index e14c22cea5..4d33ed22e6 100644 --- a/packages/markdown-it-plugins/CHANGELOG.md +++ b/packages/markdown-it-plugins/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. +## [1.5.3](https://github.com/hpcc-systems/Visualization/compare/markdown-it-plugins-v1.5.2...markdown-it-plugins-v1.5.3) (2026-01-07) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/observablehq-compiler bumped from ^3.7.0 to ^3.7.1 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.7.0 to ^1.8.0 + ## [1.5.2](https://github.com/hpcc-systems/Visualization/compare/markdown-it-plugins-v1.5.1...markdown-it-plugins-v1.5.2) (2025-11-20) diff --git a/packages/markdown-it-plugins/package.json b/packages/markdown-it-plugins/package.json index eab4ede775..f521db8421 100644 --- a/packages/markdown-it-plugins/package.json +++ b/packages/markdown-it-plugins/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/markdown-it-plugins", - "version": "1.5.2", + "version": "1.5.3", "description": "markdown-it plugins", "type": "module", "main": "./dist/index.umd.cjs", @@ -52,7 +52,7 @@ "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/observablehq-compiler": "^3.7.0", + "@hpcc-js/observablehq-compiler": "^3.7.1", "@observablehq/framework": "1.13.3", "@observablehq/runtime": "5.9.9", "@types/markdown-it": "14.1.2" @@ -63,7 +63,7 @@ "shiki": "2.5.0" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.7.0", + "@hpcc-js/esbuild-plugins": "^1.8.0", "d3-dsv": "3.0.1", "d3-fetch": "3.0.1", "dotenv": "16.6.1", diff --git a/packages/observablehq-compiler/CHANGELOG.md b/packages/observablehq-compiler/CHANGELOG.md index 5d5420ed9f..5a9cdd6ad5 100644 --- a/packages/observablehq-compiler/CHANGELOG.md +++ b/packages/observablehq-compiler/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. +## [3.7.1](https://github.com/hpcc-systems/Visualization/compare/observablehq-compiler-v3.7.0...observablehq-compiler-v3.7.1) (2026-01-07) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.7.0 to ^1.8.0 + ## [3.7.0](https://github.com/hpcc-systems/Visualization/compare/observablehq-compiler-v3.6.1...observablehq-compiler-v3.7.0) (2025-11-20) diff --git a/packages/observablehq-compiler/package.json b/packages/observablehq-compiler/package.json index c152f3d067..ec3b09f16d 100644 --- a/packages/observablehq-compiler/package.json +++ b/packages/observablehq-compiler/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/observablehq-compiler", - "version": "3.7.0", + "version": "3.7.1", "description": "hpcc-js - ObservableHQ Compiler (unoffical)", "type": "module", "main": "./dist/index.js", @@ -61,7 +61,7 @@ "yargs": "18.0.0" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.7.0", + "@hpcc-js/esbuild-plugins": "^1.8.0", "@observablehq/notebook-kit": "1.5.0", "@observablehq/parser": "6.1.0", "@observablehq/runtime": "5.9.9", diff --git a/packages/other/CHANGELOG.md b/packages/other/CHANGELOG.md index 4073c7c6b6..ab0d940c6d 100644 --- a/packages/other/CHANGELOG.md +++ b/packages/other/CHANGELOG.md @@ -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. +## [3.4.5](https://github.com/hpcc-systems/Visualization/compare/other-v3.4.4...other-v3.4.5) (2026-01-07) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/api bumped from ^3.4.4 to ^3.4.5 + * @hpcc-js/common bumped from ^3.6.0 to ^3.6.1 + * @hpcc-js/layout bumped from ^3.4.4 to ^3.4.5 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.7.0 to ^1.8.0 + ## [3.4.4](https://github.com/hpcc-systems/Visualization/compare/other-v3.4.3...other-v3.4.4) (2025-12-11) diff --git a/packages/other/package.json b/packages/other/package.json index ec3484a6bd..46648f6133 100644 --- a/packages/other/package.json +++ b/packages/other/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/other", - "version": "3.4.4", + "version": "3.4.5", "description": "hpcc-js - Viz Other", "type": "module", "main": "./dist/index.umd.cjs", @@ -37,12 +37,12 @@ "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/api": "^3.4.4", - "@hpcc-js/common": "^3.6.0", - "@hpcc-js/layout": "^3.4.4" + "@hpcc-js/api": "^3.4.5", + "@hpcc-js/common": "^3.6.1", + "@hpcc-js/layout": "^3.4.5" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.7.0", + "@hpcc-js/esbuild-plugins": "^1.8.0", "d3-array": "^1", "d3-collection": "^1", "d3-format": "^1", diff --git a/packages/phosphor/CHANGELOG.md b/packages/phosphor/CHANGELOG.md index 02c2eb6df3..b458aa272d 100644 --- a/packages/phosphor/CHANGELOG.md +++ b/packages/phosphor/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. +## [3.4.3](https://github.com/hpcc-systems/Visualization/compare/phosphor-v3.4.2...phosphor-v3.4.3) (2026-01-07) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/common bumped from ^3.6.0 to ^3.6.1 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.7.0 to ^1.8.0 + ## [3.4.2](https://github.com/hpcc-systems/Visualization/compare/phosphor-v3.4.1...phosphor-v3.4.2) (2025-12-11) diff --git a/packages/phosphor/package.json b/packages/phosphor/package.json index cbdb93a20a..d2441f2547 100644 --- a/packages/phosphor/package.json +++ b/packages/phosphor/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/phosphor", - "version": "3.4.2", + "version": "3.4.3", "description": "hpcc-js - Viz Phosphor", "type": "module", "main": "./dist/index.umd.cjs", @@ -37,10 +37,10 @@ "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/common": "^3.6.0" + "@hpcc-js/common": "^3.6.1" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.7.0", + "@hpcc-js/esbuild-plugins": "^1.8.0", "@lumino/algorithm": "2.0.4", "@lumino/commands": "2.3.3", "@lumino/messaging": "2.0.4", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 7b0a43b086..162509a79a 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/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. +## [3.4.5](https://github.com/hpcc-systems/Visualization/compare/react-v3.4.4...react-v3.4.5) (2026-01-07) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/common bumped from ^3.6.0 to ^3.6.1 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.7.0 to ^1.8.0 + ## [3.4.4](https://github.com/hpcc-systems/Visualization/compare/react-v3.4.3...react-v3.4.4) (2025-12-11) diff --git a/packages/react/package.json b/packages/react/package.json index 7c37e2f9a5..23e80ba0de 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/react", - "version": "3.4.4", + "version": "3.4.5", "description": "hpcc-js - Viz React", "type": "module", "main": "./dist/index.umd.cjs", @@ -37,10 +37,10 @@ "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/common": "^3.6.0" + "@hpcc-js/common": "^3.6.1" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.7.0", + "@hpcc-js/esbuild-plugins": "^1.8.0", "@preact/preset-vite": "2.10.2", "preact": "10.27.2" }, diff --git a/packages/timeline/CHANGELOG.md b/packages/timeline/CHANGELOG.md index 64aadf30f2..e3831bec77 100644 --- a/packages/timeline/CHANGELOG.md +++ b/packages/timeline/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.3.0](https://github.com/hpcc-systems/Visualization/compare/timeline-v3.2.4...timeline-v3.3.0) (2026-01-07) + + +### Features + +* **timeline:** add zoom preservation to timeline series ([#4498](https://github.com/hpcc-systems/Visualization/issues/4498)) ([3b68897](https://github.com/hpcc-systems/Visualization/commit/3b68897f1e49fb68764d339a962a75b7e8e2a867)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/api bumped from ^3.4.4 to ^3.4.5 + * @hpcc-js/chart bumped from ^3.6.0 to ^3.6.1 + * @hpcc-js/common bumped from ^3.6.0 to ^3.6.1 + * @hpcc-js/html bumped from ^3.3.4 to ^3.3.5 + * @hpcc-js/layout bumped from ^3.4.4 to ^3.4.5 + * @hpcc-js/react bumped from ^3.4.4 to ^3.4.5 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.7.0 to ^1.8.0 + ## [3.2.4](https://github.com/hpcc-systems/Visualization/compare/timeline-v3.2.3...timeline-v3.2.4) (2025-12-11) diff --git a/packages/timeline/package.json b/packages/timeline/package.json index f252aa7c7f..14cf0f304b 100644 --- a/packages/timeline/package.json +++ b/packages/timeline/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/timeline", - "version": "3.2.4", + "version": "3.3.0", "description": "hpcc-js - Viz Timeline", "type": "module", "main": "./dist/index.umd.cjs", @@ -37,15 +37,15 @@ "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/api": "^3.4.4", - "@hpcc-js/chart": "^3.6.0", - "@hpcc-js/common": "^3.6.0", - "@hpcc-js/html": "^3.3.4", - "@hpcc-js/layout": "^3.4.4", - "@hpcc-js/react": "^3.4.4" + "@hpcc-js/api": "^3.4.5", + "@hpcc-js/chart": "^3.6.1", + "@hpcc-js/common": "^3.6.1", + "@hpcc-js/html": "^3.3.5", + "@hpcc-js/layout": "^3.4.5", + "@hpcc-js/react": "^3.4.5" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.7.0", + "@hpcc-js/esbuild-plugins": "^1.8.0", "d3-array": "^1", "d3-scale": "^1", "d3-selection": "^1", diff --git a/packages/tree/CHANGELOG.md b/packages/tree/CHANGELOG.md index e3347c45e2..3df1885f09 100644 --- a/packages/tree/CHANGELOG.md +++ b/packages/tree/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. +## [3.2.5](https://github.com/hpcc-systems/Visualization/compare/tree-v3.2.4...tree-v3.2.5) (2026-01-07) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/api bumped from ^3.4.4 to ^3.4.5 + * @hpcc-js/common bumped from ^3.6.0 to ^3.6.1 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.7.0 to ^1.8.0 + ## [3.2.4](https://github.com/hpcc-systems/Visualization/compare/tree-v3.2.3...tree-v3.2.4) (2025-12-11) diff --git a/packages/tree/package.json b/packages/tree/package.json index ba56e353c8..1eb4c26ccb 100644 --- a/packages/tree/package.json +++ b/packages/tree/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/tree", - "version": "3.2.4", + "version": "3.2.5", "description": "hpcc-js - Viz Tree", "type": "module", "main": "./dist/index.umd.cjs", @@ -37,11 +37,11 @@ "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/api": "^3.4.4", - "@hpcc-js/common": "^3.6.0" + "@hpcc-js/api": "^3.4.5", + "@hpcc-js/common": "^3.6.1" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.7.0", + "@hpcc-js/esbuild-plugins": "^1.8.0", "@types/d3-transition": "1.3.6", "d3-hierarchy": "^1", "d3-interpolate": "^1", diff --git a/packages/util/CHANGELOG.md b/packages/util/CHANGELOG.md index 6facbe9d42..c22444546a 100644 --- a/packages/util/CHANGELOG.md +++ b/packages/util/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. +## [3.4.4](https://github.com/hpcc-systems/Visualization/compare/util-v3.4.3...util-v3.4.4) (2026-01-07) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.7.0 to ^1.8.0 + ## [3.4.3](https://github.com/hpcc-systems/Visualization/compare/util-v3.4.2...util-v3.4.3) (2025-12-04) diff --git a/packages/util/package.json b/packages/util/package.json index 8a2838c08b..2c5bc32cfb 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/util", - "version": "3.4.3", + "version": "3.4.4", "description": "hpcc-js - Utilities", "type": "module", "main": "./dist/index.umd.cjs", @@ -41,7 +41,7 @@ "@xmldom/xmldom": "0.9.8" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.7.0" + "@hpcc-js/esbuild-plugins": "^1.8.0" }, "repository": { "type": "git",