Skip to content

Commit 3893025

Browse files
committed
chore: release trunk
1 parent 1dfa8fb commit 3893025

14 files changed

+78
-27
lines changed

.release-please-manifest.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{
2-
".": "3.4.0",
2+
".": "3.5.0",
33
"packages/api": "3.3.0",
44
"packages/chart": "3.3.0",
5-
"packages/codemirror": "3.2.0",
5+
"packages/codemirror": "3.3.0",
66
"packages/common": "3.3.0",
7-
"packages/comms": "3.4.0",
7+
"packages/comms": "3.5.0",
88
"packages/composite": "3.2.1",
99
"packages/dataflow": "9.3.0",
1010
"packages/dgrid": "3.2.1",
1111
"packages/dgrid-shim": "3.1.1",
1212
"packages/dgrid2": "3.2.0",
13-
"packages/eclwatch": "3.2.2",
13+
"packages/eclwatch": "3.2.3",
1414
"packages/esbuild-plugins": "1.4.0",
1515
"packages/form": "3.2.0",
16-
"packages/graph": "3.2.1",
16+
"packages/graph": "3.3.0",
1717
"packages/html": "3.2.1",
1818
"packages/layout": "3.2.0",
19-
"packages/map": "3.2.1",
19+
"packages/map": "3.2.2",
2020
"packages/markdown-it-plugins": "1.3.0",
2121
"packages/observablehq-compiler": "3.3.0",
2222
"packages/other": "3.2.0",

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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-02-05)
6+
7+
8+
### Features
9+
10+
* Add lit-html enabled graph ([8dec33c](https://github.com/hpcc-systems/Visualization/commit/8dec33c8391d6f5fa9717625a49a574401f1c158))
11+
* Add support for NodeJS CJS package ([658e0fd](https://github.com/hpcc-systems/Visualization/commit/658e0fd4be17ce45cad945e6859ca046882e4dc9))
12+
* add YAML support to codemirror ([428447e](https://github.com/hpcc-systems/Visualization/commit/428447eb55e51622b10925249c0bc16078a475b4))
13+
514
## [3.4.0](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.3.1...hpcc-js-v3.4.0) (2025-01-22)
615

716

package-lock.json

+11-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hpcc-js",
3-
"version": "3.4.0",
3+
"version": "3.5.0",
44
"description": "HPCC Visualization Framework",
55
"private": true,
66
"type": "module",

packages/codemirror/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
5353

5454

5555

56+
## [3.3.0](https://github.com/hpcc-systems/Visualization/compare/codemirror-v3.2.0...codemirror-v3.3.0) (2025-02-05)
57+
58+
59+
### Features
60+
61+
* add YAML support to codemirror ([428447e](https://github.com/hpcc-systems/Visualization/commit/428447eb55e51622b10925249c0bc16078a475b4))
62+
5663
## [3.2.0](https://github.com/hpcc-systems/Visualization/compare/codemirror-v3.1.0...codemirror-v3.2.0) (2024-11-28)
5764

5865

packages/codemirror/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hpcc-js/codemirror",
3-
"version": "3.2.0",
3+
"version": "3.3.0",
44
"description": "hpcc-js - Viz Code Mirror",
55
"type": "module",
66
"main": "./dist/index.umd.cjs",

packages/comms/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1212

1313

1414

15+
## [3.5.0](https://github.com/hpcc-systems/Visualization/compare/comms-v3.4.0...comms-v3.5.0) (2025-02-05)
16+
17+
18+
### Features
19+
20+
* Add lit-html enabled graph ([8dec33c](https://github.com/hpcc-systems/Visualization/commit/8dec33c8391d6f5fa9717625a49a574401f1c158))
21+
* Add support for NodeJS CJS package ([658e0fd](https://github.com/hpcc-systems/Visualization/commit/658e0fd4be17ce45cad945e6859ca046882e4dc9))
22+
1523
## [3.4.0](https://github.com/hpcc-systems/Visualization/compare/comms-v3.3.0...comms-v3.4.0) (2025-01-22)
1624

1725

packages/comms/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hpcc-js/comms",
3-
"version": "3.4.0",
3+
"version": "3.5.0",
44
"description": "hpcc-js - Communications",
55
"type": "module",
66
"main": "./dist/node/index.cjs",

packages/eclwatch/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.2.3](https://github.com/hpcc-systems/Visualization/compare/eclwatch-v3.2.2...eclwatch-v3.2.3) (2025-02-05)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* dependencies
13+
* @hpcc-js/codemirror bumped from ^3.2.0 to ^3.3.0
14+
* @hpcc-js/comms bumped from ^3.4.0 to ^3.5.0
15+
* @hpcc-js/graph bumped from ^3.2.1 to ^3.3.0
16+
617
## [3.2.2](https://github.com/hpcc-systems/Visualization/compare/eclwatch-v3.2.1...eclwatch-v3.2.2) (2025-01-22)
718

819

packages/eclwatch/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hpcc-js/eclwatch",
3-
"version": "3.2.2",
3+
"version": "3.2.3",
44
"description": "hpcc-js - ECL Watch",
55
"type": "module",
66
"main": "./dist/index.umd.cjs",
@@ -37,11 +37,11 @@
3737
"update-major": "npx --yes npm-check-updates -u"
3838
},
3939
"dependencies": {
40-
"@hpcc-js/codemirror": "^3.2.0",
40+
"@hpcc-js/codemirror": "^3.3.0",
4141
"@hpcc-js/common": "^3.3.0",
42-
"@hpcc-js/comms": "^3.4.0",
42+
"@hpcc-js/comms": "^3.5.0",
4343
"@hpcc-js/dgrid": "^3.2.1",
44-
"@hpcc-js/graph": "^3.2.1",
44+
"@hpcc-js/graph": "^3.3.0",
4545
"@hpcc-js/layout": "^3.2.0",
4646
"@hpcc-js/phosphor": "^3.2.0",
4747
"@hpcc-js/timeline": "^3.0.0",

packages/graph/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
133133

134134

135135

136+
## [3.3.0](https://github.com/hpcc-systems/Visualization/compare/graph-v3.2.1...graph-v3.3.0) (2025-02-05)
137+
138+
139+
### Features
140+
141+
* Add lit-html enabled graph ([8dec33c](https://github.com/hpcc-systems/Visualization/commit/8dec33c8391d6f5fa9717625a49a574401f1c158))
142+
136143
## [3.2.1](https://github.com/hpcc-systems/Visualization/compare/graph-v3.2.0...graph-v3.2.1) (2024-11-29)
137144

138145

packages/graph/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hpcc-js/graph",
3-
"version": "3.2.1",
3+
"version": "3.3.0",
44
"description": "hpcc-js - Viz Graph",
55
"type": "module",
66
"main": "./dist/index.umd.cjs",

packages/map/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.2.2](https://github.com/hpcc-systems/Visualization/compare/map-v3.2.1...map-v3.2.2) (2025-02-05)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* dependencies
13+
* @hpcc-js/graph bumped from ^3.2.1 to ^3.3.0
14+
615
## [3.2.1](https://github.com/hpcc-systems/Visualization/compare/map-v3.2.0...map-v3.2.1) (2024-11-29)
716

817

packages/map/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hpcc-js/map",
3-
"version": "3.2.1",
3+
"version": "3.2.2",
44
"description": "hpcc-js - Viz Map",
55
"type": "module",
66
"main": "./dist/index.umd.cjs",
@@ -39,7 +39,7 @@
3939
"dependencies": {
4040
"@hpcc-js/api": "^3.3.0",
4141
"@hpcc-js/common": "^3.3.0",
42-
"@hpcc-js/graph": "^3.2.1",
42+
"@hpcc-js/graph": "^3.3.0",
4343
"@hpcc-js/layout": "^3.2.0",
4444
"@hpcc-js/other": "^3.2.0",
4545
"@hpcc-js/util": "^3.3.0"

0 commit comments

Comments
 (0)