Skip to content

Commit 4d82d49

Browse files
committed
chore: release candidate-2.x.x
1 parent d553475 commit 4d82d49

File tree

14 files changed

+89
-35
lines changed

14 files changed

+89
-35
lines changed

.release-please-manifest.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
{
2-
".": "2.111.0",
2+
".": "2.111.1",
33
"packages/api": "2.14.0",
44
"packages/chart": "2.86.0",
55
"packages/codemirror": "2.65.0",
66
"packages/codemirror-shim": "2.37.0",
77
"packages/common": "2.73.0",
88
"packages/comms": "2.101.0",
9-
"packages/composite": "2.9.0",
9+
"packages/composite": "2.9.1",
1010
"packages/dataflow": "9.1.0",
1111
"packages/ddl-shim": "2.22.0",
1212
"packages/deck-shim": "2.8.0",
1313
"packages/dgrid": "2.34.0",
1414
"packages/dgrid-shim": "2.26.0",
1515
"packages/dgrid2": "2.5.0",
16-
"packages/eclwatch": "2.77.0",
16+
"packages/eclwatch": "2.77.1",
1717
"packages/esbuild-plugins": "1.2.0",
1818
"packages/form": "2.12.0",
1919
"packages/graph": "2.87.0",
2020
"packages/html": "2.44.0",
2121
"packages/layout": "2.51.0",
2222
"packages/leaflet-shim": "2.5.0",
23-
"packages/loader": "2.108.0",
23+
"packages/loader": "2.108.1",
2424
"packages/map": "2.79.0",
2525
"packages/map-deck": "2.9.0",
26-
"packages/marshaller": "2.28.0",
26+
"packages/marshaller": "2.28.1",
2727
"packages/observable-md": "2.55.0",
2828
"packages/observablehq-compiler": "1.4.0",
2929
"packages/other": "2.17.0",
30-
"packages/phosphor": "2.20.0",
30+
"packages/phosphor": "2.20.1",
3131
"packages/phosphor-shim": "2.16.0",
3232
"packages/preact-shim": "2.18.0",
3333
"packages/react": "2.55.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.111.1](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v2.111.0...hpcc-js-v2.111.1) (2025-06-09)
6+
7+
8+
### Bug Fixes
9+
10+
* Dock panel scrollbars are illogical ([d553475](https://github.com/hpcc-systems/Visualization/commit/d553475f4e00b7990ad994aa8449b2902f4a6e4c))
11+
512
## [2.111.0](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v2.110.0...hpcc-js-v2.111.0) (2025-05-13)
613

714

package-lock.json

Lines changed: 15 additions & 15 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.0",
3+
"version": "2.111.1",
44
"description": "HPCC Visualization Framework",
55
"private": true,
66
"jsdelivr": "dist/index.umd.min.js",

packages/composite/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.9.1](https://github.com/hpcc-systems/Visualization/compare/composite-v2.9.0...composite-v2.9.1) (2025-06-09)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* dependencies
13+
* @hpcc-js/phosphor bumped from ^2.20.0 to ^2.20.1
14+
615
## [2.9.0](https://github.com/hpcc-systems/Visualization/compare/composite-v2.8.2...composite-v2.9.0) (2024-10-23)
716

817

packages/composite/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/composite",
3-
"version": "2.9.0",
3+
"version": "2.9.1",
44
"description": "hpcc-js - Viz Composite",
55
"main": "dist/index.js",
66
"module": "dist/index.es6",
@@ -46,7 +46,7 @@
4646
"@hpcc-js/html": "^2.44.0",
4747
"@hpcc-js/layout": "^2.51.0",
4848
"@hpcc-js/other": "^2.17.0",
49-
"@hpcc-js/phosphor": "^2.20.0"
49+
"@hpcc-js/phosphor": "^2.20.1"
5050
},
5151
"devDependencies": {
5252
"@hpcc-js/bundle": "^2.12.0",

packages/eclwatch/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.77.1](https://github.com/hpcc-systems/Visualization/compare/eclwatch-v2.77.0...eclwatch-v2.77.1) (2025-06-09)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* dependencies
13+
* @hpcc-js/phosphor bumped from ^2.20.0 to ^2.20.1
14+
615
## [2.77.0](https://github.com/hpcc-systems/Visualization/compare/eclwatch-v2.76.8...eclwatch-v2.77.0) (2025-05-13)
716

817

packages/eclwatch/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/eclwatch",
3-
"version": "2.77.0",
3+
"version": "2.77.1",
44
"description": "hpcc-js - ECL Watch",
55
"main": "dist/index.js",
66
"module": "dist/index.es6",
@@ -44,7 +44,7 @@
4444
"@hpcc-js/dgrid": "^2.34.0",
4545
"@hpcc-js/graph": "^2.87.0",
4646
"@hpcc-js/layout": "^2.51.0",
47-
"@hpcc-js/phosphor": "^2.20.0",
47+
"@hpcc-js/phosphor": "^2.20.1",
4848
"@hpcc-js/timeline": "^2.54.0",
4949
"@hpcc-js/tree": "^2.42.0",
5050
"@hpcc-js/util": "^2.53.0"

packages/loader/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.108.1](https://github.com/hpcc-systems/Visualization/compare/loader-v2.108.0...loader-v2.108.1) (2025-06-09)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* dependencies
13+
* @hpcc-js/composite bumped from ^2.9.0 to ^2.9.1
14+
* @hpcc-js/eclwatch bumped from ^2.77.0 to ^2.77.1
15+
* @hpcc-js/marshaller bumped from ^2.28.0 to ^2.28.1
16+
* @hpcc-js/phosphor bumped from ^2.20.0 to ^2.20.1
17+
618
## [2.108.0](https://github.com/hpcc-systems/Visualization/compare/loader-v2.107.8...loader-v2.108.0) (2025-05-13)
719

820

packages/loader/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hpcc-js/loader",
3-
"version": "2.108.0",
3+
"version": "2.108.1",
44
"description": "hpcc-js - Loader",
55
"main": "dist/index.js",
66
"module": "dist/index.es6",
@@ -43,20 +43,20 @@
4343
"@hpcc-js/codemirror": "^2.65.0",
4444
"@hpcc-js/common": "^2.73.0",
4545
"@hpcc-js/comms": "^2.101.0",
46-
"@hpcc-js/composite": "^2.9.0",
46+
"@hpcc-js/composite": "^2.9.1",
4747
"@hpcc-js/dgrid": "^2.34.0",
4848
"@hpcc-js/dgrid2": "^2.5.0",
49-
"@hpcc-js/eclwatch": "^2.77.0",
49+
"@hpcc-js/eclwatch": "^2.77.1",
5050
"@hpcc-js/form": "^2.12.0",
5151
"@hpcc-js/graph": "^2.87.0",
5252
"@hpcc-js/html": "^2.44.0",
5353
"@hpcc-js/layout": "^2.51.0",
5454
"@hpcc-js/map": "^2.79.0",
5555
"@hpcc-js/map-deck": "^2.9.0",
56-
"@hpcc-js/marshaller": "^2.28.0",
56+
"@hpcc-js/marshaller": "^2.28.1",
5757
"@hpcc-js/observablehq-compiler": "^1.4.0",
5858
"@hpcc-js/other": "^2.17.0",
59-
"@hpcc-js/phosphor": "^2.20.0",
59+
"@hpcc-js/phosphor": "^2.20.1",
6060
"@hpcc-js/react": "^2.55.0",
6161
"@hpcc-js/timeline": "^2.54.0",
6262
"@hpcc-js/tree": "^2.42.0",

0 commit comments

Comments
 (0)