Skip to content

Commit 6acb684

Browse files
committed
chore: release candidate-2.x.x
1 parent d4ee8b8 commit 6acb684

File tree

14 files changed

+97
-35
lines changed

14 files changed

+97
-35
lines changed

.release-please-manifest.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
{
2-
".": "2.111.3",
2+
".": "2.111.4",
33
"packages/api": "2.14.1",
44
"packages/chart": "2.86.1",
55
"packages/codemirror": "2.65.1",
66
"packages/codemirror-shim": "2.37.0",
77
"packages/common": "2.73.1",
88
"packages/comms": "2.101.2",
9-
"packages/composite": "2.9.2",
9+
"packages/composite": "2.9.3",
1010
"packages/dataflow": "9.1.0",
1111
"packages/ddl-shim": "2.22.0",
1212
"packages/deck-shim": "2.8.0",
13-
"packages/dgrid": "2.34.1",
13+
"packages/dgrid": "2.34.2",
1414
"packages/dgrid-shim": "2.26.0",
1515
"packages/dgrid2": "2.5.1",
16-
"packages/eclwatch": "2.77.3",
16+
"packages/eclwatch": "2.77.4",
1717
"packages/esbuild-plugins": "1.2.0",
1818
"packages/form": "2.12.1",
1919
"packages/graph": "2.87.1",
2020
"packages/html": "2.44.1",
2121
"packages/layout": "2.51.1",
2222
"packages/leaflet-shim": "2.5.0",
23-
"packages/loader": "2.108.3",
23+
"packages/loader": "2.108.4",
2424
"packages/map": "2.79.1",
2525
"packages/map-deck": "2.9.1",
26-
"packages/marshaller": "2.28.3",
26+
"packages/marshaller": "2.28.4",
2727
"packages/observable-md": "2.55.1",
2828
"packages/observablehq-compiler": "1.4.0",
2929
"packages/other": "2.17.1",

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
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.
44

5+
## [2.111.4](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v2.111.3...hpcc-js-v2.111.4) (2025-06-17)
6+
7+
8+
### Bug Fixes
9+
10+
* **eclwatch:** display error message in WUResult table ([d4ee8b8](https://github.com/hpcc-systems/Visualization/commit/d4ee8b87a4997deda119e7fa74093e82e42f02e5))
11+
* **eclwatch:** display error message in WUResult table ([934c413](https://github.com/hpcc-systems/Visualization/commit/934c413ca630ae97553cd5e2ac15d136daf380d6))
12+
513
## [2.111.3](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v2.111.2...hpcc-js-v2.111.3) (2025-06-10)
614

715

package-lock.json

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hpcc-js",
3-
"version": "2.108.3",
3+
"version": "2.111.4",
44
"description": "HPCC Visualization Framework",
55
"private": true,
66
"jsdelivr": "dist/index.umd.min.js",

packages/composite/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.9.3](https://github.com/hpcc-systems/Visualization/compare/composite-v2.9.2...composite-v2.9.3) (2025-06-17)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* dependencies
13+
* @hpcc-js/dgrid bumped from ^2.34.1 to ^2.34.2
14+
615
## [2.9.2](https://github.com/hpcc-systems/Visualization/compare/composite-v2.9.1...composite-v2.9.2) (2025-06-09)
716

817

packages/composite/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hpcc-js/composite",
3-
"version": "2.9.2",
3+
"version": "2.9.3",
44
"description": "hpcc-js - Viz Composite",
55
"main": "dist/index.js",
66
"module": "dist/index.es6",
@@ -41,7 +41,7 @@
4141
"@hpcc-js/api": "^2.14.1",
4242
"@hpcc-js/chart": "^2.86.1",
4343
"@hpcc-js/common": "^2.73.1",
44-
"@hpcc-js/dgrid": "^2.34.1",
44+
"@hpcc-js/dgrid": "^2.34.2",
4545
"@hpcc-js/form": "^2.12.1",
4646
"@hpcc-js/html": "^2.44.1",
4747
"@hpcc-js/layout": "^2.51.1",

packages/dgrid/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
6262

6363

6464

65+
## [2.34.2](https://github.com/hpcc-systems/Visualization/compare/dgrid-v2.34.1...dgrid-v2.34.2) (2025-06-17)
66+
67+
68+
### Bug Fixes
69+
70+
* **eclwatch:** display error message in WUResult table ([d4ee8b8](https://github.com/hpcc-systems/Visualization/commit/d4ee8b87a4997deda119e7fa74093e82e42f02e5))
71+
* **eclwatch:** display error message in WUResult table ([934c413](https://github.com/hpcc-systems/Visualization/commit/934c413ca630ae97553cd5e2ac15d136daf380d6))
72+
6573
## [2.34.1](https://github.com/hpcc-systems/Visualization/compare/dgrid-v2.34.0...dgrid-v2.34.1) (2025-06-09)
6674

6775

packages/dgrid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hpcc-js/dgrid",
3-
"version": "2.34.1",
3+
"version": "2.34.2",
44
"description": "hpcc-js - Viz DGrid",
55
"main": "dist/index.js",
66
"module": "dist/index.es6",

packages/eclwatch/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.77.4](https://github.com/hpcc-systems/Visualization/compare/eclwatch-v2.77.3...eclwatch-v2.77.4) (2025-06-17)
7+
8+
9+
### Bug Fixes
10+
11+
* **eclwatch:** display error message in WUResult table ([d4ee8b8](https://github.com/hpcc-systems/Visualization/commit/d4ee8b87a4997deda119e7fa74093e82e42f02e5))
12+
* **eclwatch:** display error message in WUResult table ([934c413](https://github.com/hpcc-systems/Visualization/commit/934c413ca630ae97553cd5e2ac15d136daf380d6))
13+
14+
15+
### Dependencies
16+
17+
* The following workspace dependencies were updated
18+
* dependencies
19+
* @hpcc-js/dgrid bumped from ^2.34.1 to ^2.34.2
20+
621
## [2.77.3](https://github.com/hpcc-systems/Visualization/compare/eclwatch-v2.77.2...eclwatch-v2.77.3) (2025-06-10)
722

823

packages/eclwatch/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hpcc-js/eclwatch",
3-
"version": "2.77.3",
3+
"version": "2.77.4",
44
"description": "hpcc-js - ECL Watch",
55
"main": "dist/index.js",
66
"module": "dist/index.es6",
@@ -41,7 +41,7 @@
4141
"@hpcc-js/codemirror": "^2.65.1",
4242
"@hpcc-js/common": "^2.73.1",
4343
"@hpcc-js/comms": "^2.101.2",
44-
"@hpcc-js/dgrid": "^2.34.1",
44+
"@hpcc-js/dgrid": "^2.34.2",
4545
"@hpcc-js/graph": "^2.87.1",
4646
"@hpcc-js/layout": "^2.51.1",
4747
"@hpcc-js/phosphor": "^2.20.2",

0 commit comments

Comments
 (0)