Skip to content

Commit 5888af2

Browse files
authored
Merge pull request #4352 from hpcc-systems/release-please--branches--candidate-2.x.x
chore: release candidate-2.x.x
2 parents 86d0669 + 86577db commit 5888af2

12 files changed

+71
-26
lines changed

.release-please-manifest.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
{
2-
".": "2.109.1",
2+
".": "2.109.2",
33
"packages/api": "2.14.0",
44
"packages/chart": "2.86.0",
55
"packages/codemirror": "2.65.0",
66
"packages/codemirror-shim": "2.37.0",
77
"packages/common": "2.73.0",
8-
"packages/comms": "2.99.0",
8+
"packages/comms": "2.99.1",
99
"packages/composite": "2.9.0",
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.0",
1414
"packages/dgrid-shim": "2.26.0",
1515
"packages/dgrid2": "2.5.0",
16-
"packages/eclwatch": "2.76.2",
16+
"packages/eclwatch": "2.76.3",
1717
"packages/esbuild-plugins": "1.2.0",
1818
"packages/form": "2.12.0",
1919
"packages/graph": "2.87.0",
2020
"packages/html": "2.44.0",
2121
"packages/layout": "2.51.0",
2222
"packages/leaflet-shim": "2.5.0",
23-
"packages/loader": "2.107.2",
23+
"packages/loader": "2.107.3",
2424
"packages/map": "2.79.0",
2525
"packages/map-deck": "2.9.0",
26-
"packages/marshaller": "2.27.2",
26+
"packages/marshaller": "2.27.3",
2727
"packages/observable-md": "2.55.0",
2828
"packages/observablehq-compiler": "1.4.0",
2929
"packages/other": "2.17.0",

CHANGELOG.md

+8
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.109.2](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v2.109.1...hpcc-js-v2.109.2) (2025-02-27)
6+
7+
8+
### Bug Fixes
9+
10+
* **comms:** add more info to unhelpful exception logging ([86d0669](https://github.com/hpcc-systems/Visualization/commit/86d0669c86c94512b33176b7805906a521914cf0))
11+
* **comms:** map Kind ints to strings in normalizeDetails ([0d495d3](https://github.com/hpcc-systems/Visualization/commit/0d495d377fd08a98d0a27df4ffbcdb920e81b21c))
12+
513
## [2.109.1](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v2.109.0...hpcc-js-v2.109.1) (2025-02-13)
614

715

package-lock.json

+11-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

packages/comms/CHANGELOG.md

+8
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.99.1](https://github.com/hpcc-systems/Visualization/compare/comms-v2.99.0...comms-v2.99.1) (2025-02-27)
16+
17+
18+
### Bug Fixes
19+
20+
* **comms:** add more info to unhelpful exception logging ([86d0669](https://github.com/hpcc-systems/Visualization/commit/86d0669c86c94512b33176b7805906a521914cf0))
21+
* **comms:** map Kind ints to strings in normalizeDetails ([0d495d3](https://github.com/hpcc-systems/Visualization/commit/0d495d377fd08a98d0a27df4ffbcdb920e81b21c))
22+
1523
## [2.99.0](https://github.com/hpcc-systems/Visualization/compare/comms-v2.98.0...comms-v2.99.0) (2024-11-06)
1624

1725

packages/comms/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hpcc-js/comms",
3-
"version": "2.99.0",
3+
"version": "2.99.1",
44
"description": "hpcc-js - Communications",
55
"main": "dist/index.node.js",
66
"module": "dist/index.es6",

packages/eclwatch/CHANGELOG.md

+9
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.76.3](https://github.com/hpcc-systems/Visualization/compare/eclwatch-v2.76.2...eclwatch-v2.76.3) (2025-02-27)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* dependencies
13+
* @hpcc-js/comms bumped from ^2.99.0 to ^2.99.1
14+
615
## [2.76.2](https://github.com/hpcc-systems/Visualization/compare/eclwatch-v2.76.1...eclwatch-v2.76.2) (2025-02-07)
716

817

packages/eclwatch/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hpcc-js/eclwatch",
3-
"version": "2.76.2",
3+
"version": "2.76.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.0",
4242
"@hpcc-js/common": "^2.73.0",
43-
"@hpcc-js/comms": "^2.99.0",
43+
"@hpcc-js/comms": "^2.99.1",
4444
"@hpcc-js/dgrid": "^2.34.0",
4545
"@hpcc-js/graph": "^2.87.0",
4646
"@hpcc-js/layout": "^2.51.0",

packages/loader/CHANGELOG.md

+11
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.107.3](https://github.com/hpcc-systems/Visualization/compare/loader-v2.107.2...loader-v2.107.3) (2025-02-27)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* dependencies
13+
* @hpcc-js/comms bumped from ^2.99.0 to ^2.99.1
14+
* @hpcc-js/eclwatch bumped from ^2.76.2 to ^2.76.3
15+
* @hpcc-js/marshaller bumped from ^2.27.2 to ^2.27.3
16+
617
## [2.107.2](https://github.com/hpcc-systems/Visualization/compare/loader-v2.107.1...loader-v2.107.2) (2025-02-07)
718

819

packages/loader/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hpcc-js/loader",
3-
"version": "2.107.2",
3+
"version": "2.107.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.0",
4343
"@hpcc-js/codemirror": "^2.65.0",
4444
"@hpcc-js/common": "^2.73.0",
45-
"@hpcc-js/comms": "^2.99.0",
45+
"@hpcc-js/comms": "^2.99.1",
4646
"@hpcc-js/composite": "^2.9.0",
4747
"@hpcc-js/dgrid": "^2.34.0",
4848
"@hpcc-js/dgrid2": "^2.5.0",
49-
"@hpcc-js/eclwatch": "^2.76.2",
49+
"@hpcc-js/eclwatch": "^2.76.3",
5050
"@hpcc-js/form": "^2.12.0",
5151
"@hpcc-js/graph": "^2.87.0",
5252
"@hpcc-js/html": "^2.44.0",
5353
"@hpcc-js/layout": "^2.51.0",
5454
"@hpcc-js/map": "^2.79.0",
5555
"@hpcc-js/map-deck": "^2.9.0",
56-
"@hpcc-js/marshaller": "^2.27.2",
56+
"@hpcc-js/marshaller": "^2.27.3",
5757
"@hpcc-js/observablehq-compiler": "^1.4.0",
5858
"@hpcc-js/other": "^2.17.0",
5959
"@hpcc-js/phosphor": "^2.20.0",

packages/marshaller/CHANGELOG.md

+9
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.27.3](https://github.com/hpcc-systems/Visualization/compare/marshaller-v2.27.2...marshaller-v2.27.3) (2025-02-27)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* dependencies
13+
* @hpcc-js/comms bumped from ^2.99.0 to ^2.99.1
14+
615
## [2.27.2](https://github.com/hpcc-systems/Visualization/compare/marshaller-v2.27.1...marshaller-v2.27.2) (2025-02-07)
716

817

packages/marshaller/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hpcc-js/marshaller",
3-
"version": "2.27.2",
3+
"version": "2.27.3",
44
"description": "hpcc-js - Viz Marshaller",
55
"main": "dist/index.js",
66
"module": "dist/index.es6",
@@ -41,7 +41,7 @@
4141
"@hpcc-js/chart": "^2.86.0",
4242
"@hpcc-js/codemirror": "^2.65.0",
4343
"@hpcc-js/common": "^2.73.0",
44-
"@hpcc-js/comms": "^2.99.0",
44+
"@hpcc-js/comms": "^2.99.1",
4545
"@hpcc-js/composite": "^2.9.0",
4646
"@hpcc-js/ddl-shim": "^2.22.0",
4747
"@hpcc-js/dgrid": "^2.34.0",

0 commit comments

Comments
 (0)