diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5bb80eafb5..3cf10ba158 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,28 +1,28 @@ { - ".": "3.11.1", - "packages/api": "3.3.10", - "packages/chart": "3.4.0", - "packages/codemirror": "3.5.0", - "packages/common": "3.4.0", - "packages/comms": "3.8.0", - "packages/composite": "3.2.13", - "packages/dataflow": "9.4.0", - "packages/dgrid": "3.3.0", + ".": "3.11.2", + "packages/api": "3.3.11", + "packages/chart": "3.4.1", + "packages/codemirror": "3.5.1", + "packages/common": "3.4.1", + "packages/comms": "3.8.1", + "packages/composite": "3.2.14", + "packages/dataflow": "9.4.1", + "packages/dgrid": "3.3.1", "packages/dgrid-shim": "3.2.0", - "packages/dgrid2": "3.3.0", - "packages/eclwatch": "3.3.0", - "packages/esbuild-plugins": "1.5.0", - "packages/form": "3.2.10", - "packages/graph": "3.4.0", - "packages/html": "3.2.11", - "packages/layout": "3.2.11", - "packages/map": "3.2.16", - "packages/markdown-it-plugins": "1.4.2", - "packages/observablehq-compiler": "3.5.1", - "packages/other": "3.2.11", - "packages/phosphor": "3.2.11", - "packages/react": "3.3.0", + "packages/dgrid2": "3.3.1", + "packages/eclwatch": "3.3.1", + "packages/esbuild-plugins": "1.5.1", + "packages/form": "3.2.11", + "packages/graph": "3.4.1", + "packages/html": "3.2.12", + "packages/layout": "3.2.12", + "packages/map": "3.2.17", + "packages/markdown-it-plugins": "1.4.3", + "packages/observablehq-compiler": "3.5.2", + "packages/other": "3.2.12", + "packages/phosphor": "3.2.12", + "packages/react": "3.3.1", "packages/timeline": "3.0.0", "packages/tree": "3.0.0", - "packages/util": "3.3.10" + "packages/util": "3.3.11" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 35c957e1c8..fbbeb0bfb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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.11.2](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.11.1...hpcc-js-v3.11.2) (2025-09-18) + + +### Bug Fixes + +* bump versions ([e9719b8](https://github.com/hpcc-systems/Visualization/commit/e9719b875e4c65936921d2e6a0f76ab008b88114)) +* improve runtime placeholder handling ([a3e8afb](https://github.com/hpcc-systems/Visualization/commit/a3e8afbd3d5532137642f8246d3ebb28b0baa3e8)) +* improve runtime placeholder handling ([95074fc](https://github.com/hpcc-systems/Visualization/commit/95074fc78de915bfcd71a559031fea83ce6a5c6a)) +* improve runtime placeholder handling ([605b250](https://github.com/hpcc-systems/Visualization/commit/605b2505babd99aee7b4bc18c52cfb4ed1038d35)) +* improve runtime placeholder handling ([237c452](https://github.com/hpcc-systems/Visualization/commit/237c45259ad43e9172f26ec79357bac0a46b5381)) + ## [3.11.1](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.11.0...hpcc-js-v3.11.1) (2025-09-04) diff --git a/package-lock.json b/package-lock.json index 2316653c80..751dc6e78e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hpcc-js", - "version": "3.11.1", + "version": "3.11.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "hpcc-js", - "version": "3.11.1", + "version": "3.11.2", "license": "Apache-2.0", "workspaces": [ "packages/*", @@ -22161,13 +22161,13 @@ }, "packages/api": { "name": "@hpcc-js/api", - "version": "3.3.10", + "version": "3.3.11", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/common": "^3.4.0" + "@hpcc-js/common": "^3.4.1" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.5.0", + "@hpcc-js/esbuild-plugins": "^1.5.1", "d3-collection": "^1", "d3-color": "3.1.0", "d3-format": "^1", @@ -22176,15 +22176,15 @@ }, "packages/chart": { "name": "@hpcc-js/chart", - "version": "3.4.0", + "version": "3.4.1", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/api": "^3.3.10", - "@hpcc-js/common": "^3.4.0", - "@hpcc-js/util": "^3.3.10" + "@hpcc-js/api": "^3.3.11", + "@hpcc-js/common": "^3.4.1", + "@hpcc-js/util": "^3.3.11" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.5.0", + "@hpcc-js/esbuild-plugins": "^1.5.1", "@types/d3-shape": "1.3.12", "@types/d3-transition": "1.3.6", "d3-array": "^1", @@ -22217,22 +22217,22 @@ }, "packages/codemirror": { "name": "@hpcc-js/codemirror", - "version": "3.5.0", + "version": "3.5.1", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/common": "^3.4.0" + "@hpcc-js/common": "^3.4.1" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.5.0", + "@hpcc-js/esbuild-plugins": "^1.5.1", "codemirror": "5.65.20" } }, "packages/common": { "name": "@hpcc-js/common", - "version": "3.4.0", + "version": "3.4.1", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/util": "^3.3.10", + "@hpcc-js/util": "^3.3.11", "@types/d3-array": "1.2.12", "@types/d3-brush": "1.1.8", "@types/d3-collection": "1.0.13", @@ -22250,7 +22250,7 @@ "@types/d3-zoom": "1.8.7" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.5.0", + "@hpcc-js/esbuild-plugins": "^1.5.1", "colorbrewer": "1.6.1", "d3-array": "^1", "d3-brush": "^1", @@ -22309,10 +22309,10 @@ }, "packages/comms": { "name": "@hpcc-js/comms", - "version": "3.8.0", + "version": "3.8.1", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/util": "^3.3.10", + "@hpcc-js/util": "^3.3.11", "@xmldom/xmldom": "0.9.8", "abort-controller": "3.0.0", "node-fetch": "3.3.2", @@ -22320,7 +22320,7 @@ }, "devDependencies": { "@hpcc-js/ddl-shim": "^3.0.0", - "@hpcc-js/esbuild-plugins": "^1.5.0", + "@hpcc-js/esbuild-plugins": "^1.5.1", "@kubernetes/client-node": "1.3.0", "@types/d3-request": "1.0.9", "@types/d3-time-format": "2.3.4", @@ -22365,21 +22365,21 @@ }, "packages/composite": { "name": "@hpcc-js/composite", - "version": "3.2.13", + "version": "3.2.14", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/api": "^3.3.10", - "@hpcc-js/chart": "^3.4.0", - "@hpcc-js/common": "^3.4.0", - "@hpcc-js/dgrid": "^3.3.0", - "@hpcc-js/form": "^3.2.10", - "@hpcc-js/html": "^3.2.11", - "@hpcc-js/other": "^3.2.11", - "@hpcc-js/phosphor": "^3.2.11", - "@hpcc-js/util": "^3.3.10" + "@hpcc-js/api": "^3.3.11", + "@hpcc-js/chart": "^3.4.1", + "@hpcc-js/common": "^3.4.1", + "@hpcc-js/dgrid": "^3.3.1", + "@hpcc-js/form": "^3.2.11", + "@hpcc-js/html": "^3.2.12", + "@hpcc-js/other": "^3.2.12", + "@hpcc-js/phosphor": "^3.2.12", + "@hpcc-js/util": "^3.3.11" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.5.0", + "@hpcc-js/esbuild-plugins": "^1.5.1", "@types/d3-transition": "1.3.6", "d3-collection": "^1", "d3-selection": "^1", @@ -22388,10 +22388,10 @@ }, "packages/dataflow": { "name": "@hpcc-js/dataflow", - "version": "9.4.0", + "version": "9.4.1", "license": "Apache-2.0", "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.5.0", + "@hpcc-js/esbuild-plugins": "^1.5.1", "@types/faker": "4.1.12", "@types/jasmine": "5.1.9", "faker": "4.1.0" @@ -22413,15 +22413,15 @@ }, "packages/dgrid": { "name": "@hpcc-js/dgrid", - "version": "3.3.0", + "version": "3.3.1", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/common": "^3.4.0", - "@hpcc-js/util": "^3.3.10" + "@hpcc-js/common": "^3.4.1", + "@hpcc-js/util": "^3.3.11" }, "devDependencies": { "@hpcc-js/ddl-shim": "^3.0.0", - "@hpcc-js/esbuild-plugins": "^1.5.0", + "@hpcc-js/esbuild-plugins": "^1.5.1", "@testing-library/dom": "10.4.1", "d3-format": "^1", "d3-selection": "^1" @@ -22472,14 +22472,14 @@ }, "packages/dgrid2": { "name": "@hpcc-js/dgrid2", - "version": "3.3.0", + "version": "3.3.1", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/common": "^3.4.0", - "@hpcc-js/util": "^3.3.10" + "@hpcc-js/common": "^3.4.1", + "@hpcc-js/util": "^3.3.11" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.5.0", + "@hpcc-js/esbuild-plugins": "^1.5.1", "@types/react": "19.1.13", "@types/react-dom": "19.1.9", "@vitejs/plugin-react": "4.7.0", @@ -22545,28 +22545,28 @@ }, "packages/eclwatch": { "name": "@hpcc-js/eclwatch", - "version": "3.3.0", + "version": "3.3.1", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/codemirror": "^3.5.0", - "@hpcc-js/common": "^3.4.0", - "@hpcc-js/comms": "^3.8.0", - "@hpcc-js/dgrid": "^3.3.0", - "@hpcc-js/graph": "^3.4.0", - "@hpcc-js/layout": "^3.2.11", - "@hpcc-js/phosphor": "^3.2.11", + "@hpcc-js/codemirror": "^3.5.1", + "@hpcc-js/common": "^3.4.1", + "@hpcc-js/comms": "^3.8.1", + "@hpcc-js/dgrid": "^3.3.1", + "@hpcc-js/graph": "^3.4.1", + "@hpcc-js/layout": "^3.2.12", + "@hpcc-js/phosphor": "^3.2.12", "@hpcc-js/timeline": "^3.0.0", "@hpcc-js/tree": "^3.0.0", - "@hpcc-js/util": "^3.3.10" + "@hpcc-js/util": "^3.3.11" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.5.0", + "@hpcc-js/esbuild-plugins": "^1.5.1", "d3-selection": "^1" } }, "packages/esbuild-plugins": { "name": "@hpcc-js/esbuild-plugins", - "version": "1.5.0", + "version": "1.5.1", "license": "Apache-2.0", "dependencies": { "esbuild": "0.25.10", @@ -23041,15 +23041,15 @@ }, "packages/form": { "name": "@hpcc-js/form", - "version": "3.2.10", + "version": "3.2.11", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/api": "^3.3.10", - "@hpcc-js/chart": "^3.4.0", - "@hpcc-js/common": "^3.4.0" + "@hpcc-js/api": "^3.3.11", + "@hpcc-js/chart": "^3.4.1", + "@hpcc-js/common": "^3.4.1" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.5.0", + "@hpcc-js/esbuild-plugins": "^1.5.1", "d3-brush": "^1", "d3-color": "3.1.0", "d3-drag": "^1", @@ -23059,17 +23059,17 @@ }, "packages/graph": { "name": "@hpcc-js/graph", - "version": "3.4.0", + "version": "3.4.1", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/api": "^3.3.10", - "@hpcc-js/common": "^3.4.0", - "@hpcc-js/html": "^3.2.11", - "@hpcc-js/react": "^3.3.0", - "@hpcc-js/util": "^3.3.10" + "@hpcc-js/api": "^3.3.11", + "@hpcc-js/common": "^3.4.1", + "@hpcc-js/html": "^3.2.12", + "@hpcc-js/react": "^3.3.1", + "@hpcc-js/util": "^3.3.11" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.5.0", + "@hpcc-js/esbuild-plugins": "^1.5.1", "@hpcc-js/wasm-graphviz": "1.12.0", "@types/d3-transition": "1.3.6", "@types/dagre": "0.7.53", @@ -23086,32 +23086,32 @@ }, "packages/html": { "name": "@hpcc-js/html", - "version": "3.2.11", + "version": "3.2.12", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/common": "^3.4.0", - "@hpcc-js/react": "^3.3.0", - "@hpcc-js/util": "^3.3.10" + "@hpcc-js/common": "^3.4.1", + "@hpcc-js/react": "^3.3.1", + "@hpcc-js/util": "^3.3.11" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.5.0", + "@hpcc-js/esbuild-plugins": "^1.5.1", "d3-format": "^1", "d3-selection": "^1" } }, "packages/layout": { "name": "@hpcc-js/layout", - "version": "3.2.11", + "version": "3.2.12", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/api": "^3.3.10", - "@hpcc-js/chart": "^3.4.0", - "@hpcc-js/common": "^3.4.0", - "@hpcc-js/dgrid": "^3.3.0", - "@hpcc-js/util": "^3.3.10" + "@hpcc-js/api": "^3.3.11", + "@hpcc-js/chart": "^3.4.1", + "@hpcc-js/common": "^3.4.1", + "@hpcc-js/dgrid": "^3.3.1", + "@hpcc-js/util": "^3.3.11" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.5.0", + "@hpcc-js/esbuild-plugins": "^1.5.1", "@types/d3-transition": "1.3.6", "d3-drag": "^1", "d3-selection": "^1", @@ -23123,18 +23123,18 @@ }, "packages/map": { "name": "@hpcc-js/map", - "version": "3.2.16", + "version": "3.2.17", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/api": "^3.3.10", - "@hpcc-js/common": "^3.4.0", - "@hpcc-js/graph": "^3.4.0", - "@hpcc-js/layout": "^3.2.11", - "@hpcc-js/other": "^3.2.11", - "@hpcc-js/util": "^3.3.10" + "@hpcc-js/api": "^3.3.11", + "@hpcc-js/common": "^3.4.1", + "@hpcc-js/graph": "^3.4.1", + "@hpcc-js/layout": "^3.2.12", + "@hpcc-js/other": "^3.2.12", + "@hpcc-js/util": "^3.3.11" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.5.0", + "@hpcc-js/esbuild-plugins": "^1.5.1", "@types/leaflet-draw": "1.0.13", "@types/leaflet.heat": "0.2.5", "@types/leaflet.markercluster": "1.5.6", @@ -23156,16 +23156,16 @@ }, "packages/markdown-it-plugins": { "name": "@hpcc-js/markdown-it-plugins", - "version": "1.4.2", + "version": "1.4.3", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/observablehq-compiler": "^3.5.1", + "@hpcc-js/observablehq-compiler": "^3.5.2", "@observablehq/framework": "1.13.3", "@observablehq/runtime": "5.9.9", "@types/markdown-it": "14.1.2" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.5.0", + "@hpcc-js/esbuild-plugins": "^1.5.1", "d3-dsv": "3.0.1", "d3-fetch": "3.0.1", "dotenv": "16.6.1", @@ -23227,7 +23227,7 @@ }, "packages/observablehq-compiler": { "name": "@hpcc-js/observablehq-compiler", - "version": "3.5.1", + "version": "3.5.2", "license": "Apache-2.0", "dependencies": { "jsdom": "26.1.0", @@ -23237,7 +23237,7 @@ "ojscc": "bin/ojscc.mjs" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.5.0", + "@hpcc-js/esbuild-plugins": "^1.5.1", "@observablehq/notebook-kit": "1.4.1", "@observablehq/parser": "6.1.0", "@observablehq/runtime": "5.9.9", @@ -23422,15 +23422,15 @@ }, "packages/other": { "name": "@hpcc-js/other", - "version": "3.2.11", + "version": "3.2.12", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/api": "^3.3.10", - "@hpcc-js/common": "^3.4.0", - "@hpcc-js/layout": "^3.2.11" + "@hpcc-js/api": "^3.3.11", + "@hpcc-js/common": "^3.4.1", + "@hpcc-js/layout": "^3.2.12" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.5.0", + "@hpcc-js/esbuild-plugins": "^1.5.1", "d3-array": "^1", "d3-collection": "^1", "d3-format": "^1", @@ -23447,13 +23447,13 @@ }, "packages/phosphor": { "name": "@hpcc-js/phosphor", - "version": "3.2.11", + "version": "3.2.12", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/common": "^3.4.0" + "@hpcc-js/common": "^3.4.1" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.5.0", + "@hpcc-js/esbuild-plugins": "^1.5.1", "@lumino/algorithm": "2.0.3", "@lumino/commands": "2.3.2", "@lumino/messaging": "2.0.3", @@ -23462,13 +23462,13 @@ }, "packages/react": { "name": "@hpcc-js/react", - "version": "3.3.0", + "version": "3.3.1", "license": "Apache-2.0", "dependencies": { - "@hpcc-js/common": "^3.4.0" + "@hpcc-js/common": "^3.4.1" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.5.0", + "@hpcc-js/esbuild-plugins": "^1.5.1", "@preact/preset-vite": "2.10.2", "preact": "10.27.2" } @@ -23522,13 +23522,13 @@ }, "packages/util": { "name": "@hpcc-js/util", - "version": "3.3.10", + "version": "3.3.11", "license": "Apache-2.0", "dependencies": { "@xmldom/xmldom": "0.9.8" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.5.0" + "@hpcc-js/esbuild-plugins": "^1.5.1" } } } diff --git a/package.json b/package.json index d6955487dc..0d57e3a51d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hpcc-js", - "version": "3.11.1", + "version": "3.11.2", "description": "HPCC Visualization Framework", "private": true, "type": "module", diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 5fa021e8a8..f0f91fe028 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -54,6 +54,17 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline +## [3.3.11](https://github.com/hpcc-systems/Visualization/compare/api-v3.3.10...api-v3.3.11) (2025-09-18) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/common bumped from ^3.4.0 to ^3.4.1 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.5.0 to ^1.5.1 + ## [3.3.10](https://github.com/hpcc-systems/Visualization/compare/api-v3.3.9...api-v3.3.10) (2025-08-26) diff --git a/packages/api/package.json b/packages/api/package.json index 72565ce13a..250cf111dd 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/api", - "version": "3.3.10", + "version": "3.3.11", "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.4.0" + "@hpcc-js/common": "^3.4.1" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.5.0", + "@hpcc-js/esbuild-plugins": "^1.5.1", "d3-collection": "^1", "d3-color": "3.1.0", "d3-format": "^1", diff --git a/packages/chart/CHANGELOG.md b/packages/chart/CHANGELOG.md index 1b30d3bf8d..6e84f8fb48 100644 --- a/packages/chart/CHANGELOG.md +++ b/packages/chart/CHANGELOG.md @@ -12,6 +12,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline +## [3.4.1](https://github.com/hpcc-systems/Visualization/compare/chart-v3.4.0...chart-v3.4.1) (2025-09-18) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/api bumped from ^3.3.10 to ^3.3.11 + * @hpcc-js/common bumped from ^3.4.0 to ^3.4.1 + * @hpcc-js/util bumped from ^3.3.10 to ^3.3.11 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.5.0 to ^1.5.1 + ## [3.4.0](https://github.com/hpcc-systems/Visualization/compare/chart-v3.3.9...chart-v3.4.0) (2025-08-26) diff --git a/packages/chart/package.json b/packages/chart/package.json index 41a0421b45..10cbd93b3d 100644 --- a/packages/chart/package.json +++ b/packages/chart/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/chart", - "version": "3.4.0", + "version": "3.4.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.3.10", - "@hpcc-js/common": "^3.4.0", - "@hpcc-js/util": "^3.3.10" + "@hpcc-js/api": "^3.3.11", + "@hpcc-js/common": "^3.4.1", + "@hpcc-js/util": "^3.3.11" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.5.0", + "@hpcc-js/esbuild-plugins": "^1.5.1", "@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 d9ba066436..deade77cea 100644 --- a/packages/codemirror/CHANGELOG.md +++ b/packages/codemirror/CHANGELOG.md @@ -53,6 +53,17 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline +## [3.5.1](https://github.com/hpcc-systems/Visualization/compare/codemirror-v3.5.0...codemirror-v3.5.1) (2025-09-18) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/common bumped from ^3.4.0 to ^3.4.1 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.5.0 to ^1.5.1 + ## [3.5.0](https://github.com/hpcc-systems/Visualization/compare/codemirror-v3.4.1...codemirror-v3.5.0) (2025-08-26) diff --git a/packages/codemirror/package.json b/packages/codemirror/package.json index 54706fd4d6..92f5f48fe2 100644 --- a/packages/codemirror/package.json +++ b/packages/codemirror/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/codemirror", - "version": "3.5.0", + "version": "3.5.1", "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.4.0" + "@hpcc-js/common": "^3.4.1" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.5.0", + "@hpcc-js/esbuild-plugins": "^1.5.1", "codemirror": "5.65.20" }, "repository": { diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index 976ceb09f8..2554e98e5e 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/CHANGELOG.md @@ -139,6 +139,17 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline +## [3.4.1](https://github.com/hpcc-systems/Visualization/compare/common-v3.4.0...common-v3.4.1) (2025-09-18) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/util bumped from ^3.3.10 to ^3.3.11 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.5.0 to ^1.5.1 + ## [3.4.0](https://github.com/hpcc-systems/Visualization/compare/common-v3.3.9...common-v3.4.0) (2025-08-26) diff --git a/packages/common/package.json b/packages/common/package.json index 632eecb034..eb14578afe 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/common", - "version": "3.4.0", + "version": "3.4.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.3.10", + "@hpcc-js/util": "^3.3.11", "@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.5.0", + "@hpcc-js/esbuild-plugins": "^1.5.1", "colorbrewer": "1.6.1", "d3-array": "^1", "d3-brush": "^1", diff --git a/packages/comms/CHANGELOG.md b/packages/comms/CHANGELOG.md index 010f0ff158..af7f687224 100644 --- a/packages/comms/CHANGELOG.md +++ b/packages/comms/CHANGELOG.md @@ -12,6 +12,22 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline +## [3.8.1](https://github.com/hpcc-systems/Visualization/compare/comms-v3.8.0...comms-v3.8.1) (2025-09-18) + + +### Bug Fixes + +* bump versions ([e9719b8](https://github.com/hpcc-systems/Visualization/commit/e9719b875e4c65936921d2e6a0f76ab008b88114)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/util bumped from ^3.3.10 to ^3.3.11 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.5.0 to ^1.5.1 + ## [3.8.0](https://github.com/hpcc-systems/Visualization/compare/comms-v3.7.7...comms-v3.8.0) (2025-08-26) diff --git a/packages/comms/package.json b/packages/comms/package.json index 11a2695658..34faaadf7b 100644 --- a/packages/comms/package.json +++ b/packages/comms/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/comms", - "version": "3.8.0", + "version": "3.8.1", "description": "hpcc-js - Communications", "type": "module", "main": "./dist/node/index.cjs", @@ -72,14 +72,14 @@ "wsdl-all": "npm-run-all --aggregate-output -c --serial build --parallel wsdl-*" }, "dependencies": { - "@hpcc-js/util": "^3.3.10", + "@hpcc-js/util": "^3.3.11", "@xmldom/xmldom": "0.9.8", "abort-controller": "3.0.0", "node-fetch": "3.3.2", "undici": "7.16.0" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.5.0", + "@hpcc-js/esbuild-plugins": "^1.5.1", "@hpcc-js/ddl-shim": "^3.0.0", "@kubernetes/client-node": "1.3.0", "@types/d3-request": "1.0.9", diff --git a/packages/composite/CHANGELOG.md b/packages/composite/CHANGELOG.md index c858541c4c..a52d619aa0 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.2.14](https://github.com/hpcc-systems/Visualization/compare/composite-v3.2.13...composite-v3.2.14) (2025-09-18) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/api bumped from ^3.3.10 to ^3.3.11 + * @hpcc-js/chart bumped from ^3.4.0 to ^3.4.1 + * @hpcc-js/common bumped from ^3.4.0 to ^3.4.1 + * @hpcc-js/dgrid bumped from ^3.3.0 to ^3.3.1 + * @hpcc-js/form bumped from ^3.2.10 to ^3.2.11 + * @hpcc-js/html bumped from ^3.2.11 to ^3.2.12 + * @hpcc-js/util bumped from ^3.3.10 to ^3.3.11 + * @hpcc-js/other bumped from ^3.2.11 to ^3.2.12 + * @hpcc-js/phosphor bumped from ^3.2.11 to ^3.2.12 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.5.0 to ^1.5.1 + ## [3.2.13](https://github.com/hpcc-systems/Visualization/compare/composite-v3.2.12...composite-v3.2.13) (2025-08-26) diff --git a/packages/composite/package.json b/packages/composite/package.json index 29c052f177..b46c4d5ec2 100644 --- a/packages/composite/package.json +++ b/packages/composite/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/composite", - "version": "3.2.13", + "version": "3.2.14", "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.3.10", - "@hpcc-js/chart": "^3.4.0", - "@hpcc-js/common": "^3.4.0", - "@hpcc-js/dgrid": "^3.3.0", - "@hpcc-js/form": "^3.2.10", - "@hpcc-js/html": "^3.2.11", - "@hpcc-js/util": "^3.3.10", - "@hpcc-js/other": "^3.2.11", - "@hpcc-js/phosphor": "^3.2.11" + "@hpcc-js/api": "^3.3.11", + "@hpcc-js/chart": "^3.4.1", + "@hpcc-js/common": "^3.4.1", + "@hpcc-js/dgrid": "^3.3.1", + "@hpcc-js/form": "^3.2.11", + "@hpcc-js/html": "^3.2.12", + "@hpcc-js/util": "^3.3.11", + "@hpcc-js/other": "^3.2.12", + "@hpcc-js/phosphor": "^3.2.12" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.5.0", + "@hpcc-js/esbuild-plugins": "^1.5.1", "@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 c75e03ef26..dc3038f744 100644 --- a/packages/dataflow/CHANGELOG.md +++ b/packages/dataflow/CHANGELOG.md @@ -39,6 +39,15 @@ Signed-off-by: Gordon Smith +## [9.4.1](https://github.com/hpcc-systems/Visualization/compare/dataflow-v9.4.0...dataflow-v9.4.1) (2025-09-18) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.5.0 to ^1.5.1 + ## [9.4.0](https://github.com/hpcc-systems/Visualization/compare/dataflow-v9.3.9...dataflow-v9.4.0) (2025-08-26) diff --git a/packages/dataflow/package.json b/packages/dataflow/package.json index 5582a94135..c087ace297 100644 --- a/packages/dataflow/package.json +++ b/packages/dataflow/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/dataflow", - "version": "9.4.0", + "version": "9.4.1", "description": "hpcc-js - Data Flow", "type": "module", "main": "./dist/index.umd.cjs", @@ -39,7 +39,7 @@ }, "dependencies": {}, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.5.0", + "@hpcc-js/esbuild-plugins": "^1.5.1", "@types/faker": "4.1.12", "@types/jasmine": "5.1.9", "faker": "4.1.0" diff --git a/packages/dgrid/CHANGELOG.md b/packages/dgrid/CHANGELOG.md index 2a1081b95a..a76b3ea435 100644 --- a/packages/dgrid/CHANGELOG.md +++ b/packages/dgrid/CHANGELOG.md @@ -62,6 +62,18 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline +## [3.3.1](https://github.com/hpcc-systems/Visualization/compare/dgrid-v3.3.0...dgrid-v3.3.1) (2025-09-18) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/common bumped from ^3.4.0 to ^3.4.1 + * @hpcc-js/util bumped from ^3.3.10 to ^3.3.11 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.5.0 to ^1.5.1 + ## [3.3.0](https://github.com/hpcc-systems/Visualization/compare/dgrid-v3.2.11...dgrid-v3.3.0) (2025-08-26) diff --git a/packages/dgrid/package.json b/packages/dgrid/package.json index a6d93287d0..f0cab2f890 100644 --- a/packages/dgrid/package.json +++ b/packages/dgrid/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/dgrid", - "version": "3.3.0", + "version": "3.3.1", "description": "hpcc-js - Viz DGrid", "type": "module", "main": "./dist/index.umd.cjs", @@ -37,14 +37,14 @@ "update-major": "npx --yes npm-check-updates -u" }, "dependencies": { - "@hpcc-js/common": "^3.4.0", - "@hpcc-js/util": "^3.3.10" + "@hpcc-js/common": "^3.4.1", + "@hpcc-js/util": "^3.3.11" }, "peerDependencies": { "@hpcc-js/dgrid-shim": "^3.1.0" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.5.0", + "@hpcc-js/esbuild-plugins": "^1.5.1", "@hpcc-js/ddl-shim": "^3.0.0", "@testing-library/dom": "10.4.1", "d3-format": "^1", diff --git a/packages/dgrid2/CHANGELOG.md b/packages/dgrid2/CHANGELOG.md index e5c2663c95..cf8343ea62 100644 --- a/packages/dgrid2/CHANGELOG.md +++ b/packages/dgrid2/CHANGELOG.md @@ -24,6 +24,23 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline +## [3.3.1](https://github.com/hpcc-systems/Visualization/compare/dgrid2-v3.3.0...dgrid2-v3.3.1) (2025-09-18) + + +### Bug Fixes + +* bump versions ([e9719b8](https://github.com/hpcc-systems/Visualization/commit/e9719b875e4c65936921d2e6a0f76ab008b88114)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/common bumped from ^3.4.0 to ^3.4.1 + * @hpcc-js/util bumped from ^3.3.10 to ^3.3.11 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.5.0 to ^1.5.1 + ## [3.3.0](https://github.com/hpcc-systems/Visualization/compare/dgrid2-v3.2.9...dgrid2-v3.3.0) (2025-08-26) diff --git a/packages/dgrid2/package.json b/packages/dgrid2/package.json index 04fede500e..a4c79d2f4b 100644 --- a/packages/dgrid2/package.json +++ b/packages/dgrid2/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/dgrid2", - "version": "3.3.0", + "version": "3.3.1", "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.4.0", - "@hpcc-js/util": "^3.3.10" + "@hpcc-js/common": "^3.4.1", + "@hpcc-js/util": "^3.3.11" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.5.0", + "@hpcc-js/esbuild-plugins": "^1.5.1", "@types/react": "19.1.13", "@types/react-dom": "19.1.9", "@vitejs/plugin-react": "4.7.0", diff --git a/packages/eclwatch/CHANGELOG.md b/packages/eclwatch/CHANGELOG.md index ea37f6be05..7f88dba97f 100644 --- a/packages/eclwatch/CHANGELOG.md +++ b/packages/eclwatch/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.3.1](https://github.com/hpcc-systems/Visualization/compare/eclwatch-v3.3.0...eclwatch-v3.3.1) (2025-09-18) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/codemirror bumped from ^3.5.0 to ^3.5.1 + * @hpcc-js/common bumped from ^3.4.0 to ^3.4.1 + * @hpcc-js/comms bumped from ^3.8.0 to ^3.8.1 + * @hpcc-js/dgrid bumped from ^3.3.0 to ^3.3.1 + * @hpcc-js/graph bumped from ^3.4.0 to ^3.4.1 + * @hpcc-js/layout bumped from ^3.2.11 to ^3.2.12 + * @hpcc-js/phosphor bumped from ^3.2.11 to ^3.2.12 + * @hpcc-js/util bumped from ^3.3.10 to ^3.3.11 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.5.0 to ^1.5.1 + ## [3.3.0](https://github.com/hpcc-systems/Visualization/compare/eclwatch-v3.2.20...eclwatch-v3.3.0) (2025-08-26) diff --git a/packages/eclwatch/package.json b/packages/eclwatch/package.json index cc6c756292..a0bf8a8311 100644 --- a/packages/eclwatch/package.json +++ b/packages/eclwatch/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/eclwatch", - "version": "3.3.0", + "version": "3.3.1", "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.5.0", - "@hpcc-js/common": "^3.4.0", - "@hpcc-js/comms": "^3.8.0", - "@hpcc-js/dgrid": "^3.3.0", - "@hpcc-js/graph": "^3.4.0", - "@hpcc-js/layout": "^3.2.11", - "@hpcc-js/phosphor": "^3.2.11", + "@hpcc-js/codemirror": "^3.5.1", + "@hpcc-js/common": "^3.4.1", + "@hpcc-js/comms": "^3.8.1", + "@hpcc-js/dgrid": "^3.3.1", + "@hpcc-js/graph": "^3.4.1", + "@hpcc-js/layout": "^3.2.12", + "@hpcc-js/phosphor": "^3.2.12", "@hpcc-js/timeline": "^3.0.0", "@hpcc-js/tree": "^3.0.0", - "@hpcc-js/util": "^3.3.10" + "@hpcc-js/util": "^3.3.11" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.5.0", + "@hpcc-js/esbuild-plugins": "^1.5.1", "d3-selection": "^1" }, "repository": { diff --git a/packages/esbuild-plugins/CHANGELOG.md b/packages/esbuild-plugins/CHANGELOG.md index 07cebb3d0b..6e87338de0 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.5.1](https://github.com/hpcc-systems/Visualization/compare/esbuild-plugins-v1.5.0...esbuild-plugins-v1.5.1) (2025-09-18) + + +### Bug Fixes + +* bump versions ([e9719b8](https://github.com/hpcc-systems/Visualization/commit/e9719b875e4c65936921d2e6a0f76ab008b88114)) + ## [1.5.0](https://github.com/hpcc-systems/Visualization/compare/esbuild-plugins-v1.4.9...esbuild-plugins-v1.5.0) (2025-08-26) diff --git a/packages/esbuild-plugins/package.json b/packages/esbuild-plugins/package.json index de9173c156..7a7980561b 100644 --- a/packages/esbuild-plugins/package.json +++ b/packages/esbuild-plugins/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/esbuild-plugins", - "version": "1.5.0", + "version": "1.5.1", "description": "Various esbuild plugins", "type": "module", "exports": { diff --git a/packages/form/CHANGELOG.md b/packages/form/CHANGELOG.md index bde1d49653..e2ecc5c2bc 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.2.11](https://github.com/hpcc-systems/Visualization/compare/form-v3.2.10...form-v3.2.11) (2025-09-18) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/api bumped from ^3.3.10 to ^3.3.11 + * @hpcc-js/chart bumped from ^3.4.0 to ^3.4.1 + * @hpcc-js/common bumped from ^3.4.0 to ^3.4.1 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.5.0 to ^1.5.1 + ## [3.2.10](https://github.com/hpcc-systems/Visualization/compare/form-v3.2.9...form-v3.2.10) (2025-08-26) diff --git a/packages/form/package.json b/packages/form/package.json index 6bd519122a..f979333e43 100644 --- a/packages/form/package.json +++ b/packages/form/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/form", - "version": "3.2.10", + "version": "3.2.11", "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.3.10", - "@hpcc-js/chart": "^3.4.0", - "@hpcc-js/common": "^3.4.0" + "@hpcc-js/api": "^3.3.11", + "@hpcc-js/chart": "^3.4.1", + "@hpcc-js/common": "^3.4.1" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.5.0", + "@hpcc-js/esbuild-plugins": "^1.5.1", "d3-brush": "^1", "d3-color": "3.1.0", "d3-drag": "^1", diff --git a/packages/graph/CHANGELOG.md b/packages/graph/CHANGELOG.md index 90c96dc92f..039b884a29 100644 --- a/packages/graph/CHANGELOG.md +++ b/packages/graph/CHANGELOG.md @@ -133,6 +133,26 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline +## [3.4.1](https://github.com/hpcc-systems/Visualization/compare/graph-v3.4.0...graph-v3.4.1) (2025-09-18) + + +### Bug Fixes + +* bump versions ([e9719b8](https://github.com/hpcc-systems/Visualization/commit/e9719b875e4c65936921d2e6a0f76ab008b88114)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/api bumped from ^3.3.10 to ^3.3.11 + * @hpcc-js/common bumped from ^3.4.0 to ^3.4.1 + * @hpcc-js/html bumped from ^3.2.11 to ^3.2.12 + * @hpcc-js/react bumped from ^3.3.0 to ^3.3.1 + * @hpcc-js/util bumped from ^3.3.10 to ^3.3.11 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.5.0 to ^1.5.1 + ## [3.4.0](https://github.com/hpcc-systems/Visualization/compare/graph-v3.3.12...graph-v3.4.0) (2025-08-26) diff --git a/packages/graph/package.json b/packages/graph/package.json index 45255fa483..b76352a780 100644 --- a/packages/graph/package.json +++ b/packages/graph/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/graph", - "version": "3.4.0", + "version": "3.4.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.3.10", - "@hpcc-js/common": "^3.4.0", - "@hpcc-js/html": "^3.2.11", - "@hpcc-js/react": "^3.3.0", - "@hpcc-js/util": "^3.3.10" + "@hpcc-js/api": "^3.3.11", + "@hpcc-js/common": "^3.4.1", + "@hpcc-js/html": "^3.2.12", + "@hpcc-js/react": "^3.3.1", + "@hpcc-js/util": "^3.3.11" }, "optionalPeerDependencies": { "react": ">=17.0.0" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.5.0", + "@hpcc-js/esbuild-plugins": "^1.5.1", "@hpcc-js/wasm-graphviz": "1.12.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 c8407320c0..f22babaac9 100644 --- a/packages/html/CHANGELOG.md +++ b/packages/html/CHANGELOG.md @@ -43,6 +43,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline +## [3.2.12](https://github.com/hpcc-systems/Visualization/compare/html-v3.2.11...html-v3.2.12) (2025-09-18) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/common bumped from ^3.4.0 to ^3.4.1 + * @hpcc-js/react bumped from ^3.3.0 to ^3.3.1 + * @hpcc-js/util bumped from ^3.3.10 to ^3.3.11 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.5.0 to ^1.5.1 + ## [3.2.11](https://github.com/hpcc-systems/Visualization/compare/html-v3.2.10...html-v3.2.11) (2025-08-26) diff --git a/packages/html/package.json b/packages/html/package.json index 2615a99981..c2c9730ca7 100644 --- a/packages/html/package.json +++ b/packages/html/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/html", - "version": "3.2.11", + "version": "3.2.12", "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.4.0", - "@hpcc-js/react": "^3.3.0", - "@hpcc-js/util": "^3.3.10" + "@hpcc-js/common": "^3.4.1", + "@hpcc-js/react": "^3.3.1", + "@hpcc-js/util": "^3.3.11" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.5.0", + "@hpcc-js/esbuild-plugins": "^1.5.1", "d3-format": "^1", "d3-selection": "^1" }, diff --git a/packages/layout/CHANGELOG.md b/packages/layout/CHANGELOG.md index 1cfb8a3586..2184b2ff3d 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.2.12](https://github.com/hpcc-systems/Visualization/compare/layout-v3.2.11...layout-v3.2.12) (2025-09-18) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/api bumped from ^3.3.10 to ^3.3.11 + * @hpcc-js/chart bumped from ^3.4.0 to ^3.4.1 + * @hpcc-js/common bumped from ^3.4.0 to ^3.4.1 + * @hpcc-js/dgrid bumped from ^3.3.0 to ^3.3.1 + * @hpcc-js/util bumped from ^3.3.10 to ^3.3.11 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.5.0 to ^1.5.1 + ## [3.2.11](https://github.com/hpcc-systems/Visualization/compare/layout-v3.2.10...layout-v3.2.11) (2025-08-26) diff --git a/packages/layout/package.json b/packages/layout/package.json index 2889a734bd..16c4b4156f 100644 --- a/packages/layout/package.json +++ b/packages/layout/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/layout", - "version": "3.2.11", + "version": "3.2.12", "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.3.10", - "@hpcc-js/chart": "^3.4.0", - "@hpcc-js/common": "^3.4.0", - "@hpcc-js/dgrid": "^3.3.0", - "@hpcc-js/util": "^3.3.10" + "@hpcc-js/api": "^3.3.11", + "@hpcc-js/chart": "^3.4.1", + "@hpcc-js/common": "^3.4.1", + "@hpcc-js/dgrid": "^3.3.1", + "@hpcc-js/util": "^3.3.11" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.5.0", + "@hpcc-js/esbuild-plugins": "^1.5.1", "@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 aafd826272..b89dc931a7 100644 --- a/packages/map/CHANGELOG.md +++ b/packages/map/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.17](https://github.com/hpcc-systems/Visualization/compare/map-v3.2.16...map-v3.2.17) (2025-09-18) + + +### Bug Fixes + +* bump versions ([e9719b8](https://github.com/hpcc-systems/Visualization/commit/e9719b875e4c65936921d2e6a0f76ab008b88114)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/api bumped from ^3.3.10 to ^3.3.11 + * @hpcc-js/common bumped from ^3.4.0 to ^3.4.1 + * @hpcc-js/graph bumped from ^3.4.0 to ^3.4.1 + * @hpcc-js/layout bumped from ^3.2.11 to ^3.2.12 + * @hpcc-js/other bumped from ^3.2.11 to ^3.2.12 + * @hpcc-js/util bumped from ^3.3.10 to ^3.3.11 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.5.0 to ^1.5.1 + ## [3.2.16](https://github.com/hpcc-systems/Visualization/compare/map-v3.2.15...map-v3.2.16) (2025-08-26) diff --git a/packages/map/package.json b/packages/map/package.json index 248eb29f94..4cd21b8765 100644 --- a/packages/map/package.json +++ b/packages/map/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/map", - "version": "3.2.16", + "version": "3.2.17", "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.3.10", - "@hpcc-js/common": "^3.4.0", - "@hpcc-js/graph": "^3.4.0", - "@hpcc-js/layout": "^3.2.11", - "@hpcc-js/other": "^3.2.11", - "@hpcc-js/util": "^3.3.10" + "@hpcc-js/api": "^3.3.11", + "@hpcc-js/common": "^3.4.1", + "@hpcc-js/graph": "^3.4.1", + "@hpcc-js/layout": "^3.2.12", + "@hpcc-js/other": "^3.2.12", + "@hpcc-js/util": "^3.3.11" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.5.0", + "@hpcc-js/esbuild-plugins": "^1.5.1", "@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 f2ac809106..de60d916fb 100644 --- a/packages/markdown-it-plugins/CHANGELOG.md +++ b/packages/markdown-it-plugins/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.4.3](https://github.com/hpcc-systems/Visualization/compare/markdown-it-plugins-v1.4.2...markdown-it-plugins-v1.4.3) (2025-09-18) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/observablehq-compiler bumped from ^3.5.1 to ^3.5.2 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.5.0 to ^1.5.1 + ## [1.4.2](https://github.com/hpcc-systems/Visualization/compare/markdown-it-plugins-v1.4.1...markdown-it-plugins-v1.4.2) (2025-09-04) diff --git a/packages/markdown-it-plugins/package.json b/packages/markdown-it-plugins/package.json index 4e5c378cef..caf51c4931 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.4.2", + "version": "1.4.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.5.1", + "@hpcc-js/observablehq-compiler": "^3.5.2", "@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.5.0", + "@hpcc-js/esbuild-plugins": "^1.5.1", "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 bd14aee016..9fbf3fd69e 100644 --- a/packages/observablehq-compiler/CHANGELOG.md +++ b/packages/observablehq-compiler/CHANGELOG.md @@ -24,6 +24,24 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline +## [3.5.2](https://github.com/hpcc-systems/Visualization/compare/observablehq-compiler-v3.5.1...observablehq-compiler-v3.5.2) (2025-09-18) + + +### Bug Fixes + +* bump versions ([e9719b8](https://github.com/hpcc-systems/Visualization/commit/e9719b875e4c65936921d2e6a0f76ab008b88114)) +* improve runtime placeholder handling ([a3e8afb](https://github.com/hpcc-systems/Visualization/commit/a3e8afbd3d5532137642f8246d3ebb28b0baa3e8)) +* improve runtime placeholder handling ([95074fc](https://github.com/hpcc-systems/Visualization/commit/95074fc78de915bfcd71a559031fea83ce6a5c6a)) +* improve runtime placeholder handling ([605b250](https://github.com/hpcc-systems/Visualization/commit/605b2505babd99aee7b4bc18c52cfb4ed1038d35)) +* improve runtime placeholder handling ([237c452](https://github.com/hpcc-systems/Visualization/commit/237c45259ad43e9172f26ec79357bac0a46b5381)) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.5.0 to ^1.5.1 + ## [3.5.1](https://github.com/hpcc-systems/Visualization/compare/observablehq-compiler-v3.5.0...observablehq-compiler-v3.5.1) (2025-09-04) diff --git a/packages/observablehq-compiler/package.json b/packages/observablehq-compiler/package.json index db3721980e..0ffadd21ca 100644 --- a/packages/observablehq-compiler/package.json +++ b/packages/observablehq-compiler/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/observablehq-compiler", - "version": "3.5.1", + "version": "3.5.2", "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.5.0", + "@hpcc-js/esbuild-plugins": "^1.5.1", "@observablehq/notebook-kit": "1.4.1", "@observablehq/parser": "6.1.0", "@observablehq/runtime": "5.9.9", diff --git a/packages/other/CHANGELOG.md b/packages/other/CHANGELOG.md index d98c70d16f..5ec69321bd 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.2.12](https://github.com/hpcc-systems/Visualization/compare/other-v3.2.11...other-v3.2.12) (2025-09-18) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/api bumped from ^3.3.10 to ^3.3.11 + * @hpcc-js/common bumped from ^3.4.0 to ^3.4.1 + * @hpcc-js/layout bumped from ^3.2.11 to ^3.2.12 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.5.0 to ^1.5.1 + ## [3.2.11](https://github.com/hpcc-systems/Visualization/compare/other-v3.2.10...other-v3.2.11) (2025-08-26) diff --git a/packages/other/package.json b/packages/other/package.json index 889a671382..836c24e3eb 100644 --- a/packages/other/package.json +++ b/packages/other/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/other", - "version": "3.2.11", + "version": "3.2.12", "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.3.10", - "@hpcc-js/common": "^3.4.0", - "@hpcc-js/layout": "^3.2.11" + "@hpcc-js/api": "^3.3.11", + "@hpcc-js/common": "^3.4.1", + "@hpcc-js/layout": "^3.2.12" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.5.0", + "@hpcc-js/esbuild-plugins": "^1.5.1", "d3-array": "^1", "d3-collection": "^1", "d3-format": "^1", diff --git a/packages/phosphor/CHANGELOG.md b/packages/phosphor/CHANGELOG.md index 0d02b0c9c5..b03cc5d916 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.2.12](https://github.com/hpcc-systems/Visualization/compare/phosphor-v3.2.11...phosphor-v3.2.12) (2025-09-18) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/common bumped from ^3.4.0 to ^3.4.1 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.5.0 to ^1.5.1 + ## [3.2.11](https://github.com/hpcc-systems/Visualization/compare/phosphor-v3.2.10...phosphor-v3.2.11) (2025-08-26) diff --git a/packages/phosphor/package.json b/packages/phosphor/package.json index 1ba20d92d2..31dbc8377b 100644 --- a/packages/phosphor/package.json +++ b/packages/phosphor/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/phosphor", - "version": "3.2.11", + "version": "3.2.12", "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.4.0" + "@hpcc-js/common": "^3.4.1" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.5.0", + "@hpcc-js/esbuild-plugins": "^1.5.1", "@lumino/algorithm": "2.0.3", "@lumino/commands": "2.3.2", "@lumino/messaging": "2.0.3", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 1d426ba9b8..47d99fe50c 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -54,6 +54,22 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline +## [3.3.1](https://github.com/hpcc-systems/Visualization/compare/react-v3.3.0...react-v3.3.1) (2025-09-18) + + +### Bug Fixes + +* bump versions ([e9719b8](https://github.com/hpcc-systems/Visualization/commit/e9719b875e4c65936921d2e6a0f76ab008b88114)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/common bumped from ^3.4.0 to ^3.4.1 + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.5.0 to ^1.5.1 + ## [3.3.0](https://github.com/hpcc-systems/Visualization/compare/react-v3.2.10...react-v3.3.0) (2025-08-26) diff --git a/packages/react/package.json b/packages/react/package.json index 68d00e1fcc..478492fa82 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/react", - "version": "3.3.0", + "version": "3.3.1", "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.4.0" + "@hpcc-js/common": "^3.4.1" }, "devDependencies": { - "@hpcc-js/esbuild-plugins": "^1.5.0", + "@hpcc-js/esbuild-plugins": "^1.5.1", "preact": "10.27.2", "@preact/preset-vite": "2.10.2" }, diff --git a/packages/util/CHANGELOG.md b/packages/util/CHANGELOG.md index 763808519f..e0cb5281c8 100644 --- a/packages/util/CHANGELOG.md +++ b/packages/util/CHANGELOG.md @@ -65,6 +65,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline +## [3.3.11](https://github.com/hpcc-systems/Visualization/compare/util-v3.3.10...util-v3.3.11) (2025-09-18) + + +### Dependencies + +* The following workspace dependencies were updated + * devDependencies + * @hpcc-js/esbuild-plugins bumped from ^1.5.0 to ^1.5.1 + ## [3.3.10](https://github.com/hpcc-systems/Visualization/compare/util-v3.3.9...util-v3.3.10) (2025-08-26) diff --git a/packages/util/package.json b/packages/util/package.json index 58514a8ed4..fea2dc56cc 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/util", - "version": "3.3.10", + "version": "3.3.11", "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.5.0" + "@hpcc-js/esbuild-plugins": "^1.5.1" }, "repository": { "type": "git",