Skip to content

Commit ae7ae81

Browse files
committed
chore: release trunk
1 parent cf824d8 commit ae7ae81

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+611
-224
lines changed

.release-please-manifest.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
{
2-
".": "3.4.0",
3-
"packages/api": "3.3.0",
4-
"packages/chart": "3.3.0",
5-
"packages/codemirror": "3.2.0",
6-
"packages/common": "3.3.0",
7-
"packages/comms": "3.4.0",
8-
"packages/composite": "3.2.1",
9-
"packages/dataflow": "9.3.0",
10-
"packages/dgrid": "3.2.1",
2+
".": "3.5.0",
3+
"packages/api": "3.3.1",
4+
"packages/chart": "3.3.1",
5+
"packages/codemirror": "3.3.0",
6+
"packages/common": "3.3.1",
7+
"packages/comms": "3.5.0",
8+
"packages/composite": "3.2.2",
9+
"packages/dataflow": "9.3.1",
10+
"packages/dgrid": "3.2.2",
1111
"packages/dgrid-shim": "3.1.1",
12-
"packages/dgrid2": "3.2.0",
13-
"packages/eclwatch": "3.2.2",
14-
"packages/esbuild-plugins": "1.4.0",
15-
"packages/form": "3.2.0",
16-
"packages/graph": "3.2.1",
17-
"packages/html": "3.2.1",
18-
"packages/layout": "3.2.0",
19-
"packages/map": "3.2.1",
20-
"packages/markdown-it-plugins": "1.3.0",
21-
"packages/observablehq-compiler": "3.3.0",
22-
"packages/other": "3.2.0",
23-
"packages/phosphor": "3.2.0",
24-
"packages/react": "3.2.1",
12+
"packages/dgrid2": "3.2.1",
13+
"packages/eclwatch": "3.2.3",
14+
"packages/esbuild-plugins": "1.4.1",
15+
"packages/form": "3.2.1",
16+
"packages/graph": "3.3.0",
17+
"packages/html": "3.2.2",
18+
"packages/layout": "3.2.1",
19+
"packages/map": "3.2.2",
20+
"packages/markdown-it-plugins": "1.3.1",
21+
"packages/observablehq-compiler": "3.3.1",
22+
"packages/other": "3.2.1",
23+
"packages/phosphor": "3.2.1",
24+
"packages/react": "3.2.2",
2525
"packages/timeline": "3.0.0",
2626
"packages/tree": "3.0.0",
27-
"packages/util": "3.3.0"
27+
"packages/util": "3.3.1"
2828
}

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
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.5.0](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.4.0...hpcc-js-v3.5.0) (2025-04-07)
6+
7+
8+
### Features
9+
10+
* Add lit-html enabled graph ([a4c4a1d](https://github.com/hpcc-systems/Visualization/commit/a4c4a1d42499ca5c6443e52498024ee511ecc0e8))
11+
* Add lit-html enabled graph ([8dec33c](https://github.com/hpcc-systems/Visualization/commit/8dec33c8391d6f5fa9717625a49a574401f1c158))
12+
* Add support for NodeJS CJS package ([cd5cb90](https://github.com/hpcc-systems/Visualization/commit/cd5cb902ad6798d17ec8135bf20267b3de050253))
13+
* Add support for NodeJS CJS package ([658e0fd](https://github.com/hpcc-systems/Visualization/commit/658e0fd4be17ce45cad945e6859ca046882e4dc9))
14+
* add YAML support to codemirror ([1dfa8fb](https://github.com/hpcc-systems/Visualization/commit/1dfa8fb08abbd44f8312d65efc2a0da28dc95e1e))
15+
* add YAML support to codemirror ([428447e](https://github.com/hpcc-systems/Visualization/commit/428447eb55e51622b10925249c0bc16078a475b4))
16+
17+
18+
### Bug Fixes
19+
20+
* **comms:** add more info to unhelpful exception logging ([415bc0e](https://github.com/hpcc-systems/Visualization/commit/415bc0e34a4c9a0627796d30efe7cbfcf42bb3bc))
21+
* **comms:** add more info to unhelpful exception logging ([2ca4f58](https://github.com/hpcc-systems/Visualization/commit/2ca4f582059dd92c74014482b5a8167d26803814))
22+
* **comms:** fix assigment to undefined in QueryGraph.walkDocument ([30eafdf](https://github.com/hpcc-systems/Visualization/commit/30eafdf3ed466be0b8a12ee271bdc3129aefea22))
23+
* **comms:** fix assigment to undefined in QueryGraph.walkDocument ([11e4acf](https://github.com/hpcc-systems/Visualization/commit/11e4acf8ba5ec8458f4f5d1cbeeb386b367136e1))
24+
* **comms:** map Kind ints to strings in normalizeDetails ([5605dbb](https://github.com/hpcc-systems/Visualization/commit/5605dbb92cd84b5b570c1d9ce97331af7ecd1512))
25+
* **comms:** map Kind ints to strings in normalizeDetails ([ea2e769](https://github.com/hpcc-systems/Visualization/commit/ea2e7696be3252f886b210df9ab5a05fe28905b0))
26+
527
## [3.4.0](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.3.1...hpcc-js-v3.4.0) (2025-01-22)
628

729

0 commit comments

Comments
 (0)