Skip to content

Commit d259235

Browse files
committed
chore: release trunk
1 parent 2c01bcf commit d259235

File tree

8 files changed

+35
-12
lines changed

8 files changed

+35
-12
lines changed

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
".": "3.6.2",
2+
".": "3.6.3",
33
"packages/api": "3.3.1",
44
"packages/chart": "3.3.1",
55
"packages/codemirror": "3.3.1",
66
"packages/common": "3.3.1",
7-
"packages/comms": "3.5.2",
7+
"packages/comms": "3.5.3",
88
"packages/composite": "3.2.2",
99
"packages/dataflow": "9.3.1",
1010
"packages/dgrid": "3.2.2",
1111
"packages/dgrid-shim": "3.1.1",
1212
"packages/dgrid2": "3.2.1",
13-
"packages/eclwatch": "3.2.7",
13+
"packages/eclwatch": "3.2.8",
1414
"packages/esbuild-plugins": "1.4.1",
1515
"packages/form": "3.2.1",
1616
"packages/graph": "3.3.3",

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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+
## [3.6.3](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.6.2...hpcc-js-v3.6.3) (2025-06-11)
6+
7+
8+
### Bug Fixes
9+
10+
* **comms:** scopeProperty measure "node" should be int ([1c379cc](https://github.com/hpcc-systems/Visualization/commit/1c379cc4bad622d951a0d2685cd9673a4993e296))
11+
512
## [3.6.2](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.6.1...hpcc-js-v3.6.2) (2025-04-07)
613

714

package-lock.json

Lines changed: 5 additions & 5 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": "3.6.2",
3+
"version": "3.6.3",
44
"description": "HPCC Visualization Framework",
55
"private": true,
66
"type": "module",

packages/comms/CHANGELOG.md

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

1313

1414

15+
## [3.5.3](https://github.com/hpcc-systems/Visualization/compare/comms-v3.5.2...comms-v3.5.3) (2025-06-11)
16+
17+
18+
### Bug Fixes
19+
20+
* **comms:** scopeProperty measure "node" should be int ([1c379cc](https://github.com/hpcc-systems/Visualization/commit/1c379cc4bad622d951a0d2685cd9673a4993e296))
21+
1522
## [3.5.2](https://github.com/hpcc-systems/Visualization/compare/comms-v3.5.1...comms-v3.5.2) (2025-04-07)
1623

1724

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": "3.5.2",
3+
"version": "3.5.3",
44
"description": "hpcc-js - Communications",
55
"type": "module",
66
"main": "./dist/node/index.cjs",

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+
## [3.2.8](https://github.com/hpcc-systems/Visualization/compare/eclwatch-v3.2.7...eclwatch-v3.2.8) (2025-06-11)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* dependencies
13+
* @hpcc-js/comms bumped from ^3.5.2 to ^3.5.3
14+
615
## [3.2.7](https://github.com/hpcc-systems/Visualization/compare/eclwatch-v3.2.6...eclwatch-v3.2.7) (2025-04-07)
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": "3.2.7",
3+
"version": "3.2.8",
44
"description": "hpcc-js - ECL Watch",
55
"type": "module",
66
"main": "./dist/index.umd.cjs",
@@ -39,7 +39,7 @@
3939
"dependencies": {
4040
"@hpcc-js/codemirror": "^3.3.1",
4141
"@hpcc-js/common": "^3.3.1",
42-
"@hpcc-js/comms": "^3.5.2",
42+
"@hpcc-js/comms": "^3.5.3",
4343
"@hpcc-js/dgrid": "^3.2.2",
4444
"@hpcc-js/graph": "^3.3.3",
4545
"@hpcc-js/layout": "^3.2.1",

0 commit comments

Comments
 (0)