Skip to content

Commit d975a47

Browse files
committed
chore: release candidate-2.x.x
1 parent fd4ab00 commit d975a47

File tree

12 files changed

+81
-26
lines changed

12 files changed

+81
-26
lines changed

.release-please-manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
{
2-
".": "2.111.4",
2+
".": "2.112.0",
33
"packages/api": "2.14.1",
44
"packages/chart": "2.86.1",
55
"packages/codemirror": "2.65.1",
66
"packages/codemirror-shim": "2.37.0",
77
"packages/common": "2.73.1",
8-
"packages/comms": "2.101.3",
8+
"packages/comms": "2.102.0",
99
"packages/composite": "2.9.3",
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.2",
1414
"packages/dgrid-shim": "2.26.0",
1515
"packages/dgrid2": "2.5.1",
16-
"packages/eclwatch": "2.77.4",
16+
"packages/eclwatch": "2.77.5",
1717
"packages/esbuild-plugins": "1.2.0",
1818
"packages/form": "2.12.1",
1919
"packages/graph": "2.87.1",
2020
"packages/html": "2.44.1",
2121
"packages/layout": "2.51.1",
2222
"packages/leaflet-shim": "2.5.0",
23-
"packages/loader": "2.108.4",
23+
"packages/loader": "2.108.5",
2424
"packages/map": "2.79.1",
2525
"packages/map-deck": "2.9.1",
26-
"packages/marshaller": "2.28.4",
26+
"packages/marshaller": "2.28.5",
2727
"packages/observable-md": "2.55.1",
2828
"packages/observablehq-compiler": "1.4.0",
2929
"packages/other": "2.17.1",

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
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.0](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v2.111.4...hpcc-js-v2.112.0) (2025-07-16)
6+
7+
8+
### Features
9+
10+
* Add recursiveFetchLogicalFiles ([8941789](https://github.com/hpcc-systems/Visualization/commit/8941789e3ba45cdc57a65cfb063fc484dad98742))
11+
* Add recursiveFetchLogicalFiles ([7d1975b](https://github.com/hpcc-systems/Visualization/commit/7d1975bc3fba425caac4f2a10ad5318651a30140)), closes [#4392](https://github.com/hpcc-systems/Visualization/issues/4392)
12+
13+
14+
### Bug Fixes
15+
16+
* **comms:** default ProtectList to an empty array ([fd4ab00](https://github.com/hpcc-systems/Visualization/commit/fd4ab00fa09bad0db3628c593045d633d3d66f32))
17+
518
## [2.111.4](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v2.111.3...hpcc-js-v2.111.4) (2025-06-19)
619

720

package-lock.json

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

packages/comms/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,19 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
1212

1313

1414

15+
## [2.102.0](https://github.com/hpcc-systems/Visualization/compare/comms-v2.101.3...comms-v2.102.0) (2025-07-16)
16+
17+
18+
### Features
19+
20+
* Add recursiveFetchLogicalFiles ([8941789](https://github.com/hpcc-systems/Visualization/commit/8941789e3ba45cdc57a65cfb063fc484dad98742))
21+
* Add recursiveFetchLogicalFiles ([7d1975b](https://github.com/hpcc-systems/Visualization/commit/7d1975bc3fba425caac4f2a10ad5318651a30140)), closes [#4392](https://github.com/hpcc-systems/Visualization/issues/4392)
22+
23+
24+
### Bug Fixes
25+
26+
* **comms:** default ProtectList to an empty array ([fd4ab00](https://github.com/hpcc-systems/Visualization/commit/fd4ab00fa09bad0db3628c593045d633d3d66f32))
27+
1528
## [2.101.3](https://github.com/hpcc-systems/Visualization/compare/comms-v2.101.2...comms-v2.101.3) (2025-06-19)
1629

1730

packages/comms/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/comms",
3-
"version": "2.101.3",
3+
"version": "2.102.0",
44
"description": "hpcc-js - Communications",
55
"main": "dist/index.node.js",
66
"module": "dist/index.es6",

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.5](https://github.com/hpcc-systems/Visualization/compare/eclwatch-v2.77.4...eclwatch-v2.77.5) (2025-07-16)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* dependencies
13+
* @hpcc-js/comms bumped from ^2.101.3 to ^2.102.0
14+
615
## [2.77.4](https://github.com/hpcc-systems/Visualization/compare/eclwatch-v2.77.3...eclwatch-v2.77.4) (2025-06-19)
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.4",
3+
"version": "2.77.5",
44
"description": "hpcc-js - ECL Watch",
55
"main": "dist/index.js",
66
"module": "dist/index.es6",
@@ -40,7 +40,7 @@
4040
"dependencies": {
4141
"@hpcc-js/codemirror": "^2.65.1",
4242
"@hpcc-js/common": "^2.73.1",
43-
"@hpcc-js/comms": "^2.101.3",
43+
"@hpcc-js/comms": "^2.102.0",
4444
"@hpcc-js/dgrid": "^2.34.2",
4545
"@hpcc-js/graph": "^2.87.1",
4646
"@hpcc-js/layout": "^2.51.1",

packages/loader/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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+
## [2.108.5](https://github.com/hpcc-systems/Visualization/compare/loader-v2.108.4...loader-v2.108.5) (2025-07-16)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* dependencies
13+
* @hpcc-js/comms bumped from ^2.101.3 to ^2.102.0
14+
* @hpcc-js/eclwatch bumped from ^2.77.4 to ^2.77.5
15+
* @hpcc-js/marshaller bumped from ^2.28.4 to ^2.28.5
16+
617
## [2.108.4](https://github.com/hpcc-systems/Visualization/compare/loader-v2.108.3...loader-v2.108.4) (2025-06-19)
718

819

packages/loader/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hpcc-js/loader",
3-
"version": "2.108.4",
3+
"version": "2.108.5",
44
"description": "hpcc-js - Loader",
55
"main": "dist/index.js",
66
"module": "dist/index.es6",
@@ -42,18 +42,18 @@
4242
"@hpcc-js/chart": "^2.86.1",
4343
"@hpcc-js/codemirror": "^2.65.1",
4444
"@hpcc-js/common": "^2.73.1",
45-
"@hpcc-js/comms": "^2.101.3",
45+
"@hpcc-js/comms": "^2.102.0",
4646
"@hpcc-js/composite": "^2.9.3",
4747
"@hpcc-js/dgrid": "^2.34.2",
4848
"@hpcc-js/dgrid2": "^2.5.1",
49-
"@hpcc-js/eclwatch": "^2.77.4",
49+
"@hpcc-js/eclwatch": "^2.77.5",
5050
"@hpcc-js/form": "^2.12.1",
5151
"@hpcc-js/graph": "^2.87.1",
5252
"@hpcc-js/html": "^2.44.1",
5353
"@hpcc-js/layout": "^2.51.1",
5454
"@hpcc-js/map": "^2.79.1",
5555
"@hpcc-js/map-deck": "^2.9.1",
56-
"@hpcc-js/marshaller": "^2.28.4",
56+
"@hpcc-js/marshaller": "^2.28.5",
5757
"@hpcc-js/observablehq-compiler": "^1.4.0",
5858
"@hpcc-js/other": "^2.17.1",
5959
"@hpcc-js/phosphor": "^2.20.2",

0 commit comments

Comments
 (0)