Skip to content

Commit 93ada53

Browse files
chore: release main
1 parent 4be0025 commit 93ada53

File tree

8 files changed

+35
-12
lines changed

8 files changed

+35
-12
lines changed

.github/release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
2-
".": "3.20.0",
2+
".": "3.21.0",
33
"packages/api": "3.4.10",
44
"packages/chart": "3.6.6",
55
"packages/codemirror": "3.6.10",
66
"packages/common": "3.7.0",
7-
"packages/comms": "3.14.3",
7+
"packages/comms": "3.15.0",
88
"packages/composite": "3.4.11",
99
"packages/dataflow": "9.6.3",
1010
"packages/ddl-shim": "3.2.5",
1111
"packages/dgrid": "3.6.0",
1212
"packages/dgrid-shim": "3.3.2",
1313
"packages/dgrid2": "3.5.8",
14-
"packages/eclwatch": "3.5.11",
14+
"packages/eclwatch": "3.5.12",
1515
"packages/esbuild-plugins": "1.8.2",
1616
"packages/form": "3.3.10",
1717
"packages/graph": "3.6.6",

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.21.0](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.20.0...hpcc-js-v3.21.0) (2026-02-26)
6+
7+
8+
### Features
9+
10+
* **comms:** expose the DFUWUTypes enum ([#4533](https://github.com/hpcc-systems/Visualization/issues/4533)) ([4be0025](https://github.com/hpcc-systems/Visualization/commit/4be0025ae50b1ffb399e733d043f49abd3bfcf5b))
11+
512
## [3.20.0](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.19.3...hpcc-js-v3.20.0) (2026-02-19)
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.20.0",
3+
"version": "3.21.0",
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
@@ -3,6 +3,13 @@
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.15.0](https://github.com/hpcc-systems/Visualization/compare/comms-v3.14.3...comms-v3.15.0) (2026-02-26)
7+
8+
9+
### Features
10+
11+
* **comms:** expose the DFUWUTypes enum ([#4533](https://github.com/hpcc-systems/Visualization/issues/4533)) ([4be0025](https://github.com/hpcc-systems/Visualization/commit/4be0025ae50b1ffb399e733d043f49abd3bfcf5b))
12+
613
## [3.14.4](https://github.com/hpcc-systems/Visualization/compare/@hpcc-js/comms@2.97.0...@hpcc-js/comms@3.14.4) (2026-02-11)
714

815

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.14.4",
3+
"version": "3.15.0",
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.5.12](https://github.com/hpcc-systems/Visualization/compare/eclwatch-v3.5.11...eclwatch-v3.5.12) (2026-02-26)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* dependencies
13+
* @hpcc-js/comms bumped from ^3.14.4 to ^3.15.0
14+
615
## [3.5.11](https://github.com/hpcc-systems/Visualization/compare/eclwatch-v3.5.9...eclwatch-v3.5.11) (2026-02-19)
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.5.11",
3+
"version": "3.5.12",
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.6.10",
4141
"@hpcc-js/common": "^3.7.0",
42-
"@hpcc-js/comms": "^3.14.4",
42+
"@hpcc-js/comms": "^3.15.0",
4343
"@hpcc-js/dgrid": "^3.6.0",
4444
"@hpcc-js/graph": "^3.6.6",
4545
"@hpcc-js/layout": "^3.5.5",

0 commit comments

Comments
 (0)