diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 81487ca386..8f1044a237 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,33 +1,33 @@ { - ".": "2.111.0", + ".": "2.111.1", "packages/api": "2.14.0", "packages/chart": "2.86.0", "packages/codemirror": "2.65.0", "packages/codemirror-shim": "2.37.0", "packages/common": "2.73.0", "packages/comms": "2.101.0", - "packages/composite": "2.9.0", + "packages/composite": "2.9.1", "packages/dataflow": "9.1.0", "packages/ddl-shim": "2.22.0", "packages/deck-shim": "2.8.0", "packages/dgrid": "2.34.0", "packages/dgrid-shim": "2.26.0", "packages/dgrid2": "2.5.0", - "packages/eclwatch": "2.77.0", + "packages/eclwatch": "2.77.1", "packages/esbuild-plugins": "1.2.0", "packages/form": "2.12.0", "packages/graph": "2.87.0", "packages/html": "2.44.0", "packages/layout": "2.51.0", "packages/leaflet-shim": "2.5.0", - "packages/loader": "2.108.0", + "packages/loader": "2.108.1", "packages/map": "2.79.0", "packages/map-deck": "2.9.0", - "packages/marshaller": "2.28.0", + "packages/marshaller": "2.28.1", "packages/observable-md": "2.55.0", "packages/observablehq-compiler": "1.4.0", "packages/other": "2.17.0", - "packages/phosphor": "2.20.0", + "packages/phosphor": "2.20.1", "packages/phosphor-shim": "2.16.0", "packages/preact-shim": "2.18.0", "packages/react": "2.55.0", diff --git a/CHANGELOG.md b/CHANGELOG.md index d58a2d8778..04e971593a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [2.111.1](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v2.111.0...hpcc-js-v2.111.1) (2025-06-09) + + +### Bug Fixes + +* Dock panel scrollbars are illogical ([d553475](https://github.com/hpcc-systems/Visualization/commit/d553475f4e00b7990ad994aa8449b2902f4a6e4c)) + ## [2.111.0](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v2.110.0...hpcc-js-v2.111.0) (2025-05-13) diff --git a/package-lock.json b/package-lock.json index d0fcf3e151..e6255f8453 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hpcc-js", - "version": "2.111.0", + "version": "2.111.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "hpcc-js", - "version": "2.111.0", + "version": "2.111.1", "license": "Apache-2.0", "workspaces": [ "utils/*", @@ -26252,7 +26252,7 @@ }, "packages/composite": { "name": "@hpcc-js/composite", - "version": "2.9.0", + "version": "2.9.1", "license": "Apache-2.0", "dependencies": { "@hpcc-js/api": "^2.14.0", @@ -26263,7 +26263,7 @@ "@hpcc-js/html": "^2.44.0", "@hpcc-js/layout": "^2.51.0", "@hpcc-js/other": "^2.17.0", - "@hpcc-js/phosphor": "^2.20.0" + "@hpcc-js/phosphor": "^2.20.1" }, "devDependencies": { "@hpcc-js/bundle": "^2.12.0", @@ -26390,7 +26390,7 @@ }, "packages/eclwatch": { "name": "@hpcc-js/eclwatch", - "version": "2.77.0", + "version": "2.77.1", "license": "Apache-2.0", "dependencies": { "@hpcc-js/codemirror": "^2.65.0", @@ -26399,7 +26399,7 @@ "@hpcc-js/dgrid": "^2.34.0", "@hpcc-js/graph": "^2.87.0", "@hpcc-js/layout": "^2.51.0", - "@hpcc-js/phosphor": "^2.20.0", + "@hpcc-js/phosphor": "^2.20.1", "@hpcc-js/timeline": "^2.54.0", "@hpcc-js/tree": "^2.42.0", "@hpcc-js/util": "^2.53.0" @@ -26532,7 +26532,7 @@ }, "packages/loader": { "name": "@hpcc-js/loader", - "version": "2.108.0", + "version": "2.108.1", "license": "Apache-2.0", "dependencies": { "@hpcc-js/api": "^2.14.0", @@ -26540,20 +26540,20 @@ "@hpcc-js/codemirror": "^2.65.0", "@hpcc-js/common": "^2.73.0", "@hpcc-js/comms": "^2.101.0", - "@hpcc-js/composite": "^2.9.0", + "@hpcc-js/composite": "^2.9.1", "@hpcc-js/dgrid": "^2.34.0", "@hpcc-js/dgrid2": "^2.5.0", - "@hpcc-js/eclwatch": "^2.77.0", + "@hpcc-js/eclwatch": "^2.77.1", "@hpcc-js/form": "^2.12.0", "@hpcc-js/graph": "^2.87.0", "@hpcc-js/html": "^2.44.0", "@hpcc-js/layout": "^2.51.0", "@hpcc-js/map": "^2.79.0", "@hpcc-js/map-deck": "^2.9.0", - "@hpcc-js/marshaller": "^2.28.0", + "@hpcc-js/marshaller": "^2.28.1", "@hpcc-js/observablehq-compiler": "^1.4.0", "@hpcc-js/other": "^2.17.0", - "@hpcc-js/phosphor": "^2.20.0", + "@hpcc-js/phosphor": "^2.20.1", "@hpcc-js/react": "^2.55.0", "@hpcc-js/timeline": "^2.54.0", "@hpcc-js/tree": "^2.42.0", @@ -26614,14 +26614,14 @@ }, "packages/marshaller": { "name": "@hpcc-js/marshaller", - "version": "2.28.0", + "version": "2.28.1", "license": "Apache-2.0", "dependencies": { "@hpcc-js/chart": "^2.86.0", "@hpcc-js/codemirror": "^2.65.0", "@hpcc-js/common": "^2.73.0", "@hpcc-js/comms": "^2.101.0", - "@hpcc-js/composite": "^2.9.0", + "@hpcc-js/composite": "^2.9.1", "@hpcc-js/ddl-shim": "^2.22.0", "@hpcc-js/dgrid": "^2.34.0", "@hpcc-js/form": "^2.12.0", @@ -26629,7 +26629,7 @@ "@hpcc-js/layout": "^2.51.0", "@hpcc-js/map": "^2.79.0", "@hpcc-js/other": "^2.17.0", - "@hpcc-js/phosphor": "^2.20.0", + "@hpcc-js/phosphor": "^2.20.1", "@hpcc-js/util": "^2.53.0" }, "devDependencies": { @@ -26758,7 +26758,7 @@ }, "packages/phosphor": { "name": "@hpcc-js/phosphor", - "version": "2.20.0", + "version": "2.20.1", "license": "Apache-2.0", "dependencies": { "@hpcc-js/common": "^2.73.0", diff --git a/package.json b/package.json index fbdbf90ace..724dc3b3b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hpcc-js", - "version": "2.108.0", + "version": "2.111.1", "description": "HPCC Visualization Framework", "private": true, "jsdelivr": "dist/index.umd.min.js", diff --git a/packages/composite/CHANGELOG.md b/packages/composite/CHANGELOG.md index 699f8eecbf..3f5fe10446 100644 --- a/packages/composite/CHANGELOG.md +++ b/packages/composite/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.9.1](https://github.com/hpcc-systems/Visualization/compare/composite-v2.9.0...composite-v2.9.1) (2025-06-09) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/phosphor bumped from ^2.20.0 to ^2.20.1 + ## [2.9.0](https://github.com/hpcc-systems/Visualization/compare/composite-v2.8.2...composite-v2.9.0) (2024-10-23) diff --git a/packages/composite/package.json b/packages/composite/package.json index 497f90b76e..687619e925 100644 --- a/packages/composite/package.json +++ b/packages/composite/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/composite", - "version": "2.9.0", + "version": "2.9.1", "description": "hpcc-js - Viz Composite", "main": "dist/index.js", "module": "dist/index.es6", @@ -46,7 +46,7 @@ "@hpcc-js/html": "^2.44.0", "@hpcc-js/layout": "^2.51.0", "@hpcc-js/other": "^2.17.0", - "@hpcc-js/phosphor": "^2.20.0" + "@hpcc-js/phosphor": "^2.20.1" }, "devDependencies": { "@hpcc-js/bundle": "^2.12.0", diff --git a/packages/eclwatch/CHANGELOG.md b/packages/eclwatch/CHANGELOG.md index c8328bf792..923f91a088 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. +## [2.77.1](https://github.com/hpcc-systems/Visualization/compare/eclwatch-v2.77.0...eclwatch-v2.77.1) (2025-06-09) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/phosphor bumped from ^2.20.0 to ^2.20.1 + ## [2.77.0](https://github.com/hpcc-systems/Visualization/compare/eclwatch-v2.76.8...eclwatch-v2.77.0) (2025-05-13) diff --git a/packages/eclwatch/package.json b/packages/eclwatch/package.json index 9e64b1c52c..306ff99e90 100644 --- a/packages/eclwatch/package.json +++ b/packages/eclwatch/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/eclwatch", - "version": "2.77.0", + "version": "2.77.1", "description": "hpcc-js - ECL Watch", "main": "dist/index.js", "module": "dist/index.es6", @@ -44,7 +44,7 @@ "@hpcc-js/dgrid": "^2.34.0", "@hpcc-js/graph": "^2.87.0", "@hpcc-js/layout": "^2.51.0", - "@hpcc-js/phosphor": "^2.20.0", + "@hpcc-js/phosphor": "^2.20.1", "@hpcc-js/timeline": "^2.54.0", "@hpcc-js/tree": "^2.42.0", "@hpcc-js/util": "^2.53.0" diff --git a/packages/loader/CHANGELOG.md b/packages/loader/CHANGELOG.md index 14a2ff63c4..15da564f7a 100644 --- a/packages/loader/CHANGELOG.md +++ b/packages/loader/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.108.1](https://github.com/hpcc-systems/Visualization/compare/loader-v2.108.0...loader-v2.108.1) (2025-06-09) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/composite bumped from ^2.9.0 to ^2.9.1 + * @hpcc-js/eclwatch bumped from ^2.77.0 to ^2.77.1 + * @hpcc-js/marshaller bumped from ^2.28.0 to ^2.28.1 + * @hpcc-js/phosphor bumped from ^2.20.0 to ^2.20.1 + ## [2.108.0](https://github.com/hpcc-systems/Visualization/compare/loader-v2.107.8...loader-v2.108.0) (2025-05-13) diff --git a/packages/loader/package.json b/packages/loader/package.json index 3263879f75..0ce9d6a574 100644 --- a/packages/loader/package.json +++ b/packages/loader/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/loader", - "version": "2.108.0", + "version": "2.108.1", "description": "hpcc-js - Loader", "main": "dist/index.js", "module": "dist/index.es6", @@ -43,20 +43,20 @@ "@hpcc-js/codemirror": "^2.65.0", "@hpcc-js/common": "^2.73.0", "@hpcc-js/comms": "^2.101.0", - "@hpcc-js/composite": "^2.9.0", + "@hpcc-js/composite": "^2.9.1", "@hpcc-js/dgrid": "^2.34.0", "@hpcc-js/dgrid2": "^2.5.0", - "@hpcc-js/eclwatch": "^2.77.0", + "@hpcc-js/eclwatch": "^2.77.1", "@hpcc-js/form": "^2.12.0", "@hpcc-js/graph": "^2.87.0", "@hpcc-js/html": "^2.44.0", "@hpcc-js/layout": "^2.51.0", "@hpcc-js/map": "^2.79.0", "@hpcc-js/map-deck": "^2.9.0", - "@hpcc-js/marshaller": "^2.28.0", + "@hpcc-js/marshaller": "^2.28.1", "@hpcc-js/observablehq-compiler": "^1.4.0", "@hpcc-js/other": "^2.17.0", - "@hpcc-js/phosphor": "^2.20.0", + "@hpcc-js/phosphor": "^2.20.1", "@hpcc-js/react": "^2.55.0", "@hpcc-js/timeline": "^2.54.0", "@hpcc-js/tree": "^2.42.0", diff --git a/packages/marshaller/CHANGELOG.md b/packages/marshaller/CHANGELOG.md index 03d5bfe366..8ed4d22743 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. +## [2.28.1](https://github.com/hpcc-systems/Visualization/compare/marshaller-v2.28.0...marshaller-v2.28.1) (2025-06-09) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/composite bumped from ^2.9.0 to ^2.9.1 + * @hpcc-js/phosphor bumped from ^2.20.0 to ^2.20.1 + ## [2.28.0](https://github.com/hpcc-systems/Visualization/compare/marshaller-v2.27.8...marshaller-v2.28.0) (2025-05-13) diff --git a/packages/marshaller/package.json b/packages/marshaller/package.json index eb4e03b0bd..dba89d0a59 100644 --- a/packages/marshaller/package.json +++ b/packages/marshaller/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/marshaller", - "version": "2.28.0", + "version": "2.28.1", "description": "hpcc-js - Viz Marshaller", "main": "dist/index.js", "module": "dist/index.es6", @@ -42,7 +42,7 @@ "@hpcc-js/codemirror": "^2.65.0", "@hpcc-js/common": "^2.73.0", "@hpcc-js/comms": "^2.101.0", - "@hpcc-js/composite": "^2.9.0", + "@hpcc-js/composite": "^2.9.1", "@hpcc-js/ddl-shim": "^2.22.0", "@hpcc-js/dgrid": "^2.34.0", "@hpcc-js/form": "^2.12.0", @@ -50,7 +50,7 @@ "@hpcc-js/layout": "^2.51.0", "@hpcc-js/map": "^2.79.0", "@hpcc-js/other": "^2.17.0", - "@hpcc-js/phosphor": "^2.20.0", + "@hpcc-js/phosphor": "^2.20.1", "@hpcc-js/util": "^2.53.0" }, "devDependencies": { diff --git a/packages/phosphor/CHANGELOG.md b/packages/phosphor/CHANGELOG.md index c28626fb2a..bde92c711e 100644 --- a/packages/phosphor/CHANGELOG.md +++ b/packages/phosphor/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [2.20.1](https://github.com/hpcc-systems/Visualization/compare/phosphor-v2.20.0...phosphor-v2.20.1) (2025-06-09) + + +### Bug Fixes + +* Dock panel scrollbars are illogical ([d553475](https://github.com/hpcc-systems/Visualization/commit/d553475f4e00b7990ad994aa8449b2902f4a6e4c)) + ## [2.20.0](https://github.com/hpcc-systems/Visualization/compare/phosphor-v2.19.2...phosphor-v2.20.0) (2024-10-23) diff --git a/packages/phosphor/package.json b/packages/phosphor/package.json index cf9f85252d..fa4a04dc6c 100644 --- a/packages/phosphor/package.json +++ b/packages/phosphor/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/phosphor", - "version": "2.20.0", + "version": "2.20.1", "description": "hpcc-js - Viz Phosphor", "main": "dist/index.js", "module": "dist/index.es6",