Skip to content

Commit d5b1494

Browse files
committed
chore: release candidate-3.x.x
1 parent 0cc25c3 commit d5b1494

12 files changed

Lines changed: 55 additions & 18 deletions

File tree

.release-please-manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{
2-
".": "3.12.1",
2+
".": "3.12.2",
33
"packages/api": "3.3.12",
44
"packages/chart": "3.4.2",
55
"packages/codemirror": "3.5.2",
66
"packages/common": "3.4.2",
7-
"packages/comms": "3.9.1",
7+
"packages/comms": "3.9.2",
88
"packages/composite": "3.2.15",
9-
"packages/dataflow": "9.4.2",
9+
"packages/dataflow": "9.4.3",
1010
"packages/dgrid": "3.3.2",
1111
"packages/dgrid-shim": "3.2.0",
1212
"packages/dgrid2": "3.3.2",
13-
"packages/eclwatch": "3.3.3",
13+
"packages/eclwatch": "3.3.4",
1414
"packages/esbuild-plugins": "1.5.2",
1515
"packages/form": "3.2.12",
1616
"packages/graph": "3.4.2",
1717
"packages/html": "3.2.13",
1818
"packages/layout": "3.2.13",
1919
"packages/map": "3.2.18",
20-
"packages/markdown-it-plugins": "1.4.5",
20+
"packages/markdown-it-plugins": "1.4.6",
2121
"packages/observablehq-compiler": "3.5.4",
2222
"packages/other": "3.2.13",
2323
"packages/phosphor": "3.2.13",

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.12.2](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.12.1...hpcc-js-v3.12.2) (2025-10-09)
6+
7+
8+
### Bug Fixes
9+
10+
* common up nodejs bundle rules ([0cc25c3](https://github.com/hpcc-systems/Visualization/commit/0cc25c3d3533395e4f01e5b2c03ebaa7ff8207a3))
11+
512
## [3.12.1](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.12.0...hpcc-js-v3.12.1) (2025-10-09)
613

714

package-lock.json

Lines changed: 7 additions & 7 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.12.1",
3+
"version": "3.12.2",
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.9.2](https://github.com/hpcc-systems/Visualization/compare/comms-v3.9.1...comms-v3.9.2) (2025-10-09)
16+
17+
18+
### Bug Fixes
19+
20+
* common up nodejs bundle rules ([0cc25c3](https://github.com/hpcc-systems/Visualization/commit/0cc25c3d3533395e4f01e5b2c03ebaa7ff8207a3))
21+
1522
## [3.9.1](https://github.com/hpcc-systems/Visualization/compare/comms-v3.9.0...comms-v3.9.1) (2025-10-09)
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.9.1",
3+
"version": "3.9.2",
44
"description": "hpcc-js - Communications",
55
"type": "module",
66
"main": "./dist/node/index.cjs",

packages/dataflow/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,13 @@ Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
3939

4040

4141

42+
## [9.4.3](https://github.com/hpcc-systems/Visualization/compare/dataflow-v9.4.2...dataflow-v9.4.3) (2025-10-09)
43+
44+
45+
### Bug Fixes
46+
47+
* common up nodejs bundle rules ([0cc25c3](https://github.com/hpcc-systems/Visualization/commit/0cc25c3d3533395e4f01e5b2c03ebaa7ff8207a3))
48+
4249
## [9.4.2](https://github.com/hpcc-systems/Visualization/compare/dataflow-v9.4.1...dataflow-v9.4.2) (2025-10-09)
4350

4451

packages/dataflow/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/dataflow",
3-
"version": "9.4.2",
3+
"version": "9.4.3",
44
"description": "hpcc-js - Data Flow",
55
"type": "module",
66
"main": "./dist/index.umd.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.3.4](https://github.com/hpcc-systems/Visualization/compare/eclwatch-v3.3.3...eclwatch-v3.3.4) (2025-10-09)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* dependencies
13+
* @hpcc-js/comms bumped from ^3.9.1 to ^3.9.2
14+
615
## [3.3.3](https://github.com/hpcc-systems/Visualization/compare/eclwatch-v3.3.2...eclwatch-v3.3.3) (2025-10-09)
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.3.3",
3+
"version": "3.3.4",
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.5.2",
4141
"@hpcc-js/common": "^3.4.2",
42-
"@hpcc-js/comms": "^3.9.1",
42+
"@hpcc-js/comms": "^3.9.2",
4343
"@hpcc-js/dgrid": "^3.3.2",
4444
"@hpcc-js/graph": "^3.4.2",
4545
"@hpcc-js/layout": "^3.2.13",

0 commit comments

Comments
 (0)