Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
".": "3.7.0",
".": "3.7.1",
"packages/api": "3.3.1",
"packages/chart": "3.3.1",
"packages/codemirror": "3.3.1",
"packages/common": "3.3.1",
"packages/comms": "3.6.0",
"packages/composite": "3.2.3",
"packages/comms": "3.6.1",
"packages/composite": "3.2.4",
"packages/dataflow": "9.3.1",
"packages/dgrid": "3.2.2",
"packages/dgrid": "3.2.3",
"packages/dgrid-shim": "3.1.1",
"packages/dgrid2": "3.2.1",
"packages/eclwatch": "3.2.8",
"packages/eclwatch": "3.2.9",
"packages/esbuild-plugins": "1.4.1",
"packages/form": "3.2.1",
"packages/graph": "3.3.4",
"packages/html": "3.2.2",
"packages/layout": "3.2.1",
"packages/map": "3.2.6",
"packages/layout": "3.2.2",
"packages/map": "3.2.7",
"packages/markdown-it-plugins": "1.3.1",
"packages/observablehq-compiler": "3.3.1",
"packages/other": "3.2.1",
"packages/other": "3.2.2",
"packages/phosphor": "3.2.2",
"packages/react": "3.2.2",
"packages/timeline": "3.0.0",
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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.

## [3.7.1](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.7.0...hpcc-js-v3.7.1) (2025-06-11)


### Bug Fixes

