From 3e03cebb08df7f9f33c36a0c8dd98ffed5d532c4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 10:09:53 +0000 Subject: [PATCH] chore: release main --- .github/release-please-manifest.json | 8 ++++---- CHANGELOG.md | 8 ++++++++ package-lock.json | 14 +++++++------- package.json | 2 +- packages/comms/CHANGELOG.md | 7 +++++++ packages/comms/package.json | 2 +- packages/eclwatch/CHANGELOG.md | 9 +++++++++ packages/eclwatch/package.json | 4 ++-- packages/marshaller/CHANGELOG.md | 9 +++++++++ packages/marshaller/package.json | 4 ++-- 10 files changed, 50 insertions(+), 17 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 3c7b8221b3..4f1c85e1e3 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,17 +1,17 @@ { - ".": "3.31.1", + ".": "3.31.2", "packages/api": "3.5.7", "packages/chart": "3.8.7", "packages/codemirror": "3.8.7", "packages/common": "3.9.2", - "packages/comms": "3.17.7", + "packages/comms": "3.17.8", "packages/composite": "3.6.8", "packages/dataflow": "9.7.7", "packages/ddl-shim": "3.4.7", "packages/dgrid": "3.9.7", "packages/dgrid-shim": "3.5.5", "packages/dgrid2": "3.7.7", - "packages/eclwatch": "3.8.7", + "packages/eclwatch": "3.8.8", "packages/esbuild-plugins": "1.9.7", "packages/form": "3.5.7", "packages/graph": "3.11.1", @@ -19,7 +19,7 @@ "packages/layout": "3.6.7", "packages/map": "3.6.9", "packages/markdown-it-plugins": "1.6.8", - "packages/marshaller": "3.4.7", + "packages/marshaller": "3.4.8", "packages/observablehq-compiler": "3.9.3", "packages/other": "3.6.7", "packages/phosphor": "3.8.5", diff --git a/CHANGELOG.md b/CHANGELOG.md index a0b21346cb..62528f6f9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.2](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.31.1...hpcc-js-v3.31.2) (2026-08-07) + + +### Bug Fixes + +* add engines field to package.json and package-lock.json ([d57271e](https://github.com/hpcc-systems/Visualization/commit/d57271ecaf71f6a1bcf22cf37fa152f2039a020b)) +* update WsDfu import path and adjust recursiveFetchLogicalFiles parameter type ([2041526](https://github.com/hpcc-systems/Visualization/commit/20415267e3a3412140f07740723484c97157f82d)), closes [#4628](https://github.com/hpcc-systems/Visualization/issues/4628) + ## [3.31.1](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.31.0...hpcc-js-v3.31.1) (2026-08-04) diff --git a/package-lock.json b/package-lock.json index 118fd7339c..efaf2dd366 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hpcc-js", - "version": "3.31.1", + "version": "3.31.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "hpcc-js", - "version": "3.31.1", + "version": "3.31.2", "license": "Apache-2.0", "workspaces": [ "packages/*" @@ -20790,7 +20790,7 @@ }, "packages/comms": { "name": "@hpcc-js/comms", - "version": "3.17.7", + "version": "3.17.8", "license": "Apache-2.0", "dependencies": { "@hpcc-js/util": "^3.6.7", @@ -21107,12 +21107,12 @@ }, "packages/eclwatch": { "name": "@hpcc-js/eclwatch", - "version": "3.8.7", + "version": "3.8.8", "license": "Apache-2.0", "dependencies": { "@hpcc-js/codemirror": "^3.8.7", "@hpcc-js/common": "^3.9.2", - "@hpcc-js/comms": "^3.17.7", + "@hpcc-js/comms": "^3.17.8", "@hpcc-js/dgrid": "^3.9.7", "@hpcc-js/graph": "^3.11.1", "@hpcc-js/layout": "^3.6.7", @@ -21363,13 +21363,13 @@ }, "packages/marshaller": { "name": "@hpcc-js/marshaller", - "version": "3.4.7", + "version": "3.4.8", "license": "Apache-2.0", "dependencies": { "@hpcc-js/chart": "^3.8.7", "@hpcc-js/codemirror": "^3.8.7", "@hpcc-js/common": "^3.9.2", - "@hpcc-js/comms": "^3.17.7", + "@hpcc-js/comms": "^3.17.8", "@hpcc-js/composite": "^3.6.8", "@hpcc-js/ddl-shim": "^3.4.7", "@hpcc-js/dgrid": "^3.9.7", diff --git a/package.json b/package.json index cca2c228b1..02fe0692be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hpcc-js", - "version": "3.31.1", + "version": "3.31.2", "description": "HPCC Visualization Framework", "private": true, "type": "module", diff --git a/packages/comms/CHANGELOG.md b/packages/comms/CHANGELOG.md index 0e5879f118..b69763d5f2 100644 --- a/packages/comms/CHANGELOG.md +++ b/packages/comms/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.17.8](https://github.com/hpcc-systems/Visualization/compare/comms-v3.17.7...comms-v3.17.8) (2026-08-07) + + +### Bug Fixes + +* update WsDfu import path and adjust recursiveFetchLogicalFiles parameter type ([2041526](https://github.com/hpcc-systems/Visualization/commit/20415267e3a3412140f07740723484c97157f82d)), closes [#4628](https://github.com/hpcc-systems/Visualization/issues/4628) + ## [3.17.7](https://github.com/hpcc-systems/Visualization/compare/comms-v3.17.6...comms-v3.17.7) (2026-08-04) diff --git a/packages/comms/package.json b/packages/comms/package.json index 8f4a6fa2ee..b1787aedbe 100644 --- a/packages/comms/package.json +++ b/packages/comms/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/comms", - "version": "3.17.7", + "version": "3.17.8", "description": "hpcc-js - Communications", "type": "module", "main": "./dist/node/index.cjs", diff --git a/packages/eclwatch/CHANGELOG.md b/packages/eclwatch/CHANGELOG.md index 633dee40a7..61d3d98cc0 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.8](https://github.com/hpcc-systems/Visualization/compare/eclwatch-v3.8.7...eclwatch-v3.8.8) (2026-08-07) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/comms bumped from ^3.17.7 to ^3.17.8 + ## [3.8.7](https://github.com/hpcc-systems/Visualization/compare/eclwatch-v3.8.6...eclwatch-v3.8.7) (2026-08-04) diff --git a/packages/eclwatch/package.json b/packages/eclwatch/package.json index 3e89706c8e..6e9c55ab92 100644 --- a/packages/eclwatch/package.json +++ b/packages/eclwatch/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/eclwatch", - "version": "3.8.7", + "version": "3.8.8", "description": "hpcc-js - ECL Watch", "type": "module", "main": "./dist/index.umd.cjs", @@ -41,7 +41,7 @@ "dependencies": { "@hpcc-js/codemirror": "^3.8.7", "@hpcc-js/common": "^3.9.2", - "@hpcc-js/comms": "^3.17.7", + "@hpcc-js/comms": "^3.17.8", "@hpcc-js/dgrid": "^3.9.7", "@hpcc-js/graph": "^3.11.1", "@hpcc-js/layout": "^3.6.7", diff --git a/packages/marshaller/CHANGELOG.md b/packages/marshaller/CHANGELOG.md index 1574a2885a..e4ff3cd8d2 100644 --- a/packages/marshaller/CHANGELOG.md +++ b/packages/marshaller/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.4.8](https://github.com/hpcc-systems/Visualization/compare/marshaller-v3.4.7...marshaller-v3.4.8) (2026-08-07) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @hpcc-js/comms bumped from ^3.17.7 to ^3.17.8 + ## [3.4.7](https://github.com/hpcc-systems/Visualization/compare/marshaller-v3.4.6...marshaller-v3.4.7) (2026-08-04) diff --git a/packages/marshaller/package.json b/packages/marshaller/package.json index ce4398cb08..a58eafa7d6 100644 --- a/packages/marshaller/package.json +++ b/packages/marshaller/package.json @@ -1,6 +1,6 @@ { "name": "@hpcc-js/marshaller", - "version": "3.4.7", + "version": "3.4.8", "description": "hpcc-js - Viz Marshaller", "type": "module", "main": "./dist/index.umd.cjs", @@ -42,7 +42,7 @@ "@hpcc-js/chart": "^3.8.7", "@hpcc-js/codemirror": "^3.8.7", "@hpcc-js/common": "^3.9.2", - "@hpcc-js/comms": "^3.17.7", + "@hpcc-js/comms": "^3.17.8", "@hpcc-js/composite": "^3.6.8", "@hpcc-js/ddl-shim": "^3.4.7", "@hpcc-js/dgrid": "^3.9.7",