diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 50ee443006..098480cdca 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,29 +1,29 @@ { - ".": "3.15.1", - "packages/api": "3.4.1", - "packages/chart": "3.5.1", - "packages/codemirror": "3.6.1", - "packages/common": "3.5.1", - "packages/comms": "3.11.1", - "packages/composite": "3.4.1", - "packages/dataflow": "9.5.1", - "packages/ddl-shim": "3.2.1", - "packages/dgrid": "3.5.1", + ".": "3.16.0", + "packages/api": "3.4.2", + "packages/chart": "3.5.2", + "packages/codemirror": "3.6.2", + "packages/common": "3.5.2", + "packages/comms": "3.12.0", + "packages/composite": "3.4.2", + "packages/dataflow": "9.6.0", + "packages/ddl-shim": "3.2.2", + "packages/dgrid": "3.5.2", "packages/dgrid-shim": "3.3.1", - "packages/dgrid2": "3.4.1", - "packages/eclwatch": "3.5.1", - "packages/esbuild-plugins": "1.6.1", - "packages/form": "3.3.1", - "packages/graph": "3.5.1", - "packages/html": "3.3.1", - "packages/layout": "3.4.1", - "packages/map": "3.4.1", - "packages/markdown-it-plugins": "1.5.1", - "packages/observablehq-compiler": "3.6.1", - "packages/other": "3.4.1", - "packages/phosphor": "3.3.1", - "packages/react": "3.4.1", - "packages/timeline": "3.2.1", - "packages/tree": "3.2.1", - "packages/util": "3.4.1" + "packages/dgrid2": "3.5.0", + "packages/eclwatch": "3.5.2", + "packages/esbuild-plugins": "1.7.0", + "packages/form": "3.3.2", + "packages/graph": "3.5.2", + "packages/html": "3.3.2", + "packages/layout": "3.4.2", + "packages/map": "3.4.2", + "packages/markdown-it-plugins": "1.5.2", + "packages/observablehq-compiler": "3.7.0", + "packages/other": "3.4.2", + "packages/phosphor": "3.4.0", + "packages/react": "3.4.2", + "packages/timeline": "3.2.2", + "packages/tree": "3.2.2", + "packages/util": "3.4.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index f8eb0f373b..cf47c39e93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ 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.16.0](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.15.1...hpcc-js-v3.16.0) (2025-11-20) + + +### Features + +* bump versions ([#4486](https://github.com/hpcc-systems/Visualization/issues/4486)) ([c8ef69b](https://github.com/hpcc-systems/Visualization/commit/c8ef69b3ee735215ab71b5ef2836a0f1cfe726b2)) +* Histogram should honour "buckets" option ([#4485](https://github.com/hpcc-systems/Visualization/issues/4485)) ([c3733d4](https://github.com/hpcc-systems/Visualization/commit/c3733d48f98974576f0498bb9a644a938c960fc7)) +* update pipe.ts to use unlimited vardic types ([#4484](https://github.com/hpcc-systems/Visualization/issues/4484)) ([8f321c3](https://github.com/hpcc-systems/Visualization/commit/8f321c34de9cd5bbc03d2ce701992a3be6ef006a)) + + +### Bug Fixes + +* **eclwatch:** add a multi-scale 24-hour tick formatter ([#4482](https://github.com/hpcc-systems/Visualization/issues/4482)) ([24d965d](https://github.com/hpcc-systems/Visualization/commit/24d965de38c0cb19c21b00044948c73b9fb687a7)) +* requestAmimatonFrame only needed when observed ([#4489](https://github.com/hpcc-systems/Visualization/issues/4489)) ([ae12395](https://github.com/hpcc-systems/Visualization/commit/ae123952990dd15e40fa2340576502dc3e4bfbf4)) + ## [3.15.1](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.15.0...hpcc-js-v3.15.1) (2025-10-29) diff --git a/package-lock.json b/package-lock.json index 5b5e7daa5c..30a3012ae9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hpcc-js", - "version": "3.15.1", + "version": "3.16.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "hpcc-js", - "version": "3.15.1", + "version": "3.16.0", "license": "Apache-2.0", "workspaces": [ "packages/*", @@ -25050,13 +25050,13 @@ }, "packages/api": { "name": "@hpcc-js/api", - "version": "3.4.1", + "version": "3.4.2", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/common": "^3.5.1" + "@hpcc-js/common": "^3.5.2" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.6.1", + "@hpcc-js/esbuild-plugins": "^1.7.0", "d3-collection": "^1", "d3-color": "3.1.0", "d3-format": "^1", @@ -25065,15 +25065,15 @@ }, "packages/chart": { "name": "@hpcc-js/chart", - "version": "3.5.1", + "version": "3.5.2", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/api": "^3.4.1", - "@hpcc-js/common": "^3.5.1", - "@hpcc-js/util": "^3.4.1" + "@hpcc-js/api": "^3.4.2", + "@hpcc-js/common": "^3.5.2", + "@hpcc-js/util": "^3.4.2" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.6.1", + "@hpcc-js/esbuild-plugins": "^1.7.0", "@types/d3-shape": "1.3.12", "@types/d3-transition": "1.3.6", "d3-array": "^1", @@ -25106,22 +25106,22 @@ }, "packages/codemirror": { "name": "@hpcc-js/codemirror", - "version": "3.6.1", + "version": "3.6.2", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/common": "^3.5.1" + "@hpcc-js/common": "^3.5.2" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.6.1", + "@hpcc-js/esbuild-plugins": "^1.7.0", "codemirror": "5.65.20" } }, "packages/common": { "name": "@hpcc-js/common", - "version": "3.5.1", + "version": "3.5.2", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/util": "^3.4.1", + "@hpcc-js/util": "^3.4.2", "@types/d3-array": "1.2.12", "@types/d3-brush": "1.1.8", "@types/d3-collection": "1.0.13", @@ -25139,7 +25139,7 @@ "@types/d3-zoom": "1.8.7" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.6.1", + "@hpcc-js/esbuild-plugins": "^1.7.0", "colorbrewer": "1.6.1", "d3-array": "^1", "d3-brush": "^1", @@ -25205,18 +25205,18 @@ }, "packages/comms": { "name": "@hpcc-js/comms", - "version": "3.11.1", + "version": "3.12.0", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/util": "^3.4.1", + "@hpcc-js/util": "^3.4.2", "@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.1", - "@hpcc-js/esbuild-plugins": "^1.6.1", + "@hpcc-js/ddl-shim": "^3.2.2", + "@hpcc-js/esbuild-plugins": "^1.7.0", "@kubernetes/client-node": "1.4.0", "@types/d3-request": "1.0.9", "@types/d3-time-format": "2.3.4", @@ -25249,21 +25249,21 @@ }, "packages/composite": { "name": "@hpcc-js/composite", - "version": "3.4.1", + "version": "3.4.2", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/api": "^3.4.1", - "@hpcc-js/chart": "^3.5.1", - "@hpcc-js/common": "^3.5.1", - "@hpcc-js/dgrid": "^3.5.1", - "@hpcc-js/form": "^3.3.1", - "@hpcc-js/html": "^3.3.1", - "@hpcc-js/other": "^3.4.1", - "@hpcc-js/phosphor": "^3.3.1", - "@hpcc-js/util": "^3.4.1" + "@hpcc-js/api": "^3.4.2", + "@hpcc-js/chart": "^3.5.2", + "@hpcc-js/common": "^3.5.2", + "@hpcc-js/dgrid": "^3.5.2", + "@hpcc-js/form": "^3.3.2", + "@hpcc-js/html": "^3.3.2", + "@hpcc-js/other": "^3.4.2", + "@hpcc-js/phosphor": "^3.4.0", + "@hpcc-js/util": "^3.4.2" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.6.1", + "@hpcc-js/esbuild-plugins": "^1.7.0", "@types/d3-transition": "1.3.6", "d3-collection": "^1", "d3-selection": "^1", @@ -25272,39 +25272,39 @@ }, "packages/dataflow": { "name": "@hpcc-js/dataflow", - "version": "9.5.1", + "version": "9.6.0", "license": "Apache-2.0", "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.6.1", + "@hpcc-js/esbuild-plugins": "^1.7.0", "@types/faker": "4.1.12", "faker": "4.1.0" } }, "packages/ddl-shim": { "name": "@hpcc-js/ddl-shim", - "version": "3.2.1", + "version": "3.2.2", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { "ajv": "6.12.6" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.6.1", + "@hpcc-js/esbuild-plugins": "^1.7.0", "@rodrigoff/ajv-cli": "5.2.0", "ts-json-schema-generator": "0.98.0" } }, "packages/dgrid": { "name": "@hpcc-js/dgrid", - "version": "3.5.1", + "version": "3.5.2", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/common": "^3.5.1", - "@hpcc-js/util": "^3.4.1" + "@hpcc-js/common": "^3.5.2", + "@hpcc-js/util": "^3.4.2" }, "devDependencies": { - "@hpcc-js/ddl-shim": "^3.2.1", - "@hpcc-js/esbuild-plugins": "^1.6.1", + "@hpcc-js/ddl-shim": "^3.2.2", + "@hpcc-js/esbuild-plugins": "^1.7.0", "@testing-library/dom": "10.4.1", "d3-format": "^1", "d3-selection": "^1" @@ -25336,14 +25336,14 @@ }, "packages/dgrid2": { "name": "@hpcc-js/dgrid2", - "version": "3.4.1", + "version": "3.5.0", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/common": "^3.5.1", - "@hpcc-js/util": "^3.4.1" + "@hpcc-js/common": "^3.5.2", + "@hpcc-js/util": "^3.4.2" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.6.1", + "@hpcc-js/esbuild-plugins": "^1.7.0", "@types/react": "19.2.2", "@types/react-dom": "19.2.2", "@vitejs/plugin-react": "4.7.0", @@ -25395,28 +25395,28 @@ }, "packages/eclwatch": { "name": "@hpcc-js/eclwatch", - "version": "3.5.1", + "version": "3.5.2", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/codemirror": "^3.6.1", - "@hpcc-js/common": "^3.5.1", - "@hpcc-js/comms": "^3.11.1", - "@hpcc-js/dgrid": "^3.5.1", - "@hpcc-js/graph": "^3.5.1", - "@hpcc-js/layout": "^3.4.1", - "@hpcc-js/phosphor": "^3.3.1", - "@hpcc-js/timeline": "^3.2.1", - "@hpcc-js/tree": "^3.2.1", - "@hpcc-js/util": "^3.4.1" + "@hpcc-js/codemirror": "^3.6.2", + "@hpcc-js/common": "^3.5.2", + "@hpcc-js/comms": "^3.12.0", + "@hpcc-js/dgrid": "^3.5.2", + "@hpcc-js/graph": "^3.5.2", + "@hpcc-js/layout": "^3.4.2", + "@hpcc-js/phosphor": "^3.4.0", + "@hpcc-js/timeline": "^3.2.2", + "@hpcc-js/tree": "^3.2.2", + "@hpcc-js/util": "^3.4.2" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.6.1", + "@hpcc-js/esbuild-plugins": "^1.7.0", "d3-selection": "^1" } }, "packages/esbuild-plugins": { "name": "@hpcc-js/esbuild-plugins", - "version": "1.6.1", + "version": "1.7.0", "license": "Apache-2.0", "dependencies": { "esbuild": "0.27.0", @@ -25434,15 +25434,15 @@ }, "packages/form": { "name": "@hpcc-js/form", - "version": "3.3.1", + "version": "3.3.2", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/api": "^3.4.1", - "@hpcc-js/chart": "^3.5.1", - "@hpcc-js/common": "^3.5.1" + "@hpcc-js/api": "^3.4.2", + "@hpcc-js/chart": "^3.5.2", + "@hpcc-js/common": "^3.5.2" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.6.1", + "@hpcc-js/esbuild-plugins": "^1.7.0", "d3-brush": "^1", "d3-color": "3.1.0", "d3-drag": "^1", @@ -25452,17 +25452,17 @@ }, "packages/graph": { "name": "@hpcc-js/graph", - "version": "3.5.1", + "version": "3.5.2", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/api": "^3.4.1", - "@hpcc-js/common": "^3.5.1", - "@hpcc-js/html": "^3.3.1", - "@hpcc-js/react": "^3.4.1", - "@hpcc-js/util": "^3.4.1" + "@hpcc-js/api": "^3.4.2", + "@hpcc-js/common": "^3.5.2", + "@hpcc-js/html": "^3.3.2", + "@hpcc-js/react": "^3.4.2", + "@hpcc-js/util": "^3.4.2" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.6.1", + "@hpcc-js/esbuild-plugins": "^1.7.0", "@hpcc-js/wasm-graphviz": "1.15.0", "@types/d3-transition": "1.3.6", "@types/dagre": "0.7.53", @@ -25479,32 +25479,32 @@ }, "packages/html": { "name": "@hpcc-js/html", - "version": "3.3.1", + "version": "3.3.2", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/common": "^3.5.1", - "@hpcc-js/react": "^3.4.1", - "@hpcc-js/util": "^3.4.1" + "@hpcc-js/common": "^3.5.2", + "@hpcc-js/react": "^3.4.2", + "@hpcc-js/util": "^3.4.2" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.6.1", + "@hpcc-js/esbuild-plugins": "^1.7.0", "d3-format": "^1", "d3-selection": "^1" } }, "packages/layout": { "name": "@hpcc-js/layout", - "version": "3.4.1", + "version": "3.4.2", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/api": "^3.4.1", - "@hpcc-js/chart": "^3.5.1", - "@hpcc-js/common": "^3.5.1", - "@hpcc-js/dgrid": "^3.5.1", - "@hpcc-js/util": "^3.4.1" + "@hpcc-js/api": "^3.4.2", + "@hpcc-js/chart": "^3.5.2", + "@hpcc-js/common": "^3.5.2", + "@hpcc-js/dgrid": "^3.5.2", + "@hpcc-js/util": "^3.4.2" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.6.1", + "@hpcc-js/esbuild-plugins": "^1.7.0", "@types/d3-transition": "1.3.6", "d3-drag": "^1", "d3-selection": "^1", @@ -25516,18 +25516,18 @@ }, "packages/map": { "name": "@hpcc-js/map", - "version": "3.4.1", + "version": "3.4.2", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/api": "^3.4.1", - "@hpcc-js/common": "^3.5.1", - "@hpcc-js/graph": "^3.5.1", - "@hpcc-js/layout": "^3.4.1", - "@hpcc-js/other": "^3.4.1", - "@hpcc-js/util": "^3.4.1" + "@hpcc-js/api": "^3.4.2", + "@hpcc-js/common": "^3.5.2", + "@hpcc-js/graph": "^3.5.2", + "@hpcc-js/layout": "^3.4.2", + "@hpcc-js/other": "^3.4.2", + "@hpcc-js/util": "^3.4.2" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.6.1", + "@hpcc-js/esbuild-plugins": "^1.7.0", "@types/leaflet-draw": "1.0.13", "@types/leaflet.heat": "0.2.5", "@types/leaflet.markercluster": "1.5.6", @@ -25549,16 +25549,16 @@ }, "packages/markdown-it-plugins": { "name": "@hpcc-js/markdown-it-plugins", - "version": "1.5.1", + "version": "1.5.2", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/observablehq-compiler": "^3.6.1", + "@hpcc-js/observablehq-compiler": "^3.7.0", "@observablehq/framework": "1.13.3", "@observablehq/runtime": "5.9.9", "@types/markdown-it": "14.1.2" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.6.1", + "@hpcc-js/esbuild-plugins": "^1.7.0", "d3-dsv": "3.0.1", "d3-fetch": "3.0.1", "dotenv": "16.6.1", @@ -25585,7 +25585,7 @@ }, "packages/observablehq-compiler": { "name": "@hpcc-js/observablehq-compiler", - "version": "3.6.1", + "version": "3.7.0", "license": "Apache-2.0", "dependencies": { "jsdom": "26.1.0", @@ -25595,7 +25595,7 @@ "ojscc": "bin/ojscc.mjs" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.6.1", + "@hpcc-js/esbuild-plugins": "^1.7.0", "@observablehq/notebook-kit": "1.5.0", "@observablehq/parser": "6.1.0", "@observablehq/runtime": "5.9.9", @@ -25723,15 +25723,15 @@ }, "packages/other": { "name": "@hpcc-js/other", - "version": "3.4.1", + "version": "3.4.2", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/api": "^3.4.1", - "@hpcc-js/common": "^3.5.1", - "@hpcc-js/layout": "^3.4.1" + "@hpcc-js/api": "^3.4.2", + "@hpcc-js/common": "^3.5.2", + "@hpcc-js/layout": "^3.4.2" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.6.1", + "@hpcc-js/esbuild-plugins": "^1.7.0", "d3-array": "^1", "d3-collection": "^1", "d3-format": "^1", @@ -25748,13 +25748,13 @@ }, "packages/phosphor": { "name": "@hpcc-js/phosphor", - "version": "3.3.1", + "version": "3.4.0", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/common": "^3.5.1" + "@hpcc-js/common": "^3.5.2" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.6.1", + "@hpcc-js/esbuild-plugins": "^1.7.0", "@lumino/algorithm": "2.0.4", "@lumino/commands": "2.3.3", "@lumino/messaging": "2.0.4", @@ -25763,31 +25763,31 @@ }, "packages/react": { "name": "@hpcc-js/react", - "version": "3.4.1", + "version": "3.4.2", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/common": "^3.5.1" + "@hpcc-js/common": "^3.5.2" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.6.1", + "@hpcc-js/esbuild-plugins": "^1.7.0", "@preact/preset-vite": "2.10.2", "preact": "10.27.2" } }, "packages/timeline": { "name": "@hpcc-js/timeline", - "version": "3.2.1", + "version": "3.2.2", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/api": "^3.4.1", - "@hpcc-js/chart": "^3.5.1", - "@hpcc-js/common": "^3.5.1", - "@hpcc-js/html": "^3.3.1", - "@hpcc-js/layout": "^3.4.1", - "@hpcc-js/react": "^3.4.1" + "@hpcc-js/api": "^3.4.2", + "@hpcc-js/chart": "^3.5.2", + "@hpcc-js/common": "^3.5.2", + "@hpcc-js/html": "^3.3.2", + "@hpcc-js/layout": "^3.4.2", + "@hpcc-js/react": "^3.4.2" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.6.1", + "@hpcc-js/esbuild-plugins": "^1.7.0", "d3-array": "^1", "d3-scale": "^1", "d3-selection": "^1", @@ -25797,14 +25797,14 @@ }, "packages/tree": { "name": "@hpcc-js/tree", - "version": "3.2.1", + "version": "3.2.2", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/api": "^3.4.1", - "@hpcc-js/common": "^3.5.1" + "@hpcc-js/api": "^3.4.2", + "@hpcc-js/common": "^3.5.2" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.6.1", + "@hpcc-js/esbuild-plugins": "^1.7.0", "@types/d3-transition": "1.3.6", "d3-hierarchy": "^1", "d3-interpolate": "^1", @@ -25823,13 +25823,13 @@ }, "packages/util": { "name": "@hpcc-js/util", - "version": "3.4.1", + "version": "3.4.2", "license": "Apache-2.0", "dependencies": { "@xmldom/xmldom": "0.9.8" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.6.1" + "@hpcc-js/esbuild-plugins": "^1.7.0" } } } diff --git a/package.json b/package.json index 12876a7791..4920a9d351 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hpcc-js", - "version": "3.15.1", + "version": "3.16.0", "description": "HPCC Visualization Framework", "private": true, "type": "module", diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index f630aa66ff..388c6a728b 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.2](https://github.com/hpcc-systems/Visualization/compare/api-v3.4.1...api-v3.4.2) (2025-11-20) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/common bumped from ^3.5.1 to ^3.5.2 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.6.1 to ^1.7.0 + ## [3.4.1](https://github.com/hpcc-systems/Visualization/compare/api-v3.4.0...api-v3.4.1) (2025-10-29) diff --git a/packages/api/package.json b/packages/api/package.json index ce3d3ed967..241c5388a2 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/api", - "version": "3.4.1", + "version": "3.4.2", "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.5.1" + "@hpcc-js/common": "^3.5.2" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.6.1", + "@hpcc-js/esbuild-plugins": "^1.7.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 23a11dd23e..b5ea184d40 100644 --- a/packages/chart/CHANGELOG.md +++ b/packages/chart/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. +## [3.5.2](https://github.com/hpcc-systems/Visualization/compare/chart-v3.5.1...chart-v3.5.2) (2025-11-20) + + +### Bug Fixes + +* **eclwatch:** add a multi-scale 24-hour tick formatter ([#4482](https://github.com/hpcc-systems/Visualization/issues/4482)) ([24d965d](https://github.com/hpcc-systems/Visualization/commit/24d965de38c0cb19c21b00044948c73b9fb687a7)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/api bumped from ^3.4.1 to ^3.4.2 + * @hpcc-js/common bumped from ^3.5.1 to ^3.5.2 + * @hpcc-js/util bumped from ^3.4.1 to ^3.4.2 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.6.1 to ^1.7.0 + ## [3.5.1](https://github.com/hpcc-systems/Visualization/compare/chart-v3.5.0...chart-v3.5.1) (2025-10-29) diff --git a/packages/chart/package.json b/packages/chart/package.json index 2b3fe7e095..55dc0f9b17 100644 --- a/packages/chart/package.json +++ b/packages/chart/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/chart", - "version": "3.5.1", + "version": "3.5.2", "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.1", - "@hpcc-js/common": "^3.5.1", - "@hpcc-js/util": "^3.4.1" + "@hpcc-js/api": "^3.4.2", + "@hpcc-js/common": "^3.5.2", + "@hpcc-js/util": "^3.4.2" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.6.1", + "@hpcc-js/esbuild-plugins": "^1.7.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 039ced408e..7ff869bafe 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.2](https://github.com/hpcc-systems/Visualization/compare/codemirror-v3.6.1...codemirror-v3.6.2) (2025-11-20) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/common bumped from ^3.5.1 to ^3.5.2 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.6.1 to ^1.7.0 + ## [3.6.1](https://github.com/hpcc-systems/Visualization/compare/codemirror-v3.6.0...codemirror-v3.6.1) (2025-10-29) diff --git a/packages/codemirror/package.json b/packages/codemirror/package.json index 25a15f01c6..0d402b9889 100644 --- a/packages/codemirror/package.json +++ b/packages/codemirror/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/codemirror", - "version": "3.6.1", + "version": "3.6.2", "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.5.1" + "@hpcc-js/common": "^3.5.2" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.6.1", + "@hpcc-js/esbuild-plugins": "^1.7.0", "codemirror": "5.65.20" }, "repository": { diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index 217f8c571c..fbaed7e187 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.5.2](https://github.com/hpcc-systems/Visualization/compare/common-v3.5.1...common-v3.5.2) (2025-11-20) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/util bumped from ^3.4.1 to ^3.4.2 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.6.1 to ^1.7.0 + ## [3.5.1](https://github.com/hpcc-systems/Visualization/compare/common-v3.5.0...common-v3.5.1) (2025-10-29) diff --git a/packages/common/package.json b/packages/common/package.json index 8682a91f67..3db7f7d420 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/common", - "version": "3.5.1", + "version": "3.5.2", "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.1", + "@hpcc-js/util": "^3.4.2", "@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.6.1", + "@hpcc-js/esbuild-plugins": "^1.7.0", "colorbrewer": "1.6.1", "d3-array": "^1", "d3-brush": "^1", diff --git a/packages/comms/CHANGELOG.md b/packages/comms/CHANGELOG.md index 6c2075125a..db676970cd 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.12.0](https://github.com/hpcc-systems/Visualization/compare/comms-v3.11.1...comms-v3.12.0) (2025-11-20) + + +### Features + +* bump versions ([#4486](https://github.com/hpcc-systems/Visualization/issues/4486)) ([c8ef69b](https://github.com/hpcc-systems/Visualization/commit/c8ef69b3ee735215ab71b5ef2836a0f1cfe726b2)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/util bumped from ^3.4.1 to ^3.4.2 + * devDependencies + * @hpcc-js/ddl-shim bumped from ^3.2.1 to ^3.2.2 + * @hpcc-js/esbuild-plugins bumped from ^1.6.1 to ^1.7.0 + ## [3.11.1](https://github.com/hpcc-systems/Visualization/compare/comms-v3.11.0...comms-v3.11.1) (2025-10-29) diff --git a/packages/comms/package.json b/packages/comms/package.json index 1d471a5a87..605ced7050 100644 --- a/packages/comms/package.json +++ b/packages/comms/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/comms", - "version": "3.11.1", + "version": "3.12.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.1", + "@hpcc-js/util": "^3.4.2", "@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.1", - "@hpcc-js/esbuild-plugins": "^1.6.1", + "@hpcc-js/ddl-shim": "^3.2.2", + "@hpcc-js/esbuild-plugins": "^1.7.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 25858848ff..837c059774 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.2](https://github.com/hpcc-systems/Visualization/compare/composite-v3.4.1...composite-v3.4.2) (2025-11-20) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/api bumped from ^3.4.1 to ^3.4.2 + * @hpcc-js/chart bumped from ^3.5.1 to ^3.5.2 + * @hpcc-js/common bumped from ^3.5.1 to ^3.5.2 + * @hpcc-js/dgrid bumped from ^3.5.1 to ^3.5.2 + * @hpcc-js/form bumped from ^3.3.1 to ^3.3.2 + * @hpcc-js/html bumped from ^3.3.1 to ^3.3.2 + * @hpcc-js/other bumped from ^3.4.1 to ^3.4.2 + * @hpcc-js/phosphor bumped from ^3.3.1 to ^3.4.0 + * @hpcc-js/util bumped from ^3.4.1 to ^3.4.2 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.6.1 to ^1.7.0 + ## [3.4.1](https://github.com/hpcc-systems/Visualization/compare/composite-v3.4.0...composite-v3.4.1) (2025-10-29) diff --git a/packages/composite/package.json b/packages/composite/package.json index b6bca89e13..734e7ae583 100644 --- a/packages/composite/package.json +++ b/packages/composite/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/composite", - "version": "3.4.1", + "version": "3.4.2", "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.1", - "@hpcc-js/chart": "^3.5.1", - "@hpcc-js/common": "^3.5.1", - "@hpcc-js/dgrid": "^3.5.1", - "@hpcc-js/form": "^3.3.1", - "@hpcc-js/html": "^3.3.1", - "@hpcc-js/other": "^3.4.1", - "@hpcc-js/phosphor": "^3.3.1", - "@hpcc-js/util": "^3.4.1" + "@hpcc-js/api": "^3.4.2", + "@hpcc-js/chart": "^3.5.2", + "@hpcc-js/common": "^3.5.2", + "@hpcc-js/dgrid": "^3.5.2", + "@hpcc-js/form": "^3.3.2", + "@hpcc-js/html": "^3.3.2", + "@hpcc-js/other": "^3.4.2", + "@hpcc-js/phosphor": "^3.4.0", + "@hpcc-js/util": "^3.4.2" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.6.1", + "@hpcc-js/esbuild-plugins": "^1.7.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 e61316adb9..4b5ba08f1a 100644 --- a/packages/dataflow/CHANGELOG.md +++ b/packages/dataflow/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. +## [9.6.0](https://github.com/hpcc-systems/Visualization/compare/dataflow-v9.5.1...dataflow-v9.6.0) (2025-11-20) + + +### Features + +* Histogram should honour "buckets" option ([#4485](https://github.com/hpcc-systems/Visualization/issues/4485)) ([c3733d4](https://github.com/hpcc-systems/Visualization/commit/c3733d48f98974576f0498bb9a644a938c960fc7)) +* update pipe.ts to use unlimited vardic types ([#4484](https://github.com/hpcc-systems/Visualization/issues/4484)) ([8f321c3](https://github.com/hpcc-systems/Visualization/commit/8f321c34de9cd5bbc03d2ce701992a3be6ef006a)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.6.1 to ^1.7.0 + ## [9.5.1](https://github.com/hpcc-systems/Visualization/compare/dataflow-v9.5.0...dataflow-v9.5.1) (2025-10-29) diff --git a/packages/dataflow/package.json b/packages/dataflow/package.json index c439571c38..bb5ddcea04 100644 --- a/packages/dataflow/package.json +++ b/packages/dataflow/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/dataflow", - "version": "9.5.1", + "version": "9.6.0", "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.6.1", + "@hpcc-js/esbuild-plugins": "^1.7.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 36478a69d2..85f59fa1e5 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.2](https://github.com/hpcc-systems/Visualization/compare/ddl-shim-v3.2.1...ddl-shim-v3.2.2) (2025-11-20) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.6.1 to ^1.7.0 + ## [3.2.1](https://github.com/hpcc-systems/Visualization/compare/ddl-shim-v3.2.0...ddl-shim-v3.2.1) (2025-10-29) diff --git a/packages/ddl-shim/package.json b/packages/ddl-shim/package.json index 9629d91db1..ac4fa45540 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.1", + "version": "3.2.2", "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.6.1", + "@hpcc-js/esbuild-plugins": "^1.7.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 21e049d0f9..3e1f3609c0 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.2](https://github.com/hpcc-systems/Visualization/compare/dgrid-v3.5.1...dgrid-v3.5.2) (2025-11-20) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/common bumped from ^3.5.1 to ^3.5.2 + * @hpcc-js/util bumped from ^3.4.1 to ^3.4.2 + * devDependencies + * @hpcc-js/ddl-shim bumped from ^3.2.1 to ^3.2.2 + * @hpcc-js/esbuild-plugins bumped from ^1.6.1 to ^1.7.0 + ## [3.5.1](https://github.com/hpcc-systems/Visualization/compare/dgrid-v3.5.0...dgrid-v3.5.1) (2025-10-29) diff --git a/packages/dgrid/package.json b/packages/dgrid/package.json index f154abce08..8bb5caa86a 100644 --- a/packages/dgrid/package.json +++ b/packages/dgrid/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/dgrid", - "version": "3.5.1", + "version": "3.5.2", "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.5.1", - "@hpcc-js/util": "^3.4.1" + "@hpcc-js/common": "^3.5.2", + "@hpcc-js/util": "^3.4.2" }, "peerDependencies": { "@hpcc-js/dgrid-shim": "^3.1.0" }, "devDependencies": { - "@hpcc-js/ddl-shim": "^3.2.1", - "@hpcc-js/esbuild-plugins": "^1.6.1", + "@hpcc-js/ddl-shim": "^3.2.2", + "@hpcc-js/esbuild-plugins": "^1.7.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 ec48d8f2d2..382794c65b 100644 --- a/packages/dgrid2/CHANGELOG.md +++ b/packages/dgrid2/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.5.0](https://github.com/hpcc-systems/Visualization/compare/dgrid2-v3.4.1...dgrid2-v3.5.0) (2025-11-20) + + +### Features + +* bump versions ([#4486](https://github.com/hpcc-systems/Visualization/issues/4486)) ([c8ef69b](https://github.com/hpcc-systems/Visualization/commit/c8ef69b3ee735215ab71b5ef2836a0f1cfe726b2)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/common bumped from ^3.5.1 to ^3.5.2 + * @hpcc-js/util bumped from ^3.4.1 to ^3.4.2 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.6.1 to ^1.7.0 + ## [3.4.1](https://github.com/hpcc-systems/Visualization/compare/dgrid2-v3.4.0...dgrid2-v3.4.1) (2025-10-29) diff --git a/packages/dgrid2/package.json b/packages/dgrid2/package.json index 731291d2e3..9278536d81 100644 --- a/packages/dgrid2/package.json +++ b/packages/dgrid2/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/dgrid2", - "version": "3.4.1", + "version": "3.5.0", "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.5.1", - "@hpcc-js/util": "^3.4.1" + "@hpcc-js/common": "^3.5.2", + "@hpcc-js/util": "^3.4.2" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.6.1", + "@hpcc-js/esbuild-plugins": "^1.7.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 efca22d14a..67c6db3184 100644 --- a/packages/eclwatch/CHANGELOG.md +++ b/packages/eclwatch/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. +## [3.5.2](https://github.com/hpcc-systems/Visualization/compare/eclwatch-v3.5.1...eclwatch-v3.5.2) (2025-11-20) + + +### Bug Fixes + +* **eclwatch:** add a multi-scale 24-hour tick formatter ([#4482](https://github.com/hpcc-systems/Visualization/issues/4482)) ([24d965d](https://github.com/hpcc-systems/Visualization/commit/24d965de38c0cb19c21b00044948c73b9fb687a7)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/codemirror bumped from ^3.6.1 to ^3.6.2 + * @hpcc-js/common bumped from ^3.5.1 to ^3.5.2 + * @hpcc-js/comms bumped from ^3.11.1 to ^3.12.0 + * @hpcc-js/dgrid bumped from ^3.5.1 to ^3.5.2 + * @hpcc-js/graph bumped from ^3.5.1 to ^3.5.2 + * @hpcc-js/layout bumped from ^3.4.1 to ^3.4.2 + * @hpcc-js/phosphor bumped from ^3.3.1 to ^3.4.0 + * @hpcc-js/timeline bumped from ^3.2.1 to ^3.2.2 + * @hpcc-js/tree bumped from ^3.2.1 to ^3.2.2 + * @hpcc-js/util bumped from ^3.4.1 to ^3.4.2 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.6.1 to ^1.7.0 + ## [3.5.1](https://github.com/hpcc-systems/Visualization/compare/eclwatch-v3.5.0...eclwatch-v3.5.1) (2025-10-29) diff --git a/packages/eclwatch/package.json b/packages/eclwatch/package.json index 77c9313995..452189891d 100644 --- a/packages/eclwatch/package.json +++ b/packages/eclwatch/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/eclwatch", - "version": "3.5.1", + "version": "3.5.2", "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.1", - "@hpcc-js/common": "^3.5.1", - "@hpcc-js/comms": "^3.11.1", - "@hpcc-js/dgrid": "^3.5.1", - "@hpcc-js/graph": "^3.5.1", - "@hpcc-js/layout": "^3.4.1", - "@hpcc-js/phosphor": "^3.3.1", - "@hpcc-js/timeline": "^3.2.1", - "@hpcc-js/tree": "^3.2.1", - "@hpcc-js/util": "^3.4.1" + "@hpcc-js/codemirror": "^3.6.2", + "@hpcc-js/common": "^3.5.2", + "@hpcc-js/comms": "^3.12.0", + "@hpcc-js/dgrid": "^3.5.2", + "@hpcc-js/graph": "^3.5.2", + "@hpcc-js/layout": "^3.4.2", + "@hpcc-js/phosphor": "^3.4.0", + "@hpcc-js/timeline": "^3.2.2", + "@hpcc-js/tree": "^3.2.2", + "@hpcc-js/util": "^3.4.2" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.6.1", + "@hpcc-js/esbuild-plugins": "^1.7.0", "d3-selection": "^1" }, "repository": { diff --git a/packages/esbuild-plugins/CHANGELOG.md b/packages/esbuild-plugins/CHANGELOG.md index cf25c82109..0faf9f8a8a 100644 --- a/packages/esbuild-plugins/CHANGELOG.md +++ b/packages/esbuild-plugins/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. +## [1.7.0](https://github.com/hpcc-systems/Visualization/compare/esbuild-plugins-v1.6.1...esbuild-plugins-v1.7.0) (2025-11-20) + + +### Features + +* bump versions ([#4486](https://github.com/hpcc-systems/Visualization/issues/4486)) ([c8ef69b](https://github.com/hpcc-systems/Visualization/commit/c8ef69b3ee735215ab71b5ef2836a0f1cfe726b2)) +* update pipe.ts to use unlimited vardic types ([#4484](https://github.com/hpcc-systems/Visualization/issues/4484)) ([8f321c3](https://github.com/hpcc-systems/Visualization/commit/8f321c34de9cd5bbc03d2ce701992a3be6ef006a)) + ## [1.6.1](https://github.com/hpcc-systems/Visualization/compare/esbuild-plugins-v1.6.0...esbuild-plugins-v1.6.1) (2025-10-29) diff --git a/packages/esbuild-plugins/package.json b/packages/esbuild-plugins/package.json index 7c697a21af..ac7d75dceb 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.1", + "version": "1.7.0", "description": "Various esbuild plugins", "type": "module", "exports": { diff --git a/packages/form/CHANGELOG.md b/packages/form/CHANGELOG.md index 69ca7c341f..5b65329709 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.2](https://github.com/hpcc-systems/Visualization/compare/form-v3.3.1...form-v3.3.2) (2025-11-20) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/api bumped from ^3.4.1 to ^3.4.2 + * @hpcc-js/chart bumped from ^3.5.1 to ^3.5.2 + * @hpcc-js/common bumped from ^3.5.1 to ^3.5.2 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.6.1 to ^1.7.0 + ## [3.3.1](https://github.com/hpcc-systems/Visualization/compare/form-v3.3.0...form-v3.3.1) (2025-10-29) diff --git a/packages/form/package.json b/packages/form/package.json index 7bd1d16e36..88b14933c3 100644 --- a/packages/form/package.json +++ b/packages/form/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/form", - "version": "3.3.1", + "version": "3.3.2", "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.1", - "@hpcc-js/chart": "^3.5.1", - "@hpcc-js/common": "^3.5.1" + "@hpcc-js/api": "^3.4.2", + "@hpcc-js/chart": "^3.5.2", + "@hpcc-js/common": "^3.5.2" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.6.1", + "@hpcc-js/esbuild-plugins": "^1.7.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 b16e969d6a..492a8f1c5e 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.5.2](https://github.com/hpcc-systems/Visualization/compare/graph-v3.5.1...graph-v3.5.2) (2025-11-20) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/api bumped from ^3.4.1 to ^3.4.2 + * @hpcc-js/common bumped from ^3.5.1 to ^3.5.2 + * @hpcc-js/html bumped from ^3.3.1 to ^3.3.2 + * @hpcc-js/react bumped from ^3.4.1 to ^3.4.2 + * @hpcc-js/util bumped from ^3.4.1 to ^3.4.2 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.6.1 to ^1.7.0 + ## [3.5.1](https://github.com/hpcc-systems/Visualization/compare/graph-v3.5.0...graph-v3.5.1) (2025-10-29) diff --git a/packages/graph/package.json b/packages/graph/package.json index d9f1829271..e7f7e18da3 100644 --- a/packages/graph/package.json +++ b/packages/graph/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/graph", - "version": "3.5.1", + "version": "3.5.2", "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.1", - "@hpcc-js/common": "^3.5.1", - "@hpcc-js/html": "^3.3.1", - "@hpcc-js/react": "^3.4.1", - "@hpcc-js/util": "^3.4.1" + "@hpcc-js/api": "^3.4.2", + "@hpcc-js/common": "^3.5.2", + "@hpcc-js/html": "^3.3.2", + "@hpcc-js/react": "^3.4.2", + "@hpcc-js/util": "^3.4.2" }, "optionalPeerDependencies": { "react": ">=17.0.0" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.6.1", + "@hpcc-js/esbuild-plugins": "^1.7.0", "@hpcc-js/wasm-graphviz": "1.15.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 cb0bea50f8..087dc6d1c3 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.2](https://github.com/hpcc-systems/Visualization/compare/html-v3.3.1...html-v3.3.2) (2025-11-20) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/common bumped from ^3.5.1 to ^3.5.2 + * @hpcc-js/react bumped from ^3.4.1 to ^3.4.2 + * @hpcc-js/util bumped from ^3.4.1 to ^3.4.2 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.6.1 to ^1.7.0 + ## [3.3.1](https://github.com/hpcc-systems/Visualization/compare/html-v3.3.0...html-v3.3.1) (2025-10-29) diff --git a/packages/html/package.json b/packages/html/package.json index ae98bfe0b5..6af14091ae 100644 --- a/packages/html/package.json +++ b/packages/html/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/html", - "version": "3.3.1", + "version": "3.3.2", "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.5.1", - "@hpcc-js/react": "^3.4.1", - "@hpcc-js/util": "^3.4.1" + "@hpcc-js/common": "^3.5.2", + "@hpcc-js/react": "^3.4.2", + "@hpcc-js/util": "^3.4.2" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.6.1", + "@hpcc-js/esbuild-plugins": "^1.7.0", "d3-format": "^1", "d3-selection": "^1" }, diff --git a/packages/layout/CHANGELOG.md b/packages/layout/CHANGELOG.md index 744f28cfe9..8386d9cf1d 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.2](https://github.com/hpcc-systems/Visualization/compare/layout-v3.4.1...layout-v3.4.2) (2025-11-20) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/api bumped from ^3.4.1 to ^3.4.2 + * @hpcc-js/chart bumped from ^3.5.1 to ^3.5.2 + * @hpcc-js/common bumped from ^3.5.1 to ^3.5.2 + * @hpcc-js/dgrid bumped from ^3.5.1 to ^3.5.2 + * @hpcc-js/util bumped from ^3.4.1 to ^3.4.2 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.6.1 to ^1.7.0 + ## [3.4.1](https://github.com/hpcc-systems/Visualization/compare/layout-v3.4.0...layout-v3.4.1) (2025-10-29) diff --git a/packages/layout/package.json b/packages/layout/package.json index 94000e2eab..5b06114c1f 100644 --- a/packages/layout/package.json +++ b/packages/layout/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/layout", - "version": "3.4.1", + "version": "3.4.2", "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.1", - "@hpcc-js/chart": "^3.5.1", - "@hpcc-js/common": "^3.5.1", - "@hpcc-js/dgrid": "^3.5.1", - "@hpcc-js/util": "^3.4.1" + "@hpcc-js/api": "^3.4.2", + "@hpcc-js/chart": "^3.5.2", + "@hpcc-js/common": "^3.5.2", + "@hpcc-js/dgrid": "^3.5.2", + "@hpcc-js/util": "^3.4.2" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.6.1", + "@hpcc-js/esbuild-plugins": "^1.7.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 04039cc8f2..4894c066c2 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.2](https://github.com/hpcc-systems/Visualization/compare/map-v3.4.1...map-v3.4.2) (2025-11-20) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/api bumped from ^3.4.1 to ^3.4.2 + * @hpcc-js/common bumped from ^3.5.1 to ^3.5.2 + * @hpcc-js/graph bumped from ^3.5.1 to ^3.5.2 + * @hpcc-js/layout bumped from ^3.4.1 to ^3.4.2 + * @hpcc-js/other bumped from ^3.4.1 to ^3.4.2 + * @hpcc-js/util bumped from ^3.4.1 to ^3.4.2 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.6.1 to ^1.7.0 + ## [3.4.1](https://github.com/hpcc-systems/Visualization/compare/map-v3.4.0...map-v3.4.1) (2025-10-29) diff --git a/packages/map/package.json b/packages/map/package.json index b63d4f93d8..33cdb3d400 100644 --- a/packages/map/package.json +++ b/packages/map/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/map", - "version": "3.4.1", + "version": "3.4.2", "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.1", - "@hpcc-js/common": "^3.5.1", - "@hpcc-js/graph": "^3.5.1", - "@hpcc-js/layout": "^3.4.1", - "@hpcc-js/other": "^3.4.1", - "@hpcc-js/util": "^3.4.1" + "@hpcc-js/api": "^3.4.2", + "@hpcc-js/common": "^3.5.2", + "@hpcc-js/graph": "^3.5.2", + "@hpcc-js/layout": "^3.4.2", + "@hpcc-js/other": "^3.4.2", + "@hpcc-js/util": "^3.4.2" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.6.1", + "@hpcc-js/esbuild-plugins": "^1.7.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 a4b84b0088..e14c22cea5 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.2](https://github.com/hpcc-systems/Visualization/compare/markdown-it-plugins-v1.5.1...markdown-it-plugins-v1.5.2) (2025-11-20) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/observablehq-compiler bumped from ^3.6.1 to ^3.7.0 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.6.1 to ^1.7.0 + ## [1.5.1](https://github.com/hpcc-systems/Visualization/compare/markdown-it-plugins-v1.5.0...markdown-it-plugins-v1.5.1) (2025-10-29) diff --git a/packages/markdown-it-plugins/package.json b/packages/markdown-it-plugins/package.json index 63a6f14c24..eab4ede775 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.1", + "version": "1.5.2", "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.6.1", + "@hpcc-js/observablehq-compiler": "^3.7.0", "@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.6.1", + "@hpcc-js/esbuild-plugins": "^1.7.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 f1732fb7cd..5d5420ed9f 100644 --- a/packages/observablehq-compiler/CHANGELOG.md +++ b/packages/observablehq-compiler/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. +## [3.7.0](https://github.com/hpcc-systems/Visualization/compare/observablehq-compiler-v3.6.1...observablehq-compiler-v3.7.0) (2025-11-20) + + +### Features + +* bump versions ([#4486](https://github.com/hpcc-systems/Visualization/issues/4486)) ([c8ef69b](https://github.com/hpcc-systems/Visualization/commit/c8ef69b3ee735215ab71b5ef2836a0f1cfe726b2)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.6.1 to ^1.7.0 + ## [3.6.1](https://github.com/hpcc-systems/Visualization/compare/observablehq-compiler-v3.6.0...observablehq-compiler-v3.6.1) (2025-10-29) diff --git a/packages/observablehq-compiler/package.json b/packages/observablehq-compiler/package.json index b6b40a1cea..c152f3d067 100644 --- a/packages/observablehq-compiler/package.json +++ b/packages/observablehq-compiler/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/observablehq-compiler", - "version": "3.6.1", + "version": "3.7.0", "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.6.1", + "@hpcc-js/esbuild-plugins": "^1.7.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 41102900d3..c77f54d6b5 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.2](https://github.com/hpcc-systems/Visualization/compare/other-v3.4.1...other-v3.4.2) (2025-11-20) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/api bumped from ^3.4.1 to ^3.4.2 + * @hpcc-js/common bumped from ^3.5.1 to ^3.5.2 + * @hpcc-js/layout bumped from ^3.4.1 to ^3.4.2 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.6.1 to ^1.7.0 + ## [3.4.1](https://github.com/hpcc-systems/Visualization/compare/other-v3.4.0...other-v3.4.1) (2025-10-29) diff --git a/packages/other/package.json b/packages/other/package.json index 4d90df555f..eb5bd099f4 100644 --- a/packages/other/package.json +++ b/packages/other/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/other", - "version": "3.4.1", + "version": "3.4.2", "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.1", - "@hpcc-js/common": "^3.5.1", - "@hpcc-js/layout": "^3.4.1" + "@hpcc-js/api": "^3.4.2", + "@hpcc-js/common": "^3.5.2", + "@hpcc-js/layout": "^3.4.2" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.6.1", + "@hpcc-js/esbuild-plugins": "^1.7.0", "d3-array": "^1", "d3-collection": "^1", "d3-format": "^1", diff --git a/packages/phosphor/CHANGELOG.md b/packages/phosphor/CHANGELOG.md index 95a461d5b4..c855eddcdd 100644 --- a/packages/phosphor/CHANGELOG.md +++ b/packages/phosphor/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.0](https://github.com/hpcc-systems/Visualization/compare/phosphor-v3.3.1...phosphor-v3.4.0) (2025-11-20) + + +### Features + +* bump versions ([#4486](https://github.com/hpcc-systems/Visualization/issues/4486)) ([c8ef69b](https://github.com/hpcc-systems/Visualization/commit/c8ef69b3ee735215ab71b5ef2836a0f1cfe726b2)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/common bumped from ^3.5.1 to ^3.5.2 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.6.1 to ^1.7.0 + ## [3.3.1](https://github.com/hpcc-systems/Visualization/compare/phosphor-v3.3.0...phosphor-v3.3.1) (2025-10-29) diff --git a/packages/phosphor/package.json b/packages/phosphor/package.json index cec3058f9a..0d1a699d15 100644 --- a/packages/phosphor/package.json +++ b/packages/phosphor/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/phosphor", - "version": "3.3.1", + "version": "3.4.0", "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.5.1" + "@hpcc-js/common": "^3.5.2" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.6.1", + "@hpcc-js/esbuild-plugins": "^1.7.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 f4def90727..18d8268174 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.2](https://github.com/hpcc-systems/Visualization/compare/react-v3.4.1...react-v3.4.2) (2025-11-20) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/common bumped from ^3.5.1 to ^3.5.2 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.6.1 to ^1.7.0 + ## [3.4.1](https://github.com/hpcc-systems/Visualization/compare/react-v3.4.0...react-v3.4.1) (2025-10-29) diff --git a/packages/react/package.json b/packages/react/package.json index 0e4b7fc6dd..e855da2788 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/react", - "version": "3.4.1", + "version": "3.4.2", "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.5.1" + "@hpcc-js/common": "^3.5.2" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.6.1", + "@hpcc-js/esbuild-plugins": "^1.7.0", "@preact/preset-vite": "2.10.2", "preact": "10.27.2" }, diff --git a/packages/timeline/CHANGELOG.md b/packages/timeline/CHANGELOG.md index c91fb050c4..26355977a9 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.2.2](https://github.com/hpcc-systems/Visualization/compare/timeline-v3.2.1...timeline-v3.2.2) (2025-11-20) + + +### Bug Fixes + +* **eclwatch:** add a multi-scale 24-hour tick formatter ([#4482](https://github.com/hpcc-systems/Visualization/issues/4482)) ([24d965d](https://github.com/hpcc-systems/Visualization/commit/24d965de38c0cb19c21b00044948c73b9fb687a7)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/api bumped from ^3.4.1 to ^3.4.2 + * @hpcc-js/chart bumped from ^3.5.1 to ^3.5.2 + * @hpcc-js/common bumped from ^3.5.1 to ^3.5.2 + * @hpcc-js/html bumped from ^3.3.1 to ^3.3.2 + * @hpcc-js/layout bumped from ^3.4.1 to ^3.4.2 + * @hpcc-js/react bumped from ^3.4.1 to ^3.4.2 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.6.1 to ^1.7.0 + ## [3.2.1](https://github.com/hpcc-systems/Visualization/compare/timeline-v3.2.0...timeline-v3.2.1) (2025-10-29) diff --git a/packages/timeline/package.json b/packages/timeline/package.json index 7027f67971..cd56171c59 100644 --- a/packages/timeline/package.json +++ b/packages/timeline/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/timeline", - "version": "3.2.1", + "version": "3.2.2", "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.1", - "@hpcc-js/chart": "^3.5.1", - "@hpcc-js/common": "^3.5.1", - "@hpcc-js/html": "^3.3.1", - "@hpcc-js/layout": "^3.4.1", - "@hpcc-js/react": "^3.4.1" + "@hpcc-js/api": "^3.4.2", + "@hpcc-js/chart": "^3.5.2", + "@hpcc-js/common": "^3.5.2", + "@hpcc-js/html": "^3.3.2", + "@hpcc-js/layout": "^3.4.2", + "@hpcc-js/react": "^3.4.2" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.6.1", + "@hpcc-js/esbuild-plugins": "^1.7.0", "d3-array": "^1", "d3-scale": "^1", "d3-selection": "^1", diff --git a/packages/tree/CHANGELOG.md b/packages/tree/CHANGELOG.md index 45ab9e8890..738efb9396 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.2](https://github.com/hpcc-systems/Visualization/compare/tree-v3.2.1...tree-v3.2.2) (2025-11-20) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/api bumped from ^3.4.1 to ^3.4.2 + * @hpcc-js/common bumped from ^3.5.1 to ^3.5.2 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.6.1 to ^1.7.0 + ## [3.2.1](https://github.com/hpcc-systems/Visualization/compare/tree-v3.2.0...tree-v3.2.1) (2025-10-29) diff --git a/packages/tree/package.json b/packages/tree/package.json index a6cdc02337..bcc918880a 100644 --- a/packages/tree/package.json +++ b/packages/tree/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/tree", - "version": "3.2.1", + "version": "3.2.2", "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.1", - "@hpcc-js/common": "^3.5.1" + "@hpcc-js/api": "^3.4.2", + "@hpcc-js/common": "^3.5.2" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.6.1", + "@hpcc-js/esbuild-plugins": "^1.7.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 ccae669546..9a265e38d1 100644 --- a/packages/util/CHANGELOG.md +++ b/packages/util/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. +## [3.4.2](https://github.com/hpcc-systems/Visualization/compare/util-v3.4.1...util-v3.4.2) (2025-11-20) + + +### Bug Fixes + +* requestAmimatonFrame only needed when observed ([#4489](https://github.com/hpcc-systems/Visualization/issues/4489)) ([ae12395](https://github.com/hpcc-systems/Visualization/commit/ae123952990dd15e40fa2340576502dc3e4bfbf4)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.6.1 to ^1.7.0 + ## [3.4.1](https://github.com/hpcc-systems/Visualization/compare/util-v3.4.0...util-v3.4.1) (2025-10-29) diff --git a/packages/util/package.json b/packages/util/package.json index b496967ccc..48de128078 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/util", - "version": "3.4.1", + "version": "3.4.2", "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.6.1" + "@hpcc-js/esbuild-plugins": "^1.7.0" }, "repository": { "type": "git",