Skip to content

chore: release trunk #4272

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from
Open
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
46 changes: 23 additions & 23 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
{
".": "3.4.0",
"packages/api": "3.3.0",
"packages/chart": "3.3.0",
"packages/codemirror": "3.2.0",
"packages/common": "3.3.0",
"packages/comms": "3.4.0",
"packages/composite": "3.2.1",
"packages/dataflow": "9.3.0",
"packages/dgrid": "3.2.1",
".": "3.5.0",
"packages/api": "3.3.1",
"packages/chart": "3.3.1",
"packages/codemirror": "3.3.0",
"packages/common": "3.3.1",
"packages/comms": "3.5.0",
"packages/composite": "3.2.2",
"packages/dataflow": "9.3.1",
"packages/dgrid": "3.2.2",
"packages/dgrid-shim": "3.1.1",
"packages/dgrid2": "3.2.0",
"packages/eclwatch": "3.2.2",
"packages/esbuild-plugins": "1.4.0",
"packages/form": "3.2.0",
"packages/graph": "3.2.1",
"packages/html": "3.2.1",
"packages/layout": "3.2.0",
"packages/map": "3.2.1",
"packages/markdown-it-plugins": "1.3.0",
"packages/observablehq-compiler": "3.3.0",
"packages/other": "3.2.0",
"packages/phosphor": "3.2.0",
"packages/react": "3.2.1",
"packages/dgrid2": "3.2.1",
"packages/eclwatch": "3.2.3",
"packages/esbuild-plugins": "1.4.1",
"packages/form": "3.2.1",
"packages/graph": "3.3.0",
"packages/html": "3.2.2",
"packages/layout": "3.2.1",
"packages/map": "3.2.2",
"packages/markdown-it-plugins": "1.3.1",
"packages/observablehq-compiler": "3.3.1",
"packages/other": "3.2.1",
"packages/phosphor": "3.2.1",
"packages/react": "3.2.2",
"packages/timeline": "3.0.0",
"packages/tree": "3.0.0",
"packages/util": "3.3.0"
"packages/util": "3.3.1"
}
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

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.5.0](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.4.0...hpcc-js-v3.5.0) (2025-04-07)


### Features

* Add lit-html enabled graph ([a4c4a1d](https://github.com/hpcc-systems/Visualization/commit/a4c4a1d42499ca5c6443e52498024ee511ecc0e8))
* Add lit-html enabled graph ([8dec33c](https://github.com/hpcc-systems/Visualization/commit/8dec33c8391d6f5fa9717625a49a574401f1c158))
* Add support for NodeJS CJS package ([cd5cb90](https://github.com/hpcc-systems/Visualization/commit/cd5cb902ad6798d17ec8135bf20267b3de050253))
* Add support for NodeJS CJS package ([658e0fd](https://github.com/hpcc-systems/Visualization/commit/658e0fd4be17ce45cad945e6859ca046882e4dc9))
* add YAML support to codemirror ([1dfa8fb](https://github.com/hpcc-systems/Visualization/commit/1dfa8fb08abbd44f8312d65efc2a0da28dc95e1e))
* add YAML support to codemirror ([428447e](https://github.com/hpcc-systems/Visualization/commit/428447eb55e51622b10925249c0bc16078a475b4))


### Bug Fixes

* **comms:** add more info to unhelpful exception logging ([415bc0e](https://github.com/hpcc-systems/Visualization/commit/415bc0e34a4c9a0627796d30efe7cbfcf42bb3bc))
* **comms:** add more info to unhelpful exception logging ([2ca4f58](https://github.com/hpcc-systems/Visualization/commit/2ca4f582059dd92c74014482b5a8167d26803814))
* **comms:** fix assigment to undefined in QueryGraph.walkDocument ([30eafdf](https://github.com/hpcc-systems/Visualization/commit/30eafdf3ed466be0b8a12ee271bdc3129aefea22))
* **comms:** fix assigment to undefined in QueryGraph.walkDocument ([11e4acf](https://github.com/hpcc-systems/Visualization/commit/11e4acf8ba5ec8458f4f5d1cbeeb386b367136e1))
* **comms:** map Kind ints to strings in normalizeDetails ([5605dbb](https://github.com/hpcc-systems/Visualization/commit/5605dbb92cd84b5b570c1d9ce97331af7ecd1512))
* **comms:** map Kind ints to strings in normalizeDetails ([ea2e769](https://github.com/hpcc-systems/Visualization/commit/ea2e7696be3252f886b210df9ab5a05fe28905b0))

## [3.4.0](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.3.1...hpcc-js-v3.4.0) (2025-01-22)


Expand Down
Loading
Loading