Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
{
".": "2.111.3",
".": "2.111.4",
"packages/api": "2.14.1",
"packages/chart": "2.86.1",
"packages/codemirror": "2.65.1",
"packages/codemirror-shim": "2.37.0",
"packages/common": "2.73.1",
"packages/comms": "2.101.2",
"packages/composite": "2.9.2",
"packages/comms": "2.101.3",
"packages/composite": "2.9.3",
"packages/dataflow": "9.1.0",
"packages/ddl-shim": "2.22.0",
"packages/deck-shim": "2.8.0",
"packages/dgrid": "2.34.1",
"packages/dgrid": "2.34.2",
"packages/dgrid-shim": "2.26.0",
"packages/dgrid2": "2.5.1",
"packages/eclwatch": "2.77.3",
"packages/eclwatch": "2.77.4",
"packages/esbuild-plugins": "1.2.0",
"packages/form": "2.12.1",
"packages/graph": "2.87.1",
"packages/html": "2.44.1",
"packages/layout": "2.51.1",
"packages/leaflet-shim": "2.5.0",
"packages/loader": "2.108.3",
"packages/loader": "2.108.4",
"packages/map": "2.79.1",
"packages/map-deck": "2.9.1",
"packages/marshaller": "2.28.3",
"packages/marshaller": "2.28.4",
"packages/observable-md": "2.55.1",
"packages/observablehq-compiler": "1.4.0",
"packages/other": "2.17.1",
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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.4](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v2.111.3...hpcc-js-v2.111.4) (2025-06-19)


### Bug Fixes