* **comms:** fix a type in WsLogaccess GetHealthReportResponse ([a9e6853](https://github.com/hpcc-systems/Visualization/commit/a9e68534d080d55b26e9576be96e85587a8f1e47))
* Switch to dgrid for layouts ([5ef8847](https://github.com/hpcc-systems/Visualization/commit/5ef8847932da4f4b10906363b681f4a7f275c40b))
* Switch to dgrid for layouts ([fca977d](https://github.com/hpcc-systems/Visualization/commit/fca977d991ddadc4e498c59a55c255599ea6aa54))

## [3.7.0](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.6.2...hpcc-js-v3.7.0) (2025-06-10)


Expand Down
34 changes: 17 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hpcc-js",
"version": "3.7.0",
"version": "3.7.1",
"description": "HPCC Visualization Framework",
"private": true,
"type": "module",
Expand Down
7 changes: 7 additions & 0 deletions packages/comms/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



## [3.6.1](https://github.com/hpcc-systems/Visualization/compare/comms-v3.6.0...comms-v3.6.1) (2025-06-11)


### Bug Fixes

* **comms:** fix a type in WsLogaccess GetHealthReportResponse ([a9e6853](https://github.com/hpcc-systems/Visualization/commit/a9e68534d080d55b26e9576be96e85587a8f1e47))

## [3.6.0](https://github.com/hpcc-systems/Visualization/compare/comms-v3.5.2...comms-v3.6.0) (2025-06-10)


Expand Down
2 changes: 1 addition & 1 deletion packages/comms/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpcc-js/comms",
"version": "3.6.0",
"version": "3.6.1",
"description": "hpcc-js - Communications",
"type": "module",
"main": "./dist/node/index.cjs",
Expand Down
16 changes: 16 additions & 0 deletions packages/composite/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.2.4](https://github.com/hpcc-systems/Visualization/compare/composite-v3.2.3...composite-v3.2.4) (2025-06-11)


### Bug Fixes

* Switch to dgrid for layouts ([5ef8847](https://github.com/hpcc-systems/Visualization/commit/5ef8847932da4f4b10906363b681f4a7f275c40b))
* Switch to dgrid for layouts ([fca977d](https://github.com/hpcc-systems/Visualization/commit/fca977d991ddadc4e498c59a55c255599ea6aa54))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @hpcc-js/dgrid bumped from ^3.2.2 to ^3.2.3
* @hpcc-js/other bumped from ^3.2.1 to ^3.2.2

## [3.2.3](https://github.com/hpcc-systems/Visualization/compare/composite-v3.2.2...composite-v3.2.3) (2025-06-10)


Expand Down
6 changes: 3 additions & 3 deletions packages/composite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpcc-js/composite",
"version": "3.2.3",
"version": "3.2.4",
"description": "hpcc-js - Viz Composite",
"type": "module",
"main": "./dist/index.umd.cjs",
Expand Down Expand Up @@ -40,11 +40,11 @@
"@hpcc-js/api": "^3.3.1",
"@hpcc-js/chart": "^3.3.1",
"@hpcc-js/common": "^3.3.1",
"@hpcc-js/dgrid": "^3.2.2",
"@hpcc-js/dgrid": "^3.2.3",
"@hpcc-js/form": "^3.2.1",
"@hpcc-js/html": "^3.2.2",
"@hpcc-js/util": "^3.3.1",
"@hpcc-js/other": "^3.2.1",
"@hpcc-js/other": "^3.2.2",
"@hpcc-js/phosphor": "^3.2.2"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/dgrid/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline



## [3.2.3](https://github.com/hpcc-systems/Visualization/compare/dgrid-v3.2.2...dgrid-v3.2.3) (2025-06-11)


### Bug Fixes

* Switch to dgrid for layouts ([5ef8847](https://github.com/hpcc-systems/Visualization/commit/5ef8847932da4f4b10906363b681f4a7f275c40b))
* Switch to dgrid for layouts ([fca977d](https://github.com/hpcc-systems/Visualization/commit/fca977d991ddadc4e498c59a55c255599ea6aa54))

## [3.2.2](https://github.com/hpcc-systems/Visualization/compare/dgrid-v3.2.1...dgrid-v3.2.2) (2025-04-03)


Expand Down
2 changes: 1 addition & 1 deletion packages/dgrid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpcc-js/dgrid",
"version": "3.2.2",
"version": "3.2.3",
"description": "hpcc-js - Viz DGrid",
"type": "module",
"main": "./dist/index.umd.cjs",
Expand Down
11 changes: 11 additions & 0 deletions packages/eclwatch/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.2.9](https://github.com/hpcc-systems/Visualization/compare/eclwatch-v3.2.8...eclwatch-v3.2.9) (2025-06-11)


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @hpcc-js/comms bumped from ^3.6.0 to ^3.6.1
* @hpcc-js/dgrid bumped from ^3.2.2 to ^3.2.3
* @hpcc-js/layout bumped from ^3.2.1 to ^3.2.2

## [3.2.8](https://github.com/hpcc-systems/Visualization/compare/eclwatch-v3.2.7...eclwatch-v3.2.8) (2025-06-10)


Expand Down
8 changes: 4 additions & 4 deletions packages/eclwatch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpcc-js/eclwatch",
"version": "3.2.8",
"version": "3.2.9",
"description": "hpcc-js - ECL Watch",
"type": "module",
"main": "./dist/index.umd.cjs",
Expand Down Expand Up @@ -39,10 +39,10 @@
"dependencies": {
"@hpcc-js/codemirror": "^3.3.1",
"@hpcc-js/common": "^3.3.1",
"@hpcc-js/comms": "^3.6.0",
"@hpcc-js/dgrid": "^3.2.2",
"@hpcc-js/comms": "^3.6.1",
"@hpcc-js/dgrid": "^3.2.3",
"@hpcc-js/graph": "^3.3.4",
"@hpcc-js/layout": "^3.2.1",
"@hpcc-js/layout": "^3.2.2",
"@hpcc-js/phosphor": "^3.2.2",
"@hpcc-js/timeline": "^3.0.0",
"@hpcc-js/tree": "^3.0.0",
Expand Down
15 changes: 15 additions & 0 deletions packages/layout/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.2.2](https://github.com/hpcc-systems/Visualization/compare/layout-v3.2.1...layout-v3.2.2) (2025-06-11)


### Bug Fixes

* Switch to dgrid for layouts ([5ef8847](https://github.com/hpcc-systems/Visualization/commit/5ef8847932da4f4b10906363b681f4a7f275c40b))
* Switch to dgrid for layouts ([fca977d](https://github.com/hpcc-systems/Visualization/commit/fca977d991ddadc4e498c59a55c255599ea6aa54))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @hpcc-js/dgrid bumped from ^3.2.2 to ^3.2.3

## [3.2.1](https://github.com/hpcc-systems/Visualization/compare/layout-v3.2.0...layout-v3.2.1) (2025-04-03)


Expand Down
4 changes: 2 additions & 2 deletions packages/layout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpcc-js/layout",
"version": "3.2.1",
"version": "3.2.2",
"description": "hpcc-js - Viz Layout",
"type": "module",
"main": "./dist/index.umd.cjs",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@hpcc-js/api": "^3.3.1",
"@hpcc-js/chart": "^3.3.1",
"@hpcc-js/common": "^3.3.1",
"@hpcc-js/dgrid": "^3.2.2",
"@hpcc-js/dgrid": "^3.2.3",
"@hpcc-js/util": "^3.3.1"
},
"devDependencies": {
Expand Down
16 changes: 16 additions & 0 deletions packages/map/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.2.7](https://github.com/hpcc-systems/Visualization/compare/map-v3.2.6...map-v3.2.7) (2025-06-11)


### Bug Fixes

* Switch to dgrid for layouts ([5ef8847](https://github.com/hpcc-systems/Visualization/commit/5ef8847932da4f4b10906363b681f4a7f275c40b))
* Switch to dgrid for layouts ([fca977d](https://github.com/hpcc-systems/Visualization/commit/fca977d991ddadc4e498c59a55c255599ea6aa54))


### Dependencies

* The following workspace dependencies were updated
* dependencies
* @hpcc-js/layout bumped from ^3.2.1 to ^3.2.2
* @hpcc-js/other bumped from ^3.2.1 to ^3.2.2

## [3.2.6](https://github.com/hpcc-systems/Visualization/compare/map-v3.2.5...map-v3.2.6) (2025-06-10)


Expand Down
6 changes: 3 additions & 3 deletions packages/map/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hpcc-js/map",
"version": "3.2.6",
"version": "3.2.7",
"description": "hpcc-js - Viz Map",
"type": "module",
"main": "./dist/index.umd.cjs",
Expand Down Expand Up @@ -40,8 +40,8 @@
"@hpcc-js/api": "^3.3.1",
"@hpcc-js/common": "^3.3.1",
"@hpcc-js/graph": "^3.3.4",
"@hpcc-js/layout": "^3.2.1",
"@hpcc-js/other": "^3.2.1",
"@hpcc-js/layout": "^3.2.2",
"@hpcc-js/other": "^3.2.2",
"@hpcc-js/util": "^3.3.1"
},
"devDependencies": {
Expand Down
Loading