Skip to content

Commit 57f096c

Browse files
authored
Merge pull request #4369 from hpcc-systems/release-please--branches--candidate-2.x.x
chore: release candidate-2.x.x
2 parents 8b27106 + 2e6f59b commit 57f096c

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.109.5",
2+
".": "2.109.6",
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.4",
8+
"packages/comms": "2.99.5",
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.6",
16+
"packages/eclwatch": "2.76.7",
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.6",
23+
"packages/loader": "2.107.7",
2424
"packages/map": "2.79.0",
2525
"packages/map-deck": "2.9.0",
26-
"packages/marshaller": "2.27.6",
26+
"packages/marshaller": "2.27.7",
2727
"packages/observable-md": "2.55.0",
2828
"packages/observablehq-compiler": "1.4.0",
2929
"packages/other": "2.17.0",

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.109.6](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v2.109.5...hpcc-js-v2.109.6) (2025-04-15)
6+
7+
8+
### Bug Fixes
9+
10+
* **comms:** scopeProperty measure "skw" should be int ([8b27106](https://github.com/hpcc-systems/Visualization/commit/8b2710619fb901ed96f634a646a7658e9658ce58))
11+
* **comms:** scopeProperty measure "skw" should be int ([628f4cc](https://github.com/hpcc-systems/Visualization/commit/628f4cc90e63763cfcd5b901b0418b6a8e93e6af))
12+
513
## [2.109.5](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v2.109.4...hpcc-js-v2.109.5) (2025-04-14)
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.107.6",
3+
"version": "2.109.6",
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.99.5](https://github.com/hpcc-systems/Visualization/compare/comms-v2.99.4...comms-v2.99.5) (2025-04-15)
16+
17+
18+
### Bug Fixes
19+
20+
* **comms:** scopeProperty measure "skw" should be int ([8b27106](https://github.com/hpcc-systems/Visualization/commit/8b2710619fb901ed96f634a646a7658e9658ce58))
21+
* **comms:** scopeProperty measure "skw" should be int ([628f4cc](https://github.com/hpcc-systems/Visualization/commit/628f4cc90e63763cfcd5b901b0418b6a8e93e6af))
22+
1523
## [2.99.4](https://github.com/hpcc-systems/Visualization/compare/comms-v2.99.3...comms-v2.99.4) (2025-04-14)
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.99.4",
3+
"version": "2.99.5",
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.76.7](https://github.com/hpcc-systems/Visualization/compare/eclwatch-v2.76.6...eclwatch-v2.76.7) (2025-04-15)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* dependencies
13+
* @hpcc-js/comms bumped from ^2.99.4 to ^2.99.5
14+
615
## [2.76.6](https://github.com/hpcc-systems/Visualization/compare/eclwatch-v2.76.5...eclwatch-v2.76.6) (2025-04-14)
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.76.6",
3+
"version": "2.76.7",
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.4",
43+
"@hpcc-js/comms": "^2.99.5",
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

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.107.7](https://github.com/hpcc-systems/Visualization/compare/loader-v2.107.6...loader-v2.107.7) (2025-04-15)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* dependencies
13+
* @hpcc-js/comms bumped from ^2.99.4 to ^2.99.5
14+
* @hpcc-js/eclwatch bumped from ^2.76.6 to ^2.76.7
15+
* @hpcc-js/marshaller bumped from ^2.27.6 to ^2.27.7
16+
617
## [2.107.6](https://github.com/hpcc-systems/Visualization/compare/loader-v2.107.5...loader-v2.107.6) (2025-04-14)
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.107.6",
3+
"version": "2.107.7",
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.4",
45+
"@hpcc-js/comms": "^2.99.5",
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.6",
49+
"@hpcc-js/eclwatch": "^2.76.7",
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.6",
56+
"@hpcc-js/marshaller": "^2.27.7",
5757
"@hpcc-js/observablehq-compiler": "^1.4.0",
5858
"@hpcc-js/other": "^2.17.0",
5959
"@hpcc-js/phosphor": "^2.20.0",

0 commit comments

Comments
 (0)