Skip to content

Commit 61216d2

Browse files
committed
chore: release candidate-2.x.x
1 parent c0d02a3 commit 61216d2

12 files changed

+73
-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.6",
2+
".": "2.110.0",
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.5",
8+
"packages/comms": "2.100.0",
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.7",
16+
"packages/eclwatch": "2.76.8",
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.7",
23+
"packages/loader": "2.107.8",
2424
"packages/map": "2.79.0",
2525
"packages/map-deck": "2.9.0",
26-
"packages/marshaller": "2.27.7",
26+
"packages/marshaller": "2.27.8",
2727
"packages/observable-md": "2.55.0",
2828
"packages/observablehq-compiler": "1.4.0",
2929
"packages/other": "2.17.0",

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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.110.0](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v2.109.6...hpcc-js-v2.110.0) (2025-05-07)
6+
7+
8+
### Features
9+
10+
* bump WsCloud to latest version ([c0d02a3](https://github.com/hpcc-systems/Visualization/commit/c0d02a3837769ee968fe67833c4202e8f7ea81b1))
11+
* **comms:** add Export function to WsDali service ([cf470f2](https://github.com/hpcc-systems/Visualization/commit/cf470f2ead60b0097ef42124af4655f791b4ff8b))
12+
* **comms:** add Export function to WsDali service ([4ef5cce](https://github.com/hpcc-systems/Visualization/commit/4ef5cce206dab2689398b098efd87fb283fe47a2))
13+
514
## [2.109.6](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v2.109.5...hpcc-js-v2.109.6) (2025-04-15)
615

716

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.7",
3+
"version": "2.110.0",
44
"description": "HPCC Visualization Framework",
55
"private": true,
66
"jsdelivr": "dist/index.umd.min.js",

packages/comms/CHANGELOG.md

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

1313

1414

15+
## [2.100.0](https://github.com/hpcc-systems/Visualization/compare/comms-v2.99.5...comms-v2.100.0) (2025-05-07)
16+
17+
18+
### Features
19+
20+
* bump WsCloud to latest version ([c0d02a3](https://github.com/hpcc-systems/Visualization/commit/c0d02a3837769ee968fe67833c4202e8f7ea81b1))
21+
* **comms:** add Export function to WsDali service ([cf470f2](https://github.com/hpcc-systems/Visualization/commit/cf470f2ead60b0097ef42124af4655f791b4ff8b))
22+
* **comms:** add Export function to WsDali service ([4ef5cce](https://github.com/hpcc-systems/Visualization/commit/4ef5cce206dab2689398b098efd87fb283fe47a2))
23+
1524
## [2.99.5](https://github.com/hpcc-systems/Visualization/compare/comms-v2.99.4...comms-v2.99.5) (2025-04-15)
1625

1726

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.5",
3+
"version": "2.100.0",
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.8](https://github.com/hpcc-systems/Visualization/compare/eclwatch-v2.76.7...eclwatch-v2.76.8) (2025-05-07)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* dependencies
13+
* @hpcc-js/comms bumped from ^2.99.5 to ^2.100.0
14+
615
## [2.76.7](https://github.com/hpcc-systems/Visualization/compare/eclwatch-v2.76.6...eclwatch-v2.76.7) (2025-04-15)
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.7",
3+
"version": "2.76.8",
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.5",
43+
"@hpcc-js/comms": "^2.100.0",
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.8](https://github.com/hpcc-systems/Visualization/compare/loader-v2.107.7...loader-v2.107.8) (2025-05-07)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* dependencies
13+
* @hpcc-js/comms bumped from ^2.99.5 to ^2.100.0
14+
* @hpcc-js/eclwatch bumped from ^2.76.7 to ^2.76.8
15+
* @hpcc-js/marshaller bumped from ^2.27.7 to ^2.27.8
16+
617
## [2.107.7](https://github.com/hpcc-systems/Visualization/compare/loader-v2.107.6...loader-v2.107.7) (2025-04-15)
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.7",
3+
"version": "2.107.8",
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.5",
45+
"@hpcc-js/comms": "^2.100.0",
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.7",
49+
"@hpcc-js/eclwatch": "^2.76.8",
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.7",
56+
"@hpcc-js/marshaller": "^2.27.8",
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

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.27.8](https://github.com/hpcc-systems/Visualization/compare/marshaller-v2.27.7...marshaller-v2.27.8) (2025-05-07)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* dependencies
13+
* @hpcc-js/comms bumped from ^2.99.5 to ^2.100.0
14+
615
## [2.27.7](https://github.com/hpcc-systems/Visualization/compare/marshaller-v2.27.6...marshaller-v2.27.7) (2025-04-15)
716

817

packages/marshaller/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/marshaller",
3-
"version": "2.27.7",
3+
"version": "2.27.8",
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.5",
44+
"@hpcc-js/comms": "^2.100.0",
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)