Skip to content

Commit b084eac

Browse files
authored
chore: release candidate-2.x.x (#4532)
1 parent 7e68479 commit b084eac

32 files changed

+284
-120
lines changed

.release-please-manifest.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
11
{
2-
".": "2.112.2",
2+
".": "2.112.3",
33
"packages/api": "2.14.4",
4-
"packages/chart": "2.86.3",
4+
"packages/chart": "2.86.4",
55
"packages/codemirror": "2.66.3",
66
"packages/codemirror-shim": "2.38.1",
77
"packages/common": "2.73.4",
8-
"packages/comms": "2.102.2",
9-
"packages/composite": "2.9.6",
10-
"packages/dataflow": "9.3.0",
8+
"packages/comms": "2.102.3",
9+
"packages/composite": "2.9.7",
10+
"packages/dataflow": "9.4.0",
1111
"packages/ddl-shim": "2.25.1",
1212
"packages/deck-shim": "2.9.0",
1313
"packages/dgrid": "2.34.5",
1414
"packages/dgrid-shim": "2.27.0",
1515
"packages/dgrid2": "2.5.4",
16-
"packages/eclwatch": "2.77.8",
17-
"packages/esbuild-plugins": "1.4.0",
18-
"packages/form": "2.12.4",
16+
"packages/eclwatch": "2.77.9",
17+
"packages/esbuild-plugins": "1.5.0",
18+
"packages/form": "2.12.5",
1919
"packages/graph": "2.87.3",
2020
"packages/html": "2.44.4",
21-
"packages/layout": "2.51.4",
21+
"packages/layout": "2.51.5",
2222
"packages/leaflet-shim": "2.6.0",
23-
"packages/loader": "2.108.8",
24-
"packages/map": "2.79.4",
23+
"packages/loader": "2.108.9",
24+
"packages/map": "2.79.5",
2525
"packages/map-deck": "2.9.4",
26-
"packages/marshaller": "2.28.8",
26+
"packages/marshaller": "2.28.9",
2727
"packages/observable-md": "2.55.3",
2828
"packages/observablehq-compiler": "1.5.0",
29-
"packages/other": "2.17.4",
30-
"packages/phosphor": "2.20.5",
29+
"packages/other": "2.17.5",
30+
"packages/phosphor": "2.20.6",
3131
"packages/phosphor-shim": "2.17.0",
3232
"packages/preact-shim": "2.19.1",
3333
"packages/react": "2.55.4",
3434
"packages/requirejs-shim": "2.4.1",
35-
"packages/timeline": "2.57.2",
35+
"packages/timeline": "2.57.3",
3636
"packages/tree": "2.45.2",
3737
"packages/util": "2.53.2",
3838
"packages/observable-shim": "1.0.0"

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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+
## [2.112.3](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v2.112.2...hpcc-js-v2.112.3) (2026-03-24)
6+
7+
8+
### Bug Fixes
9+
10+
* update dependencies in package.json and packages/comms/package.json ([#4549](https://github.com/hpcc-systems/Visualization/issues/4549)) ([7e68479](https://github.com/hpcc-systems/Visualization/commit/7e684790234fb16e7ebda05fd8959eeb81979ec1))
11+
512
## [2.112.2](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v2.112.1...hpcc-js-v2.112.2) (2026-02-25)
613

714

package-lock.json

Lines changed: 53 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hpcc-js",
3-
"version": "2.108.8",
3+
"version": "2.112.3",
44
"description": "HPCC Visualization Framework",
55
"private": true,
66
"jsdelivr": "dist/index.umd.min.js",

packages/chart/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
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+
## [2.86.4](https://github.com/hpcc-systems/Visualization/compare/chart-v2.86.3...chart-v2.86.4) (2026-03-24)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* devDependencies
13+
* @hpcc-js/dataflow bumped from ^9.3.0 to ^9.4.0
14+
615
## [2.86.3](https://github.com/hpcc-systems/Visualization/compare/chart-v2.86.2...chart-v2.86.3) (2026-02-25)
716

817

packages/chart/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hpcc-js/chart",
3-
"version": "2.86.3",
3+
"version": "2.86.4",
44
"description": "hpcc-js - Viz Chart",
55
"main": "dist/index.js",
66
"module": "dist/index.es6",
@@ -44,7 +44,7 @@
4444
},
4545
"devDependencies": {
4646
"@hpcc-js/bundle": "^2.12.0",
47-
"@hpcc-js/dataflow": "^9.3.0",
47+
"@hpcc-js/dataflow": "^9.4.0",
4848
"@types/d3-shape": "1.3.12",
4949
"@types/d3-transition": "1.3.6",
5050
"d3-array": "^1",

packages/comms/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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+
## [2.102.3](https://github.com/hpcc-systems/Visualization/compare/comms-v2.102.2...comms-v2.102.3) (2026-03-24)
7+
8+
9+
### Bug Fixes
10+
11+
* update dependencies in package.json and packages/comms/package.json ([#4549](https://github.com/hpcc-systems/Visualization/issues/4549)) ([7e68479](https://github.com/hpcc-systems/Visualization/commit/7e684790234fb16e7ebda05fd8959eeb81979ec1))
12+
613
## [2.102.2](https://github.com/hpcc-systems/Visualization/compare/comms-v2.102.1...comms-v2.102.2) (2026-02-25)
714

815

0 commit comments

Comments
 (0)