Skip to content

Commit c20b968

Browse files
chore: release main (#4541)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 31b6e01 commit c20b968

12 files changed

Lines changed: 63 additions & 22 deletions

File tree

.github/release-please-manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
2-
".": "3.21.0",
2+
".": "3.21.1",
33
"packages/api": "3.4.11",
44
"packages/chart": "3.7.0",
55
"packages/codemirror": "3.7.0",
66
"packages/common": "3.7.1",
77
"packages/comms": "3.15.0",
8-
"packages/composite": "3.5.0",
8+
"packages/composite": "3.5.1",
99
"packages/dataflow": "9.6.5",
1010
"packages/ddl-shim": "3.3.0",
11-
"packages/dgrid": "3.7.0",
12-
"packages/dgrid-shim": "3.4.0",
11+
"packages/dgrid": "3.7.1",
12+
"packages/dgrid-shim": "3.4.1",
1313
"packages/dgrid2": "3.6.0",
14-
"packages/eclwatch": "3.6.0",
14+
"packages/eclwatch": "3.6.1",
1515
"packages/esbuild-plugins": "1.8.3",
1616
"packages/form": "3.4.0",
1717
"packages/graph": "3.7.0",

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.21.1](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.21.0...hpcc-js-v3.21.1) (2026-03-04)
6+
7+
8+
### Bug Fixes
9+
10+
* prevent unintended sort change on header click after column resize ([31b6e01](https://github.com/hpcc-systems/Visualization/commit/31b6e01389df9687661c724289ae539535e0438a))
11+
512
## [3.21.0](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.20.0...hpcc-js-v3.21.0) (2026-03-04)
613

714

package-lock.json

Lines changed: 9 additions & 9 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.21.0",
3+
"version": "3.21.1",
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.1](https://github.com/hpcc-systems/Visualization/compare/composite-v3.5.0...composite-v3.5.1) (2026-03-04)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* dependencies
13+
* @hpcc-js/dgrid bumped from ^3.7.0 to ^3.7.1
14+
615
## [3.5.0](https://github.com/hpcc-systems/Visualization/compare/composite-v3.4.11...composite-v3.5.0) (2026-03-04)
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.0",
3+
"version": "3.5.1",
44
"description": "hpcc-js - Viz Composite",
55
"type": "module",
66
"main": "./dist/index.umd.cjs",
@@ -40,7 +40,7 @@
4040
"@hpcc-js/api": "^3.4.11",
4141
"@hpcc-js/chart": "^3.7.0",
4242
"@hpcc-js/common": "^3.7.1",
43-
"@hpcc-js/dgrid": "^3.7.0",
43+
"@hpcc-js/dgrid": "^3.7.1",
4444
"@hpcc-js/form": "^3.4.0",
4545
"@hpcc-js/html": "^3.3.11",
4646
"@hpcc-js/other": "^3.5.0",

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.4.1](https://github.com/hpcc-systems/Visualization/compare/dgrid-shim-v3.4.0...dgrid-shim-v3.4.1) (2026-03-04)
7+
8+
9+
### Bug Fixes
10+
11+
* prevent unintended sort change on header click after column resize ([31b6e01](https://github.com/hpcc-systems/Visualization/commit/31b6e01389df9687661c724289ae539535e0438a))
12+
613
## [3.4.0](https://github.com/hpcc-systems/Visualization/compare/dgrid-shim-v3.3.2...dgrid-shim-v3.4.0) (2026-03-04)
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.0",
3+
"version": "3.4.1",
44
"description": "dgrid shim",
55
"main": "dist/index.js",
66
"unpkg": "dist/index.min.js",

packages/dgrid/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.7.1](https://github.com/hpcc-systems/Visualization/compare/dgrid-v3.7.0...dgrid-v3.7.1) (2026-03-04)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* dependencies
13+
* @hpcc-js/dgrid-shim bumped from ^3.4.0 to ^3.4.1
14+
615
## [3.7.0](https://github.com/hpcc-systems/Visualization/compare/dgrid-v3.6.0...dgrid-v3.7.0) (2026-03-04)
716

817

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.0",
3+
"version": "3.7.1",
44
"description": "hpcc-js - Viz DGrid",
55
"type": "module",
66
"main": "./dist/index.umd.cjs",
@@ -38,7 +38,7 @@
3838
},
3939
"dependencies": {
4040
"@hpcc-js/common": "^3.7.1",
41-
"@hpcc-js/dgrid-shim": "^3.4.0",
41+
"@hpcc-js/dgrid-shim": "^3.4.1",
4242
"@hpcc-js/util": "^3.5.0"
4343
},
4444
"devDependencies": {

0 commit comments

Comments
 (0)