Skip to content

Commit cc4f524

Browse files
chore: release main
1 parent 99e2723 commit cc4f524

24 files changed

+228
-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.13.0",
2+
".": "3.14.0",
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.10.0",
8-
"packages/composite": "3.3.0",
7+
"packages/comms": "3.10.1",
8+
"packages/composite": "3.3.1",
99
"packages/dataflow": "9.4.3",
10-
"packages/ddl-shim": "3.0.0",
11-
"packages/dgrid": "3.4.0",
10+
"packages/ddl-shim": "3.1.0",
11+
"packages/dgrid": "3.4.1",
1212
"packages/dgrid-shim": "3.2.0",
1313
"packages/dgrid2": "3.3.2",
14-
"packages/eclwatch": "3.4.0",
14+
"packages/eclwatch": "3.4.1",
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.3.0",
20-
"packages/map": "3.3.0",
19+
"packages/layout": "3.3.1",
20+
"packages/map": "3.3.1",
2121
"packages/markdown-it-plugins": "1.4.7",
2222
"packages/observablehq-compiler": "3.5.5",
23-
"packages/other": "3.3.0",
23+
"packages/other": "3.3.1",
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: 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.14.0](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.13.0...hpcc-js-v3.14.0) (2025-10-23)
6+
7+
8+
### Features
9+
10+
* switch to "main" from trunk ([99e2723](https://github.com/hpcc-systems/Visualization/commit/99e272308e283ac58dc2c14d8236f92ba53b6960))
11+
512
## [3.13.0](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.12.5...hpcc-js-v3.13.0) (2025-10-22)
613

714

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

packages/comms/CHANGELOG.md

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

1313

1414

15+
## [3.10.1](https://github.com/hpcc-systems/Visualization/compare/comms-v3.10.0...comms-v3.10.1) (2025-10-23)
16+
17+
18+
### Dependencies
19+
20+
* The following workspace dependencies were updated
21+
* devDependencies
22+
* @hpcc-js/ddl-shim bumped from ^2.24.0 to ^3.1.0
23+
1524
## [3.10.0](https://github.com/hpcc-systems/Visualization/compare/comms-v3.9.4...comms-v3.10.0) (2025-10-22)
1625

1726

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.10.0",
3+
"version": "3.10.1",
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": "^2.24.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.3.1](https://github.com/hpcc-systems/Visualization/compare/composite-v3.3.0...composite-v3.3.1) (2025-10-23)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* dependencies
13+
* @hpcc-js/dgrid bumped from ^3.4.0 to ^3.4.1
14+
* @hpcc-js/other bumped from ^3.3.0 to ^3.3.1
15+
616
## [3.3.0](https://github.com/hpcc-systems/Visualization/compare/composite-v3.2.17...composite-v3.3.0) (2025-10-22)
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.3.0",
3+
"version": "3.3.1",
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.4.0",
43+
"@hpcc-js/dgrid": "^3.4.1",
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.3.0",
47+
"@hpcc-js/other": "^3.3.1",
4848
"@hpcc-js/phosphor": "^3.2.13"
4949
},
5050
"devDependencies": {

packages/ddl-shim/CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,34 @@ 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-23)
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 "main" from trunk ([99e2723](https://github.com/hpcc-systems/Visualization/commit/99e272308e283ac58dc2c14d8236f92ba53b6960))
72+
* Switch to vite for dev server and build process ([1c01a39](https://github.com/hpcc-systems/Visualization/commit/1c01a392460c3ef0d7c668a772e786943c2659f3))
73+
* Switch to vite for dev server and build process ([fdd3cac](https://github.com/hpcc-systems/Visualization/commit/fdd3cacd13aed0b2527b9d32c37a1ac7d74c6f66))
74+
* Upgrade ddl-shim to v3 ([3e146cd](https://github.com/hpcc-systems/Visualization/commit/3e146cdf3c973bede127514f47db7267b41c3a5a))
75+
* Upgrade ddl-shim to v3 ([4861665](https://github.com/hpcc-systems/Visualization/commit/4861665dabe9b485c567bc40028849cfb1cb3171))
76+
77+
78+
### Bug Fixes
79+
80+
* bump versions ([e9719b8](https://github.com/hpcc-systems/Visualization/commit/e9719b875e4c65936921d2e6a0f76ab008b88114))
81+
* Bump versions to latest ([e200466](https://github.com/hpcc-systems/Visualization/commit/e20046603a824cb5bd1a8ab2a51d6f76805bb226))
82+
* Bump versions to latest ([8c541d7](https://github.com/hpcc-systems/Visualization/commit/8c541d75e06bfbe1030ab003b5cccf4af68bc430))
83+
* Revert text autosize changes ([4709091](https://github.com/hpcc-systems/Visualization/commit/47090910e3957381fadbe069a3087314643841b3))
84+
* Sourcemaps out of sync ([c46b154](https://github.com/hpcc-systems/Visualization/commit/c46b1546855ee4a45bc299203dea430e84912d40))
85+
* Sourcemaps out of sync ([cf240dc](https://github.com/hpcc-systems/Visualization/commit/cf240dc9c56be036877598635af411bccf1938b9))
86+
* sync test port numbers ([d1b8764](https://github.com/hpcc-systems/Visualization/commit/d1b8764acfeeb17ca91cec8b8f8428f40062b81d))
87+
* vitest workspace is deprecated ([2b2584d](https://github.com/hpcc-systems/Visualization/commit/2b2584db7de0f62ea43144640931fd9d412373ab))
88+
* Windows build and test failing ([85717cc](https://github.com/hpcc-systems/Visualization/commit/85717ccf0957ed32ee25979a87b35b7f629b4c66))
89+
* Windows build and test failing ([6a9952f](https://github.com/hpcc-systems/Visualization/commit/6a9952f3c3fac12ffac01deca2aef2960713b6ff))
90+
6391
## [2.24.0](https://github.com/hpcc-systems/Visualization/compare/ddl-shim-v2.23.0...ddl-shim-v2.24.0) (2025-10-22)
6492

6593

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)