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
56 changes: 28 additions & 28 deletions .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
{
".": "3.31.1",
"packages/api": "3.5.7",
"packages/chart": "3.8.7",
"packages/codemirror": "3.8.7",
"packages/common": "3.9.2",
"packages/comms": "3.17.7",
"packages/composite": "3.6.8",
"packages/dataflow": "9.7.7",
"packages/ddl-shim": "3.4.7",
"packages/dgrid": "3.9.7",
".": "3.32.0",
"packages/api": "3.5.8",
"packages/chart": "3.8.8",
"packages/codemirror": "3.8.8",
"packages/common": "3.9.3",
"packages/comms": "3.17.8",
"packages/composite": "3.6.9",
"packages/dataflow": "9.7.8",
"packages/ddl-shim": "3.4.8",
"packages/dgrid": "3.9.8",
"packages/dgrid-shim": "3.5.5",
"packages/dgrid2": "3.7.7",
"packages/eclwatch": "3.8.7",
"packages/esbuild-plugins": "1.9.7",
"packages/form": "3.5.7",
"packages/graph": "3.11.1",
"packages/html": "3.4.7",
"packages/layout": "3.6.7",
"packages/map": "3.6.9",
"packages/markdown-it-plugins": "1.6.8",
"packages/marshaller": "3.4.7",
"packages/observablehq-compiler": "3.9.3",
"packages/other": "3.6.7",
"packages/phosphor": "3.8.5",
"packages/react": "3.5.7",
"packages/timeline": "3.5.7",
"packages/tree": "3.3.7",
"packages/util": "3.6.7",
"packages/vite-plugins": "1.0.0"
"packages/dgrid2": "3.7.8",
"packages/eclwatch": "3.8.8",
"packages/esbuild-plugins": "1.10.0",
"packages/form": "3.5.8",
"packages/graph": "3.11.2",
"packages/html": "3.4.8",
"packages/layout": "3.6.8",
"packages/map": "3.7.0",
"packages/markdown-it-plugins": "1.7.0",
"packages/marshaller": "3.4.8",
"packages/observablehq-compiler": "3.10.0",
"packages/other": "3.6.8",
"packages/phosphor": "3.8.6",
"packages/react": "3.5.8",
"packages/timeline": "3.5.8",
"packages/tree": "3.3.8",
"packages/util": "3.6.8",
"packages/vite-plugins": "1.1.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.32.0](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.31.1...hpcc-js-v3.32.0) (2026-08-09)


### Features

* add vite-plugins package with dojo support ([#4629](https://github.com/hpcc-systems/Visualization/issues/4629)) ([e0eeb23](https://github.com/hpcc-systems/Visualization/commit/e0eeb23c4c354cf4b17750e669412e7029c3578c))


### Bug Fixes

* add engines field to package.json and package-lock.json ([d57271e](https://github.com/hpcc-systems/Visualization/commit/d57271ecaf71f6a1bcf22cf37fa152f2039a020b))
* update WsDfu import path and adjust recursiveFetchLogicalFiles parameter type ([2041526](https://github.com/hpcc-systems/Visualization/commit/20415267e3a3412140f07740723484c97157f82d)), closes [#4628](https://github.com/hpcc-systems/Visualization/issues/4628)

## [3.31.1](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.31.0...hpcc-js-v3.31.1) (2026-08-04)


Expand Down
Loading