Skip to content

Commit 40c9476

Browse files
chore: release main (#4602)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4bdab40 commit 40c9476

14 files changed

Lines changed: 85 additions & 29 deletions

File tree

.github/release-please-manifest.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
{
2-
".": "3.24.0",
2+
".": "3.25.0",
33
"packages/api": "3.4.19",
44
"packages/chart": "3.7.8",
55
"packages/codemirror": "3.7.8",
66
"packages/common": "3.7.9",
77
"packages/comms": "3.16.0",
8-
"packages/composite": "3.5.10",
8+
"packages/composite": "3.5.11",
99
"packages/dataflow": "9.6.13",
1010
"packages/ddl-shim": "3.3.8",
11-
"packages/dgrid": "3.7.9",
12-
"packages/dgrid-shim": "3.4.6",
11+
"packages/dgrid": "3.8.0",
12+
"packages/dgrid-shim": "3.5.0",
1313
"packages/dgrid2": "3.6.7",
14-
"packages/eclwatch": "3.6.11",
14+
"packages/eclwatch": "3.6.12",
1515
"packages/esbuild-plugins": "1.8.10",
1616
"packages/form": "3.4.8",
1717
"packages/graph": "3.7.8",
1818
"packages/html": "3.3.19",
1919
"packages/layout": "3.5.14",
2020
"packages/map": "3.5.8",
2121
"packages/markdown-it-plugins": "1.5.14",
22-
"packages/marshaller": "3.2.1",
22+
"packages/marshaller": "3.2.2",
2323
"packages/observablehq-compiler": "3.7.12",
2424
"packages/other": "3.5.8",
2525
"packages/phosphor": "3.6.3",

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.25.0](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.24.0...hpcc-js-v3.25.0) (2026-05-21)
6+
7+
8+
### Features
9+
10+
* **dgrid:** add ColumnSetTable and integrate with ColumnSetGrid ([#4601](https://github.com/hpcc-systems/Visualization/issues/4601)) ([2136d6b](https://github.com/hpcc-systems/Visualization/commit/2136d6b28c76b3c48575734ba7a77f847bfea65c))
11+
512
## [3.24.0](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.23.0...hpcc-js-v3.24.0) (2026-05-18)
613

714

package-lock.json

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

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.5.11](https://github.com/hpcc-systems/Visualization/compare/composite-v3.5.10...composite-v3.5.11) (2026-05-21)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* dependencies
13+
* @hpcc-js/dgrid bumped from ^3.7.9 to ^3.8.0
14+
615
## [3.5.10](https://github.com/hpcc-systems/Visualization/compare/composite-v3.5.9...composite-v3.5.10) (2026-05-18)
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.5.10",
3+
"version": "3.5.11",
44
"description": "hpcc-js - Viz Composite",
55
"type": "module",
66
"main": "./dist/index.umd.cjs",
@@ -42,7 +42,7 @@
4242
"@hpcc-js/api": "^3.4.19",
4343
"@hpcc-js/chart": "^3.7.8",
4444
"@hpcc-js/common": "^3.7.9",
45-
"@hpcc-js/dgrid": "^3.7.9",
45+
"@hpcc-js/dgrid": "^3.8.0",
4646
"@hpcc-js/form": "^3.4.8",
4747
"@hpcc-js/html": "^3.3.19",
4848
"@hpcc-js/other": "^3.5.8",

packages/dgrid-shim/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.5.0](https://github.com/hpcc-systems/Visualization/compare/dgrid-shim-v3.4.6...dgrid-shim-v3.5.0) (2026-05-21)
7+
8+
9+
### Features
10+
11+
* **dgrid:** add ColumnSetTable and integrate with ColumnSetGrid ([#4601](https://github.com/hpcc-systems/Visualization/issues/4601)) ([2136d6b](https://github.com/hpcc-systems/Visualization/commit/2136d6b28c76b3c48575734ba7a77f847bfea65c))
12+
613
## [3.4.6](https://github.com/hpcc-systems/Visualization/compare/dgrid-shim-v3.4.5...dgrid-shim-v3.4.6) (2026-05-18)
714

815

packages/dgrid-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/dgrid-shim",
3-
"version": "3.4.6",
3+
"version": "3.5.0",
44
"description": "dgrid shim",
55
"main": "dist/index.js",
66
"unpkg": "dist/index.min.js",

packages/dgrid/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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.8.0](https://github.com/hpcc-systems/Visualization/compare/dgrid-v3.7.9...dgrid-v3.8.0) (2026-05-21)
7+
8+
9+
### Features
10+
11+
* **dgrid:** add ColumnSetTable and integrate with ColumnSetGrid ([#4601](https://github.com/hpcc-systems/Visualization/issues/4601)) ([2136d6b](https://github.com/hpcc-systems/Visualization/commit/2136d6b28c76b3c48575734ba7a77f847bfea65c))
12+
13+
14+
### Dependencies
15+
16+
* The following workspace dependencies were updated
17+
* dependencies
18+
* @hpcc-js/dgrid-shim bumped from ^3.4.6 to ^3.5.0
19+
620
## [3.7.9](https://github.com/hpcc-systems/Visualization/compare/dgrid-v3.7.8...dgrid-v3.7.9) (2026-05-18)
721

822

packages/dgrid/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/dgrid",
3-
"version": "3.7.9",
3+
"version": "3.8.0",
44
"description": "hpcc-js - Viz DGrid",
55
"type": "module",
66
"main": "./dist/index.umd.cjs",
@@ -40,7 +40,7 @@
4040
},
4141
"dependencies": {
4242
"@hpcc-js/common": "^3.7.9",
43-
"@hpcc-js/dgrid-shim": "^3.4.6",
43+
"@hpcc-js/dgrid-shim": "^3.5.0",
4444
"@hpcc-js/util": "^3.5.8"
4545
},
4646
"devDependencies": {

0 commit comments

Comments
 (0)