diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 7f5cbb573d..39afaa8bbb 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,5 +1,5 @@ { - ".": "3.30.0", + ".": "3.31.0", "packages/api": "3.5.6", "packages/chart": "3.8.6", "packages/codemirror": "3.8.6", @@ -11,15 +11,15 @@ "packages/dgrid": "3.9.6", "packages/dgrid-shim": "3.5.4", "packages/dgrid2": "3.7.6", - "packages/eclwatch": "3.8.5", + "packages/eclwatch": "3.8.6", "packages/esbuild-plugins": "1.9.6", "packages/form": "3.5.6", - "packages/graph": "3.10.0", + "packages/graph": "3.11.0", "packages/html": "3.4.6", "packages/layout": "3.6.6", - "packages/map": "3.6.7", + "packages/map": "3.6.8", "packages/markdown-it-plugins": "1.6.7", - "packages/marshaller": "3.4.5", + "packages/marshaller": "3.4.6", "packages/observablehq-compiler": "3.9.2", "packages/other": "3.6.6", "packages/phosphor": "3.8.4", diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b124fbdf1..6c24a1ddeb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [3.31.0](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.30.0...hpcc-js-v3.31.0) (2026-07-30) + + +### Features + +* **graphviz:** enhance SVGWidget with hover functionality and tooltip management ([1099ef6](https://github.com/hpcc-systems/Visualization/commit/1099ef62cbe1effde566e3363dbb0190a101b11e)) + ## [3.30.0](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.29.1...hpcc-js-v3.30.0) (2026-07-24) diff --git a/package-lock.json b/package-lock.json index 0cf23455bc..37688c60cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hpcc-js", - "version": "3.30.0", + "version": "3.31.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "hpcc-js", - "version": "3.30.0", + "version": "3.31.0", "license": "Apache-2.0", "workspaces": [ "packages/*" @@ -21249,14 +21249,14 @@ }, "packages/eclwatch": { "name": "@hpcc-js/eclwatch", - "version": "3.8.5", + "version": "3.8.6", "license": "Apache-2.0", "dependencies": { "@hpcc-js/codemirror": "^3.8.6", "@hpcc-js/common": "^3.9.1", "@hpcc-js/comms": "^3.17.6", "@hpcc-js/dgrid": "^3.9.6", - "@hpcc-js/graph": "^3.10.0", + "@hpcc-js/graph": "^3.11.0", "@hpcc-js/layout": "^3.6.6", "@hpcc-js/phosphor": "^3.8.4", "@hpcc-js/timeline": "^3.5.6", @@ -21321,7 +21321,7 @@ }, "packages/graph": { "name": "@hpcc-js/graph", - "version": "3.10.0", + "version": "3.11.0", "license": "Apache-2.0", "dependencies": { "@hpcc-js/api": "^3.5.6", @@ -21393,12 +21393,12 @@ }, "packages/map": { "name": "@hpcc-js/map", - "version": "3.6.7", + "version": "3.6.8", "license": "Apache-2.0", "dependencies": { "@hpcc-js/api": "^3.5.6", "@hpcc-js/common": "^3.9.1", - "@hpcc-js/graph": "^3.10.0", + "@hpcc-js/graph": "^3.11.0", "@hpcc-js/layout": "^3.6.6", "@hpcc-js/other": "^3.6.6", "@hpcc-js/util": "^3.6.6" @@ -21471,7 +21471,7 @@ }, "packages/marshaller": { "name": "@hpcc-js/marshaller", - "version": "3.4.5", + "version": "3.4.6", "license": "Apache-2.0", "dependencies": { "@hpcc-js/chart": "^3.8.6", @@ -21482,9 +21482,9 @@ "@hpcc-js/ddl-shim": "^3.4.6", "@hpcc-js/dgrid": "^3.9.6", "@hpcc-js/form": "^3.5.6", - "@hpcc-js/graph": "^3.10.0", + "@hpcc-js/graph": "^3.11.0", "@hpcc-js/layout": "^3.6.6", - "@hpcc-js/map": "^3.6.7", + "@hpcc-js/map": "^3.6.8", "@hpcc-js/other": "^3.6.6", "@hpcc-js/phosphor": "^3.8.4", "@hpcc-js/util": "^3.6.6" diff --git a/package.json b/package.json index 0ac27a116e..b1c2e69932 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hpcc-js", - "version": "3.30.0", + "version": "3.31.0", "description": "HPCC Visualization Framework", "private": true, "type": "module", diff --git a/packages/eclwatch/CHANGELOG.md b/packages/eclwatch/CHANGELOG.md index 040932b21a..1fe4e2ac24 100644 --- a/packages/eclwatch/CHANGELOG.md +++ b/packages/eclwatch/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.8.6](https://github.com/hpcc-systems/Visualization/compare/eclwatch-v3.8.5...eclwatch-v3.8.6) (2026-07-30) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/graph bumped from ^3.10.0 to ^3.11.0 + ## [3.8.5](https://github.com/hpcc-systems/Visualization/compare/eclwatch-v3.8.4...eclwatch-v3.8.5) (2026-07-24) diff --git a/packages/eclwatch/package.json b/packages/eclwatch/package.json index 232c751926..c7a21d416a 100644 --- a/packages/eclwatch/package.json +++ b/packages/eclwatch/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/eclwatch", - "version": "3.8.5", + "version": "3.8.6", "description": "hpcc-js - ECL Watch", "type": "module", "main": "./dist/index.umd.cjs", @@ -43,7 +43,7 @@ "@hpcc-js/common": "^3.9.1", "@hpcc-js/comms": "^3.17.6", "@hpcc-js/dgrid": "^3.9.6", - "@hpcc-js/graph": "^3.10.0", + "@hpcc-js/graph": "^3.11.0", "@hpcc-js/layout": "^3.6.6", "@hpcc-js/phosphor": "^3.8.4", "@hpcc-js/timeline": "^3.5.6", diff --git a/packages/graph/CHANGELOG.md b/packages/graph/CHANGELOG.md index 97893bf40a..1440a47c3a 100644 --- a/packages/graph/CHANGELOG.md +++ b/packages/graph/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. +## [3.11.0](https://github.com/hpcc-systems/Visualization/compare/graph-v3.10.0...graph-v3.11.0) (2026-07-30) + + +### Features + +* **graphviz:** enhance SVGWidget with hover functionality and tooltip management ([1099ef6](https://github.com/hpcc-systems/Visualization/commit/1099ef62cbe1effde566e3363dbb0190a101b11e)) + ## [3.10.0](https://github.com/hpcc-systems/Visualization/compare/graph-v3.9.1...graph-v3.10.0) (2026-07-24) diff --git a/packages/graph/package.json b/packages/graph/package.json index 7f4dcd822f..1411fc1a13 100644 --- a/packages/graph/package.json +++ b/packages/graph/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/graph", - "version": "3.10.0", + "version": "3.11.0", "description": "hpcc-js - Viz Graph", "type": "module", "main": "./dist/index.umd.cjs", diff --git a/packages/map/CHANGELOG.md b/packages/map/CHANGELOG.md index 48e7ca14cd..93ff458a46 100644 --- a/packages/map/CHANGELOG.md +++ b/packages/map/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.6.8](https://github.com/hpcc-systems/Visualization/compare/map-v3.6.7...map-v3.6.8) (2026-07-30) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/graph bumped from ^3.10.0 to ^3.11.0 + ## [3.6.7](https://github.com/hpcc-systems/Visualization/compare/map-v3.6.6...map-v3.6.7) (2026-07-24) diff --git a/packages/map/package.json b/packages/map/package.json index 0bba95ec75..618d2f5227 100644 --- a/packages/map/package.json +++ b/packages/map/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/map", - "version": "3.6.7", + "version": "3.6.8", "description": "hpcc-js - Viz Map", "type": "module", "main": "./dist/index.umd.cjs", @@ -43,7 +43,7 @@ "dependencies": { "@hpcc-js/api": "^3.5.6", "@hpcc-js/common": "^3.9.1", - "@hpcc-js/graph": "^3.10.0", + "@hpcc-js/graph": "^3.11.0", "@hpcc-js/layout": "^3.6.6", "@hpcc-js/other": "^3.6.6", "@hpcc-js/util": "^3.6.6" diff --git a/packages/marshaller/CHANGELOG.md b/packages/marshaller/CHANGELOG.md index 200ff1f8fb..0208aecbb6 100644 --- a/packages/marshaller/CHANGELOG.md +++ b/packages/marshaller/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.4.6](https://github.com/hpcc-systems/Visualization/compare/marshaller-v3.4.5...marshaller-v3.4.6) (2026-07-30) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/graph bumped from ^3.10.0 to ^3.11.0 + * @hpcc-js/map bumped from ^3.6.7 to ^3.6.8 + ## [3.4.5](https://github.com/hpcc-systems/Visualization/compare/marshaller-v3.4.4...marshaller-v3.4.5) (2026-07-24) diff --git a/packages/marshaller/package.json b/packages/marshaller/package.json index c238833efe..d8273d03e6 100644 --- a/packages/marshaller/package.json +++ b/packages/marshaller/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/marshaller", - "version": "3.4.5", + "version": "3.4.6", "description": "hpcc-js - Viz Marshaller", "type": "module", "main": "./dist/index.umd.cjs", @@ -47,9 +47,9 @@ "@hpcc-js/ddl-shim": "^3.4.6", "@hpcc-js/dgrid": "^3.9.6", "@hpcc-js/form": "^3.5.6", - "@hpcc-js/graph": "^3.10.0", + "@hpcc-js/graph": "^3.11.0", "@hpcc-js/layout": "^3.6.6", - "@hpcc-js/map": "^3.6.7", + "@hpcc-js/map": "^3.6.8", "@hpcc-js/other": "^3.6.6", "@hpcc-js/phosphor": "^3.8.4", "@hpcc-js/util": "^3.6.6"