Skip to content

Commit a930ff1

Browse files
chore: release candidate-3.x.x
1 parent 3213c34 commit a930ff1

24 files changed

+231
-62
lines changed

.release-please-manifest.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
{
2-
".": "3.12.4",
2+
".": "3.12.5",
33
"packages/api": "3.3.12",
44
"packages/chart": "3.4.3",
55
"packages/codemirror": "3.5.2",
66
"packages/common": "3.4.2",
7-
"packages/comms": "3.9.3",
8-
"packages/composite": "3.2.16",
7+
"packages/comms": "3.9.4",
8+
"packages/composite": "3.2.17",
99
"packages/dataflow": "9.4.3",
10-
"packages/ddl-shim": "3.0.0",
11-
"packages/dgrid": "3.3.2",
10+
"packages/ddl-shim": "3.1.0",
11+
"packages/dgrid": "3.3.3",
1212
"packages/dgrid-shim": "3.2.0",
1313
"packages/dgrid2": "3.3.2",
14-
"packages/eclwatch": "3.3.6",
14+
"packages/eclwatch": "3.3.7",
1515
"packages/esbuild-plugins": "1.5.2",
1616
"packages/form": "3.2.13",
1717
"packages/graph": "3.4.2",
1818
"packages/html": "3.2.13",
19-
"packages/layout": "3.2.14",
20-
"packages/map": "3.2.19",
19+
"packages/layout": "3.2.15",
20+
"packages/map": "3.2.20",
2121
"packages/markdown-it-plugins": "1.4.6",
2222
"packages/observablehq-compiler": "3.5.4",
23-
"packages/other": "3.2.14",
23+
"packages/other": "3.2.15",
2424
"packages/phosphor": "3.2.13",
2525
"packages/react": "3.3.2",
26-
"packages/timeline": "3.0.0",
27-
"packages/tree": "3.0.0",
26+
"packages/timeline": "3.1.0",
27+
"packages/tree": "3.1.0",
2828
"packages/util": "3.3.12"
2929
}

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.12.5](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.12.4...hpcc-js-v3.12.5) (2025-10-22)
6+
7+
8+
### Bug Fixes
9+
10+
* add missing release please configurations ([aa1ccc8](https://github.com/hpcc-systems/Visualization/commit/aa1ccc8e8d0ecb70d2ba050a9aa1796ae4429e64))
11+
* remove "tmp" dependency ([3213c34](https://github.com/hpcc-systems/Visualization/commit/3213c34601e4667f994eac735529fb386938209d))
12+
513
## [3.12.4](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.12.3...hpcc-js-v3.12.4) (2025-10-21)
614

715

package-lock.json

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

packages/comms/CHANGELOG.md

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

1313

1414

15+
## [3.9.4](https://github.com/hpcc-systems/Visualization/compare/comms-v3.9.3...comms-v3.9.4) (2025-10-22)
16+
17+
18+
### Bug Fixes
19+
20+
* remove "tmp" dependency ([3213c34](https://github.com/hpcc-systems/Visualization/commit/3213c34601e4667f994eac735529fb386938209d))
21+
22+
23+
### Dependencies
24+
25+
* The following workspace dependencies were updated
26+
* devDependencies
27+
* @hpcc-js/ddl-shim bumped from ^3.0.0 to ^3.1.0
28+
1529
## [3.9.3](https://github.com/hpcc-systems/Visualization/compare/comms-v3.9.2...comms-v3.9.3) (2025-10-10)
1630

1731

packages/comms/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/comms",
3-
"version": "3.9.3",
3+
"version": "3.9.4",
44
"description": "hpcc-js - Communications",
55
"type": "module",
66
"main": "./dist/node/index.cjs",
@@ -82,7 +82,7 @@
8282
},
8383
"devDependencies": {
8484
"@hpcc-js/esbuild-plugins": "^1.5.2",
85-
"@hpcc-js/ddl-shim": "^3.0.0",
85+
"@hpcc-js/ddl-shim": "^3.1.0",
8686
"@kubernetes/client-node": "1.4.0",
8787
"@types/d3-request": "1.0.9",
8888
"@types/d3-time-format": "2.3.4",

packages/composite/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.17](https://github.com/hpcc-systems/Visualization/compare/composite-v3.2.16...composite-v3.2.17) (2025-10-22)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* dependencies
13+
* @hpcc-js/dgrid bumped from ^3.3.2 to ^3.3.3
14+
* @hpcc-js/other bumped from ^3.2.14 to ^3.2.15
15+
616
## [3.2.16](https://github.com/hpcc-systems/Visualization/compare/composite-v3.2.15...composite-v3.2.16) (2025-10-21)
717

818

packages/composite/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hpcc-js/composite",
3-
"version": "3.2.16",
3+
"version": "3.2.17",
44
"description": "hpcc-js - Viz Composite",
55
"type": "module",
66
"main": "./dist/index.umd.cjs",
@@ -40,11 +40,11 @@
4040
"@hpcc-js/api": "^3.3.12",
4141
"@hpcc-js/chart": "^3.4.3",
4242
"@hpcc-js/common": "^3.4.2",
43-
"@hpcc-js/dgrid": "^3.3.2",
43+
"@hpcc-js/dgrid": "^3.3.3",
4444
"@hpcc-js/form": "^3.2.13",
4545
"@hpcc-js/html": "^3.2.13",
4646
"@hpcc-js/util": "^3.3.12",
47-
"@hpcc-js/other": "^3.2.14",
47+
"@hpcc-js/other": "^3.2.15",
4848
"@hpcc-js/phosphor": "^3.2.13"
4949
},
5050
"devDependencies": {

packages/ddl-shim/CHANGELOG.md

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

6161

6262

63+
## [3.1.0](https://github.com/hpcc-systems/Visualization/compare/ddl-shim-v3.0.0...ddl-shim-v3.1.0) (2025-10-22)
64+
65+
66+
### Features
67+
68+
* Add @observablehq/notebook-kit support ([f8d806c](https://github.com/hpcc-systems/Visualization/commit/f8d806c68c8fd260ae83d0b2460dd5c0915da5cb))
69+
* Drop preact-shim and bump versions ([29f2684](https://github.com/hpcc-systems/Visualization/commit/29f26841c8cfa303321bd7e86daaedc4d37168d8))
70+
* Drop preact-shim and bump versions ([92add6f](https://github.com/hpcc-systems/Visualization/commit/92add6fffd2bbc932c134a30651577722697e14b))
71+
* Switch to vite for dev server and build process ([1c01a39](https://github.com/hpcc-systems/Visualization/commit/1c01a392460c3ef0d7c668a772e786943c2659f3))
72+
* Switch to vite for dev server and build process ([fdd3cac](https://github.com/hpcc-systems/Visualization/commit/fdd3cacd13aed0b2527b9d32c37a1ac7d74c6f66))
73+
* Upgrade ddl-shim to v3 ([3e146cd](https://github.com/hpcc-systems/Visualization/commit/3e146cdf3c973bede127514f47db7267b41c3a5a))
74+
* Upgrade ddl-shim to v3 ([4861665](https://github.com/hpcc-systems/Visualization/commit/4861665dabe9b485c567bc40028849cfb1cb3171))
75+
76+
77+
### Bug Fixes
78+
79+
* bump versions ([e9719b8](https://github.com/hpcc-systems/Visualization/commit/e9719b875e4c65936921d2e6a0f76ab008b88114))
80+
* Bump versions to latest ([e200466](https://github.com/hpcc-systems/Visualization/commit/e20046603a824cb5bd1a8ab2a51d6f76805bb226))
81+
* Bump versions to latest ([8c541d7](https://github.com/hpcc-systems/Visualization/commit/8c541d75e06bfbe1030ab003b5cccf4af68bc430))
82+
* Revert text autosize changes ([4709091](https://github.com/hpcc-systems/Visualization/commit/47090910e3957381fadbe069a3087314643841b3))
83+
* Sourcemaps out of sync ([c46b154](https://github.com/hpcc-systems/Visualization/commit/c46b1546855ee4a45bc299203dea430e84912d40))
84+
* Sourcemaps out of sync ([cf240dc](https://github.com/hpcc-systems/Visualization/commit/cf240dc9c56be036877598635af411bccf1938b9))
85+
* sync test port numbers ([d1b8764](https://github.com/hpcc-systems/Visualization/commit/d1b8764acfeeb17ca91cec8b8f8428f40062b81d))
86+
* vitest workspace is deprecated ([2b2584d](https://github.com/hpcc-systems/Visualization/commit/2b2584db7de0f62ea43144640931fd9d412373ab))
87+
* Windows build and test failing ([85717cc](https://github.com/hpcc-systems/Visualization/commit/85717ccf0957ed32ee25979a87b35b7f629b4c66))
88+
* Windows build and test failing ([6a9952f](https://github.com/hpcc-systems/Visualization/commit/6a9952f3c3fac12ffac01deca2aef2960713b6ff))
89+
6390
## [2.22.0](https://github.com/hpcc-systems/Visualization/compare/ddl-shim-v2.21.0...ddl-shim-v2.22.0) (2024-10-23)
6491

6592

packages/ddl-shim/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/ddl-shim",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"description": "hpcc-js DDL parser",
55
"type": "module",
66
"main": "./dist/index.umd.cjs",

0 commit comments

Comments
 (0)