Skip to content

Commit a6186b7

Browse files
authored
Merge pull request #4417 from hpcc-systems/release-please--branches--candidate-3.x.x
chore: release candidate-3.x.x
2 parents bc47249 + cbbb84c commit a6186b7

File tree

8 files changed

+37
-12
lines changed

8 files changed

+37
-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.8.5",
2+
".": "3.8.6",
33
"packages/api": "3.3.8",
44
"packages/chart": "3.3.8",
55
"packages/codemirror": "3.3.8",
66
"packages/common": "3.3.8",
7-
"packages/comms": "3.7.5",
7+
"packages/comms": "3.7.6",
88
"packages/composite": "3.2.11",
99
"packages/dataflow": "9.3.8",
1010
"packages/dgrid": "3.2.10",
1111
"packages/dgrid-shim": "3.1.3",
1212
"packages/dgrid2": "3.2.8",
13-
"packages/eclwatch": "3.2.17",
13+
"packages/eclwatch": "3.2.18",
1414
"packages/esbuild-plugins": "1.4.8",
1515
"packages/form": "3.2.8",
1616
"packages/graph": "3.3.11",

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+
## [3.8.6](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.8.5...hpcc-js-v3.8.6) (2025-07-16)
6+
7+
8+
### Bug Fixes
9+
10+
* **comms:** default ProtectList to an empty array ([bc47249](https://github.com/hpcc-systems/Visualization/commit/bc47249751041d094ca8d28d6475d5be680c5356))
11+
* **comms:** default ProtectList to an empty array ([460596c](https://github.com/hpcc-systems/Visualization/commit/460596c9c9460af42e0d68fc294b5f2d4cd0aff1))
12+
513
## [3.8.5](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.8.4...hpcc-js-v3.8.5) (2025-07-04)
614

715

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.8.5",
3+
"version": "3.8.6",
44
"description": "HPCC Visualization Framework",
55
"private": true,
66
"type": "module",

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+
## [3.7.6](https://github.com/hpcc-systems/Visualization/compare/comms-v3.7.5...comms-v3.7.6) (2025-07-16)
16+
17+
18+
### Bug Fixes
19+
20+
* **comms:** default ProtectList to an empty array ([bc47249](https://github.com/hpcc-systems/Visualization/commit/bc47249751041d094ca8d28d6475d5be680c5356))
21+
* **comms:** default ProtectList to an empty array ([460596c](https://github.com/hpcc-systems/Visualization/commit/460596c9c9460af42e0d68fc294b5f2d4cd0aff1))
22+
1523
## [3.7.5](https://github.com/hpcc-systems/Visualization/compare/comms-v3.7.4...comms-v3.7.5) (2025-07-04)
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": "3.7.5",
3+
"version": "3.7.6",
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.18](https://github.com/hpcc-systems/Visualization/compare/eclwatch-v3.2.17...eclwatch-v3.2.18) (2025-07-16)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* dependencies
13+
* @hpcc-js/comms bumped from ^3.7.5 to ^3.7.6
14+
615
## [3.2.17](https://github.com/hpcc-systems/Visualization/compare/eclwatch-v3.2.16...eclwatch-v3.2.17) (2025-07-04)
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.17",
3+
"version": "3.2.18",
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.8",
4141
"@hpcc-js/common": "^3.3.8",
42-
"@hpcc-js/comms": "^3.7.5",
42+
"@hpcc-js/comms": "^3.7.6",
4343
"@hpcc-js/dgrid": "^3.2.10",
4444
"@hpcc-js/graph": "^3.3.11",
4545
"@hpcc-js/layout": "^3.2.9",

0 commit comments

Comments
 (0)