Skip to content

Commit 350460a

Browse files
committed
chore: release candidate-3.x.x
1 parent e78b158 commit 350460a

24 files changed

Lines changed: 165 additions & 56 deletions

.release-please-manifest.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
{
2-
".": "3.9.1",
2+
".": "3.10.0",
33
"packages/api": "3.3.9",
4-
"packages/chart": "3.3.9",
4+
"packages/chart": "3.4.0",
55
"packages/codemirror": "3.4.1",
66
"packages/common": "3.3.9",
7-
"packages/comms": "3.7.7",
8-
"packages/composite": "3.2.12",
7+
"packages/comms": "3.8.0",
8+
"packages/composite": "3.2.13",
99
"packages/dataflow": "9.3.9",
1010
"packages/dgrid": "3.2.11",
1111
"packages/dgrid-shim": "3.1.3",
1212
"packages/dgrid2": "3.2.9",
13-
"packages/eclwatch": "3.2.20",
13+
"packages/eclwatch": "3.3.0",
1414
"packages/esbuild-plugins": "1.4.9",
15-
"packages/form": "3.2.9",
15+
"packages/form": "3.2.10",
1616
"packages/graph": "3.3.12",
1717
"packages/html": "3.2.10",
18-
"packages/layout": "3.2.10",
19-
"packages/map": "3.2.15",
20-
"packages/markdown-it-plugins": "1.3.10",
21-
"packages/observablehq-compiler": "3.3.9",
22-
"packages/other": "3.2.10",
18+
"packages/layout": "3.2.11",
19+
"packages/map": "3.2.16",
20+
"packages/markdown-it-plugins": "1.3.11",
21+
"packages/observablehq-compiler": "3.4.0",
22+
"packages/other": "3.2.11",
2323
"packages/phosphor": "3.2.10",
2424
"packages/react": "3.2.10",
2525
"packages/timeline": "3.0.0",

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.10.0](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.9.1...hpcc-js-v3.10.0) (2025-08-26)
6+
7+
8+
### Features
9+
10+
* Add @observablehq/notebook-kit support ([e78b158](https://github.com/hpcc-systems/Visualization/commit/e78b158f8d1c42e2efb390b8b87449e6abc21fb9))
11+
* Add @observablehq/notebook-kit support ([b8a358d](https://github.com/hpcc-systems/Visualization/commit/b8a358de9f6db3ac80f4fbe55c0900829860af66))
12+
* Add title color pp to gauge ([fe0d283](https://github.com/hpcc-systems/Visualization/commit/fe0d2834e54213b2597047af5f2e1efba27b7bd0))
13+
* Add title color pp to gauge ([433ae4a](https://github.com/hpcc-systems/Visualization/commit/433ae4a7711256489be33a1f86d922b24413896c))
14+
* **comms:** allow WUResult to set BypassCachedResult in request ([23c2d1c](https://github.com/hpcc-systems/Visualization/commit/23c2d1c61c9d357115a7c5f1b5a2bcbe839b122c))
15+
* **comms:** allow WUResult to set BypassCachedResult in request ([0405d6c](https://github.com/hpcc-systems/Visualization/commit/0405d6cc93893d066571dd84945dc40eaeee8ff4))
16+
517
## [3.9.1](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.9.0...hpcc-js-v3.9.1) (2025-07-24)
618

719

package-lock.json

Lines changed: 23 additions & 23 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": "3.9.1",
3+
"version": "3.10.0",
44
"description": "HPCC Visualization Framework",
55
"private": true,
66
"type": "module",

packages/chart/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.4.0](https://github.com/hpcc-systems/Visualization/compare/chart-v3.3.9...chart-v3.4.0) (2025-08-26)
16+
17+
18+
### Features
19+
20+
* Add title color pp to gauge ([fe0d283](https://github.com/hpcc-systems/Visualization/commit/fe0d2834e54213b2597047af5f2e1efba27b7bd0))
21+
* Add title color pp to gauge ([433ae4a](https://github.com/hpcc-systems/Visualization/commit/433ae4a7711256489be33a1f86d922b24413896c))
22+
1523
## [3.3.9](https://github.com/hpcc-systems/Visualization/compare/chart-v3.3.8...chart-v3.3.9) (2025-07-24)
1624

1725

packages/chart/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/chart",
3-
"version": "3.3.9",
3+
"version": "3.4.0",
44
"description": "hpcc-js - Viz Chart",
55
"type": "module",
66
"main": "./dist/index.umd.cjs",

packages/comms/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.8.0](https://github.com/hpcc-systems/Visualization/compare/comms-v3.7.7...comms-v3.8.0) (2025-08-26)
16+
17+
18+
### Features
19+
20+
* **comms:** allow WUResult to set BypassCachedResult in request ([23c2d1c](https://github.com/hpcc-systems/Visualization/commit/23c2d1c61c9d357115a7c5f1b5a2bcbe839b122c))
21+
* **comms:** allow WUResult to set BypassCachedResult in request ([0405d6c](https://github.com/hpcc-systems/Visualization/commit/0405d6cc93893d066571dd84945dc40eaeee8ff4))
22+
1523
## [3.7.7](https://github.com/hpcc-systems/Visualization/compare/comms-v3.7.6...comms-v3.7.7) (2025-07-24)
1624

1725

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": "3.7.7",
3+
"version": "3.8.0",
44
"description": "hpcc-js - Communications",
55
"type": "module",
66
"main": "./dist/node/index.cjs",

packages/composite/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+
## [3.2.13](https://github.com/hpcc-systems/Visualization/compare/composite-v3.2.12...composite-v3.2.13) (2025-08-26)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* dependencies
13+
* @hpcc-js/chart bumped from ^3.3.9 to ^3.4.0
14+
* @hpcc-js/form bumped from ^3.2.9 to ^3.2.10
15+
* @hpcc-js/other bumped from ^3.2.10 to ^3.2.11
16+
617
## [3.2.12](https://github.com/hpcc-systems/Visualization/compare/composite-v3.2.11...composite-v3.2.12) (2025-07-24)
718

819

packages/composite/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/composite",
3-
"version": "3.2.12",
3+
"version": "3.2.13",
44
"description": "hpcc-js - Viz Composite",
55
"type": "module",
66
"main": "./dist/index.umd.cjs",
@@ -38,13 +38,13 @@
3838
},
3939
"dependencies": {
4040
"@hpcc-js/api": "^3.3.9",
41-
"@hpcc-js/chart": "^3.3.9",
41+
"@hpcc-js/chart": "^3.4.0",
4242
"@hpcc-js/common": "^3.3.9",
4343
"@hpcc-js/dgrid": "^3.2.11",
44-
"@hpcc-js/form": "^3.2.9",
44+
"@hpcc-js/form": "^3.2.10",
4545
"@hpcc-js/html": "^3.2.10",
4646
"@hpcc-js/util": "^3.3.9",
47-
"@hpcc-js/other": "^3.2.10",
47+
"@hpcc-js/other": "^3.2.11",
4848
"@hpcc-js/phosphor": "^3.2.10"
4949
},
5050
"devDependencies": {

0 commit comments

Comments
 (0)