Skip to content

Commit 2630fc1

Browse files
authored
Merge pull request #4387 from hpcc-systems/release-please--branches--candidate-2.x.x
chore: release candidate-2.x.x
2 parents 7d5ecd3 + 656d1d4 commit 2630fc1

File tree

12 files changed

+71
-26
lines changed

12 files changed

+71
-26
lines changed

.release-please-manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
{
2-
".": "2.111.2",
2+
".": "2.111.3",
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",
8-
"packages/comms": "2.101.1",
8+
"packages/comms": "2.101.2",
99
"packages/composite": "2.9.2",
1010
"packages/dataflow": "9.1.0",
1111
"packages/ddl-shim": "2.22.0",
1212
"packages/deck-shim": "2.8.0",
1313
"packages/dgrid": "2.34.1",
1414
"packages/dgrid-shim": "2.26.0",
1515
"packages/dgrid2": "2.5.1",
16-
"packages/eclwatch": "2.77.2",
16+
"packages/eclwatch": "2.77.3",
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.2",
23+
"packages/loader": "2.108.3",
2424
"packages/map": "2.79.1",
2525
"packages/map-deck": "2.9.1",
26-
"packages/marshaller": "2.28.2",
26+
"packages/marshaller": "2.28.3",
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.3](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v2.111.2...hpcc-js-v2.111.3) (2025-06-10)
6+
7+
8+
### Bug Fixes
9+
10+
* **comms:** fix a type in WsLogaccess GetHealthReportResponse ([7d5ecd3](https://github.com/hpcc-systems/Visualization/commit/7d5ecd30e44b76ac53b4ef6950ffbac16bf301e6))
11+
* **comms:** fix a type in WsLogaccess GetHealthReportResponse ([516664b](https://github.com/hpcc-systems/Visualization/commit/516664bbcef4ba23d53f27fde2bd23736ae01817))
12+
513
## [2.111.2](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v2.111.1...hpcc-js-v2.111.2) (2025-06-09)
614

715

package-lock.json

Lines changed: 11 additions & 11 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.2",
3+
"version": "2.111.3",
44
"description": "HPCC Visualization Framework",
55
"private": true,
66
"jsdelivr": "dist/index.umd.min.js",

packages/comms/CHANGELOG.md

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

1313

1414

15+
## [2.101.2](https://github.com/hpcc-systems/Visualization/compare/comms-v2.101.1...comms-v2.101.2) (2025-06-10)
16+
17+
18+
### Bug Fixes
19+
20+
* **comms:** fix a type in WsLogaccess GetHealthReportResponse ([7d5ecd3](https://github.com/hpcc-systems/Visualization/commit/7d5ecd30e44b76ac53b4ef6950ffbac16bf301e6))
21+
* **comms:** fix a type in WsLogaccess GetHealthReportResponse ([516664b](https://github.com/hpcc-systems/Visualization/commit/516664bbcef4ba23d53f27fde2bd23736ae01817))
22+
1523
## [2.101.1](https://github.com/hpcc-systems/Visualization/compare/comms-v2.101.0...comms-v2.101.1) (2025-06-09)
1624

1725

packages/comms/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/comms",
3-
"version": "2.101.1",
3+
"version": "2.101.2",
44
"description": "hpcc-js - Communications",
55
"main": "dist/index.node.js",
66
"module": "dist/index.es6",

packages/eclwatch/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.77.3](https://github.com/hpcc-systems/Visualization/compare/eclwatch-v2.77.2...eclwatch-v2.77.3) (2025-06-10)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* dependencies
13+
* @hpcc-js/comms bumped from ^2.101.1 to ^2.101.2
14+
615
## [2.77.2](https://github.com/hpcc-systems/Visualization/compare/eclwatch-v2.77.1...eclwatch-v2.77.2) (2025-06-09)
716

817

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.2",
3+
"version": "2.77.3",
44
"description": "hpcc-js - ECL Watch",
55
"main": "dist/index.js",
66
"module": "dist/index.es6",
@@ -40,7 +40,7 @@
4040
"dependencies": {
4141
"@hpcc-js/codemirror": "^2.65.1",
4242
"@hpcc-js/common": "^2.73.1",
43-
"@hpcc-js/comms": "^2.101.1",
43+
"@hpcc-js/comms": "^2.101.2",
4444
"@hpcc-js/dgrid": "^2.34.1",
4545
"@hpcc-js/graph": "^2.87.1",
4646
"@hpcc-js/layout": "^2.51.1",

packages/loader/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.108.3](https://github.com/hpcc-systems/Visualization/compare/loader-v2.108.2...loader-v2.108.3) (2025-06-10)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* dependencies
13+
* @hpcc-js/comms bumped from ^2.101.1 to ^2.101.2
14+
* @hpcc-js/eclwatch bumped from ^2.77.2 to ^2.77.3
15+
* @hpcc-js/marshaller bumped from ^2.28.2 to ^2.28.3
16+
617
## [2.108.2](https://github.com/hpcc-systems/Visualization/compare/loader-v2.108.1...loader-v2.108.2) (2025-06-09)
718

819

packages/loader/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hpcc-js/loader",
3-
"version": "2.108.2",
3+
"version": "2.108.3",
44
"description": "hpcc-js - Loader",
55
"main": "dist/index.js",
66
"module": "dist/index.es6",
@@ -42,18 +42,18 @@
4242
"@hpcc-js/chart": "^2.86.1",
4343
"@hpcc-js/codemirror": "^2.65.1",
4444
"@hpcc-js/common": "^2.73.1",
45-
"@hpcc-js/comms": "^2.101.1",
45+
"@hpcc-js/comms": "^2.101.2",
4646
"@hpcc-js/composite": "^2.9.2",
4747
"@hpcc-js/dgrid": "^2.34.1",
4848
"@hpcc-js/dgrid2": "^2.5.1",
49-
"@hpcc-js/eclwatch": "^2.77.2",
49+
"@hpcc-js/eclwatch": "^2.77.3",
5050
"@hpcc-js/form": "^2.12.1",
5151
"@hpcc-js/graph": "^2.87.1",
5252
"@hpcc-js/html": "^2.44.1",
5353
"@hpcc-js/layout": "^2.51.1",
5454
"@hpcc-js/map": "^2.79.1",
5555
"@hpcc-js/map-deck": "^2.9.1",
56-
"@hpcc-js/marshaller": "^2.28.2",
56+
"@hpcc-js/marshaller": "^2.28.3",
5757
"@hpcc-js/observablehq-compiler": "^1.4.0",
5858
"@hpcc-js/other": "^2.17.1",
5959
"@hpcc-js/phosphor": "^2.20.2",

0 commit comments

Comments
 (0)