Skip to content
Closed
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
1 change: 1 addition & 0 deletions .github/release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"packages/layout": {},
"packages/map": {},
"packages/markdown-it-plugins": {},
"packages/marshaller": {},
"packages/observablehq-compiler": {},
"packages/other": {},
"packages/phosphor": {},
Expand Down
9 changes: 5 additions & 4 deletions .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,28 @@
{
".": "3.21.7",
".": "3.22.0",
"packages/api": "3.4.16",
"packages/chart": "3.7.5",
"packages/codemirror": "3.7.5",
"packages/common": "3.7.6",
"packages/comms": "3.15.6",
"packages/composite": "3.5.6",
"packages/composite": "3.5.7",
"packages/dataflow": "9.6.10",
"packages/ddl-shim": "3.3.5",
"packages/dgrid": "3.7.6",
"packages/dgrid-shim": "3.4.4",
"packages/dgrid2": "3.6.4",
"packages/eclwatch": "3.6.7",
"packages/eclwatch": "3.6.8",
"packages/esbuild-plugins": "1.8.7",
"packages/form": "3.4.5",
"packages/graph": "3.7.5",
"packages/html": "3.3.16",
"packages/layout": "3.5.11",
"packages/map": "3.5.5",
"packages/markdown-it-plugins": "1.5.11",
"packages/marshaller": "3.1.0",
"packages/observablehq-compiler": "3.7.9",
"packages/other": "3.5.5",
"packages/phosphor": "3.5.5",
"packages/phosphor": "3.6.0",
"packages/react": "3.4.16",
"packages/timeline": "3.4.5",
"packages/tree": "3.2.16",
Expand Down
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.22.0](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.21.7...hpcc-js-v3.22.0) (2026-04-21)


### Features

* port marshaller from 2.x.x to 3.x.x ([#4579](https://github.com/hpcc-systems/Visualization/issues/4579)) ([ddca2ce](https://github.com/hpcc-systems/Visualization/commit/ddca2ce4299682e562608175ea57b63275292c92))


### Bug Fixes

* update axios and proxy-from-env versions in package-lock.json ([fb1f137](https://github.com/hpcc-systems/Visualization/commit/fb1f137384e5f3afb09a195e1e634aa23d00ffea))
* update axios version to 1.15.0 in package.json overrides ([#4578](https://github.com/hpcc-systems/Visualization/issues/4578)) ([9264de0](https://github.com/hpcc-systems/Visualization/commit/9264de05a0f3d0402e444c6faf3582a458ddfe24))

## [3.21.7](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.21.6...hpcc-js-v3.21.7) (2026-04-08)


Expand Down
Loading
Loading