Skip to content

Commit 4b76aa3

Browse files
chore: release main (#4507)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9a01904 commit 4b76aa3

File tree

18 files changed

+121
-41
lines changed

18 files changed

+121
-41
lines changed
Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
{
2-
".": "3.18.0",
2+
".": "3.19.0",
33
"packages/api": "3.4.5",
44
"packages/chart": "3.6.1",
55
"packages/codemirror": "3.6.5",
66
"packages/common": "3.6.1",
7-
"packages/comms": "3.13.0",
8-
"packages/composite": "3.4.5",
7+
"packages/comms": "3.14.0",
8+
"packages/composite": "3.4.6",
99
"packages/dataflow": "9.6.1",
1010
"packages/ddl-shim": "3.2.3",
1111
"packages/dgrid": "3.5.5",
1212
"packages/dgrid-shim": "3.3.1",
1313
"packages/dgrid2": "3.5.3",
14-
"packages/eclwatch": "3.5.5",
14+
"packages/eclwatch": "3.5.6",
1515
"packages/esbuild-plugins": "1.8.0",
1616
"packages/form": "3.3.5",
1717
"packages/graph": "3.6.1",
1818
"packages/html": "3.3.5",
19-
"packages/layout": "3.4.5",
20-
"packages/map": "3.4.5",
19+
"packages/layout": "3.5.0",
20+
"packages/map": "3.4.6",
2121
"packages/markdown-it-plugins": "1.5.3",
2222
"packages/observablehq-compiler": "3.7.1",
23-
"packages/other": "3.4.5",
23+
"packages/other": "3.4.6",
2424
"packages/phosphor": "3.4.3",
2525
"packages/react": "3.4.5",
26-
"packages/timeline": "3.3.0",
26+
"packages/timeline": "3.3.1",
2727
"packages/tree": "3.2.5",
2828
"packages/util": "3.4.4"
2929
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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.19.0](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.18.0...hpcc-js-v3.19.0) (2026-01-21)
6+
7+
8+
### Features
9+
10+
* bump WsWorkunits and WsSMC ([#4506](https://github.com/hpcc-systems/Visualization/issues/4506)) ([47722ba](https://github.com/hpcc-systems/Visualization/commit/47722ba1bef68a38d4922fba1b9825f33a0e059a))
11+
* Update ChartPanel to use dgrd2 for data display ([#4511](https://github.com/hpcc-systems/Visualization/issues/4511)) ([9a01904](https://github.com/hpcc-systems/Visualization/commit/9a0190451449d85d7feb14d718add5abe8acfccc)), closes [#4510](https://github.com/hpcc-systems/Visualization/issues/4510)
12+
13+
14+
### Bug Fixes
15+
16+
* drop deprecated node-fetch package ([#4503](https://github.com/hpcc-systems/Visualization/issues/4503)) ([18c40ae](https://github.com/hpcc-systems/Visualization/commit/18c40aef983d2de0cfde854b48203498227143c8))
17+
518
## [3.18.0](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.17.0...hpcc-js-v3.18.0) (2026-01-07)
619

720

package-lock.json

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

packages/comms/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.14.0](https://github.com/hpcc-systems/Visualization/compare/comms-v3.13.0...comms-v3.14.0) (2026-01-21)
7+
8+
9+
### Features
10+
11+
* bump WsWorkunits and WsSMC ([#4506](https://github.com/hpcc-systems/Visualization/issues/4506)) ([47722ba](https://github.com/hpcc-systems/Visualization/commit/47722ba1bef68a38d4922fba1b9825f33a0e059a))
12+
13+
14+
### Bug Fixes
15+
16+
* drop deprecated node-fetch package ([#4503](https://github.com/hpcc-systems/Visualization/issues/4503)) ([18c40ae](https://github.com/hpcc-systems/Visualization/commit/18c40aef983d2de0cfde854b48203498227143c8))
17+
618
## [3.13.0](https://github.com/hpcc-systems/Visualization/compare/comms-v3.12.1...comms-v3.13.0) (2026-01-07)
719

820

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

packages/composite/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.4.6](https://github.com/hpcc-systems/Visualization/compare/composite-v3.4.5...composite-v3.4.6) (2026-01-21)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* dependencies
13+
* @hpcc-js/other bumped from ^3.4.5 to ^3.4.6
14+
615
## [3.4.5](https://github.com/hpcc-systems/Visualization/compare/composite-v3.4.4...composite-v3.4.5) (2026-01-07)
716

817

packages/composite/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/composite",
3-
"version": "3.4.5",
3+
"version": "3.4.6",
44
"description": "hpcc-js - Viz Composite",
55
"type": "module",
66
"main": "./dist/index.umd.cjs",
@@ -43,7 +43,7 @@
4343
"@hpcc-js/dgrid": "^3.5.5",
4444
"@hpcc-js/form": "^3.3.5",
4545
"@hpcc-js/html": "^3.3.5",
46-
"@hpcc-js/other": "^3.4.5",
46+
"@hpcc-js/other": "^3.4.6",
4747
"@hpcc-js/phosphor": "^3.4.3",
4848
"@hpcc-js/util": "^3.4.4"
4949
},

packages/eclwatch/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+
## [3.5.6](https://github.com/hpcc-systems/Visualization/compare/eclwatch-v3.5.5...eclwatch-v3.5.6) (2026-01-21)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* dependencies
13+
* @hpcc-js/comms bumped from ^3.13.0 to ^3.14.0
14+
* @hpcc-js/layout bumped from ^3.4.5 to ^3.5.0
15+
* @hpcc-js/timeline bumped from ^3.3.0 to ^3.3.1
16+
617
## [3.5.5](https://github.com/hpcc-systems/Visualization/compare/eclwatch-v3.5.4...eclwatch-v3.5.5) (2026-01-07)
718

819

packages/eclwatch/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/eclwatch",
3-
"version": "3.5.5",
3+
"version": "3.5.6",
44
"description": "hpcc-js - ECL Watch",
55
"type": "module",
66
"main": "./dist/index.umd.cjs",
@@ -39,12 +39,12 @@
3939
"dependencies": {
4040
"@hpcc-js/codemirror": "^3.6.5",
4141
"@hpcc-js/common": "^3.6.1",
42-
"@hpcc-js/comms": "^3.13.0",
42+
"@hpcc-js/comms": "^3.14.0",
4343
"@hpcc-js/dgrid": "^3.5.5",
4444
"@hpcc-js/graph": "^3.6.1",
45-
"@hpcc-js/layout": "^3.4.5",
45+
"@hpcc-js/layout": "^3.5.0",
4646
"@hpcc-js/phosphor": "^3.4.3",
47-
"@hpcc-js/timeline": "^3.3.0",
47+
"@hpcc-js/timeline": "^3.3.1",
4848
"@hpcc-js/tree": "^3.2.5",
4949
"@hpcc-js/util": "^3.4.4"
5050
},

0 commit comments

Comments
 (0)