* Add missing dependency ([4de9a07](https://github.com/hpcc-systems/Visualization/commit/4de9a076c4c53bf6759025b737244ccd9a58187e))
* Add missing dependency ([211ff9a](https://github.com/hpcc-systems/Visualization/commit/211ff9a0da7848dd9d41c4f58f691af3dc17663a))
* **eclwatch:** display error message in WUResult table ([d4ee8b8](https://github.com/hpcc-systems/Visualization/commit/d4ee8b87a4997deda119e7fa74093e82e42f02e5))
* **eclwatch:** display error message in WUResult table ([934c413](https://github.com/hpcc-systems/Visualization/commit/934c413ca630ae97553cd5e2ac15d136daf380d6))

## [2.111.3](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v2.111.2...hpcc-js-v2.111.3) (2025-06-10)


Expand Down
38 changes: 19 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hpcc-js",
"version": "2.108.3",
"version": "2.111.4",
"description": "HPCC Visualization Framework",
"private": true,
"jsdelivr": "dist/index.umd.min.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/comms/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



## [2.101.3](https://github.com/hpcc-systems/Visualization/compare/comms-v2.101.2...comms-v2.101.3) (2025-06-19)


### Bug Fixes

* Add missing dependency ([4de9a07](https://github.com/hpcc-systems/Visualization/commit/4de9a076c4c53bf6759025b737244ccd9a58187e))
* Add missing dependency ([211ff9a](https://github.com/hpcc-systems/Visualization/commit/211ff9a0da7848dd9d41c4f58f691af3dc17663a))

## [2.101.2](https://github.com/hpcc-systems/Visualization/compare/comms-v2.101.1...comms-v2.101.2) (2025-06-10)


Expand Down
2 changes: 1 addition & 1 deletion packages/comms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpcc-js/comms",
"version": "2.101.2",
"version": "2.101.3",
"description": "hpcc-js - Communications",
"main": "dist/index.node.js",
"module": "dist/index.es6",
Expand Down
9 changes: 9 additions & 0 deletions packages/composite/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3](https://github.com/hpcc-systems/Visualization/compare/composite-v2.9.2...composite-v2.9.3) (2025-06-19)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @hpcc-js/dgrid bumped from ^2.34.1 to ^2.34.2

## [2.9.2](https://github.com/hpcc-systems/Visualization/compare/composite-v2.9.1...composite-v2.9.2) (2025-06-09)


Expand Down
4 changes: 2 additions & 2 deletions packages/composite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpcc-js/composite",
"version": "2.9.2",
"version": "2.9.3",
"description": "hpcc-js - Viz Composite",
"main": "dist/index.js",
"module": "dist/index.es6",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@hpcc-js/api": "^2.14.1",
"@hpcc-js/chart": "^2.86.1",
"@hpcc-js/common": "^2.73.1",
"@hpcc-js/dgrid": "^2.34.1",
"@hpcc-js/dgrid": "^2.34.2",
"@hpcc-js/form": "^2.12.1",
"@hpcc-js/html": "^2.44.1",
"@hpcc-js/layout": "^2.51.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/dgrid/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



## [2.34.2](https://github.com/hpcc-systems/Visualization/compare/dgrid-v2.34.1...dgrid-v2.34.2) (2025-06-19)


### Bug Fixes

* **eclwatch:** display error message in WUResult table ([d4ee8b8](https://github.com/hpcc-systems/Visualization/commit/d4ee8b87a4997deda119e7fa74093e82e42f02e5))
* **eclwatch:** display error message in WUResult table ([934c413](https://github.com/hpcc-systems/Visualization/commit/934c413ca630ae97553cd5e2ac15d136daf380d6))

## [2.34.1](https://github.com/hpcc-systems/Visualization/compare/dgrid-v2.34.0...dgrid-v2.34.1) (2025-06-09)


Expand Down
2 changes: 1 addition & 1 deletion packages/dgrid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpcc-js/dgrid",
"version": "2.34.1",
"version": "2.34.2",
"description": "hpcc-js - Viz DGrid",
"main": "dist/index.js",
"module": "dist/index.es6",
Expand Down
16 changes: 16 additions & 0 deletions packages/eclwatch/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [2.77.4](https://github.com/hpcc-systems/Visualization/compare/eclwatch-v2.77.3...eclwatch-v2.77.4) (2025-06-19)


### Bug Fixes

* **eclwatch:** display error message in WUResult table ([d4ee8b8](https://github.com/hpcc-systems/Visualization/commit/d4ee8b87a4997deda119e7fa74093e82e42f02e5))
* **eclwatch:** display error message in WUResult table ([934c413](https://github.com/hpcc-systems/Visualization/commit/934c413ca630ae97553cd5e2ac15d136daf380d6))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @hpcc-js/comms bumped from ^2.101.2 to ^2.101.3
* @hpcc-js/dgrid bumped from ^2.34.1 to ^2.34.2

## [2.77.3](https://github.com/hpcc-systems/Visualization/compare/eclwatch-v2.77.2...eclwatch-v2.77.3) (2025-06-10)


Expand Down
6 changes: 3 additions & 3 deletions packages/eclwatch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpcc-js/eclwatch",
"version": "2.77.3",
"version": "2.77.4",
"description": "hpcc-js - ECL Watch",
"main": "dist/index.js",
"module": "dist/index.es6",
Expand Down Expand Up @@ -40,8 +40,8 @@
"dependencies": {
"@hpcc-js/codemirror": "^2.65.1",
"@hpcc-js/common": "^2.73.1",
"@hpcc-js/comms": "^2.101.2",
"@hpcc-js/dgrid": "^2.34.1",
"@hpcc-js/comms": "^2.101.3",
"@hpcc-js/dgrid": "^2.34.2",
"@hpcc-js/graph": "^2.87.1",
"@hpcc-js/layout": "^2.51.1",
"@hpcc-js/phosphor": "^2.20.2",
Expand Down
13 changes: 13 additions & 0 deletions packages/loader/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [2.108.4](https://github.com/hpcc-systems/Visualization/compare/loader-v2.108.3...loader-v2.108.4) (2025-06-19)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @hpcc-js/comms bumped from ^2.101.2 to ^2.101.3
* @hpcc-js/composite bumped from ^2.9.2 to ^2.9.3
* @hpcc-js/dgrid bumped from ^2.34.1 to ^2.34.2
* @hpcc-js/eclwatch bumped from ^2.77.3 to ^2.77.4
* @hpcc-js/marshaller bumped from ^2.28.3 to ^2.28.4

## [2.108.3](https://github.com/hpcc-systems/Visualization/compare/loader-v2.108.2...loader-v2.108.3) (2025-06-10)


Expand Down
12 changes: 6 additions & 6 deletions packages/loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpcc-js/loader",
"version": "2.108.3",
"version": "2.108.4",
"description": "hpcc-js - Loader",
"main": "dist/index.js",
"module": "dist/index.es6",
Expand Down Expand Up @@ -42,18 +42,18 @@
"@hpcc-js/chart": "^2.86.1",
"@hpcc-js/codemirror": "^2.65.1",
"@hpcc-js/common": "^2.73.1",
"@hpcc-js/comms": "^2.101.2",
"@hpcc-js/composite": "^2.9.2",
"@hpcc-js/dgrid": "^2.34.1",
"@hpcc-js/comms": "^2.101.3",
"@hpcc-js/composite": "^2.9.3",
"@hpcc-js/dgrid": "^2.34.2",
"@hpcc-js/dgrid2": "^2.5.1",
"@hpcc-js/eclwatch": "^2.77.3",
"@hpcc-js/eclwatch": "^2.77.4",
"@hpcc-js/form": "^2.12.1",
"@hpcc-js/graph": "^2.87.1",
"@hpcc-js/html": "^2.44.1",
"@hpcc-js/layout": "^2.51.1",
"@hpcc-js/map": "^2.79.1",
"@hpcc-js/map-deck": "^2.9.1",
"@hpcc-js/marshaller": "^2.28.3",
"@hpcc-js/marshaller": "^2.28.4",
"@hpcc-js/observablehq-compiler": "^1.4.0",
"@hpcc-js/other": "^2.17.1",
"@hpcc-js/phosphor": "^2.20.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/marshaller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## [2.28.4](https://github.com/hpcc-systems/Visualization/compare/marshaller-v2.28.3...marshaller-v2.28.4) (2025-06-19)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @hpcc-js/comms bumped from ^2.101.2 to ^2.101.3
* @hpcc-js/composite bumped from ^2.9.2 to ^2.9.3
* @hpcc-js/dgrid bumped from ^2.34.1 to ^2.34.2

## [2.28.3](https://github.com/hpcc-systems/Visualization/compare/marshaller-v2.28.2...marshaller-v2.28.3) (2025-06-10)


Expand Down
8 changes: 4 additions & 4 deletions packages/marshaller/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpcc-js/marshaller",
"version": "2.28.3",
"version": "2.28.4",
"description": "hpcc-js - Viz Marshaller",
"main": "dist/index.js",
"module": "dist/index.es6",
Expand Down Expand Up @@ -41,10 +41,10 @@
"@hpcc-js/chart": "^2.86.1",
"@hpcc-js/codemirror": "^2.65.1",
"@hpcc-js/common": "^2.73.1",
"@hpcc-js/comms": "^2.101.2",
"@hpcc-js/composite": "^2.9.2",
"@hpcc-js/comms": "^2.101.3",
"@hpcc-js/composite": "^2.9.3",
"@hpcc-js/ddl-shim": "^2.22.0",
"@hpcc-js/dgrid": "^2.34.1",
"@hpcc-js/dgrid": "^2.34.2",
"@hpcc-js/form": "^2.12.1",
"@hpcc-js/graph": "^2.87.1",
"@hpcc-js/layout": "^2.51.1",
Expand Down
Loading