Skip to content

Commit 233fb8d

Browse files
authored
Merge pull request #4468 from hpcc-systems/release-please--branches--candidate-3.x.x
chore: release candidate-3.x.x
2 parents a3db5af + b3637c2 commit 233fb8d

File tree

18 files changed

+116
-43
lines changed

18 files changed

+116
-43
lines changed

.release-please-manifest.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
{
2-
".": "3.12.3",
2+
".": "3.12.4",
33
"packages/api": "3.3.12",
4-
"packages/chart": "3.4.2",
4+
"packages/chart": "3.4.3",
55
"packages/codemirror": "3.5.2",
66
"packages/common": "3.4.2",
77
"packages/comms": "3.9.3",
8-
"packages/composite": "3.2.15",
8+
"packages/composite": "3.2.16",
99
"packages/dataflow": "9.4.3",
1010
"packages/dgrid": "3.3.2",
1111
"packages/dgrid-shim": "3.2.0",
1212
"packages/dgrid2": "3.3.2",
13-
"packages/eclwatch": "3.3.5",
13+
"packages/eclwatch": "3.3.6",
1414
"packages/esbuild-plugins": "1.5.2",
15-
"packages/form": "3.2.12",
15+
"packages/form": "3.2.13",
1616
"packages/graph": "3.4.2",
1717
"packages/html": "3.2.13",
18-
"packages/layout": "3.2.13",
19-
"packages/map": "3.2.18",
18+
"packages/layout": "3.2.14",
19+
"packages/map": "3.2.19",
2020
"packages/markdown-it-plugins": "1.4.6",
2121
"packages/observablehq-compiler": "3.5.4",
22-
"packages/other": "3.2.13",
22+
"packages/other": "3.2.14",
2323
"packages/phosphor": "3.2.13",
2424
"packages/react": "3.3.2",
2525
"packages/timeline": "3.0.0",

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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.12.4](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.12.3...hpcc-js-v3.12.4) (2025-10-21)
6+
7+
8+
### Bug Fixes
9+
10+
* **timeline:** fix tickFormat being ignored ([8d970df](https://github.com/hpcc-systems/Visualization/commit/8d970dfa67326464eecf69d6dee3e52e7ec8a7d1))
11+
* **timeline:** fix tickFormat being ignored ([d5d13fb](https://github.com/hpcc-systems/Visualization/commit/d5d13fb652e2fe6055b6bd8c4052c37d76e3cf98))
12+
513
## [3.12.3](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.12.2...hpcc-js-v3.12.3) (2025-10-10)
614

715

package-lock.json

Lines changed: 18 additions & 18 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.12.3",
3+
"version": "3.12.4",
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.3](https://github.com/hpcc-systems/Visualization/compare/chart-v3.4.2...chart-v3.4.3) (2025-10-21)
16+
17+
18+
### Bug Fixes
19+
20+
* **timeline:** fix tickFormat being ignored ([8d970df](https://github.com/hpcc-systems/Visualization/commit/8d970dfa67326464eecf69d6dee3e52e7ec8a7d1))
21+
* **timeline:** fix tickFormat being ignored ([d5d13fb](https://github.com/hpcc-systems/Visualization/commit/d5d13fb652e2fe6055b6bd8c4052c37d76e3cf98))
22+
1523
## [3.4.2](https://github.com/hpcc-systems/Visualization/compare/chart-v3.4.1...chart-v3.4.2) (2025-10-09)
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.4.2",
3+
"version": "3.4.3",
44
"description": "hpcc-js - Viz Chart",
55
"type": "module",
66
"main": "./dist/index.umd.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.16](https://github.com/hpcc-systems/Visualization/compare/composite-v3.2.15...composite-v3.2.16) (2025-10-21)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* dependencies
13+
* @hpcc-js/chart bumped from ^3.4.2 to ^3.4.3
14+
* @hpcc-js/form bumped from ^3.2.12 to ^3.2.13
15+
* @hpcc-js/other bumped from ^3.2.13 to ^3.2.14
16+
617
## [3.2.15](https://github.com/hpcc-systems/Visualization/compare/composite-v3.2.14...composite-v3.2.15) (2025-10-09)
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.15",
3+
"version": "3.2.16",
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.12",
41-
"@hpcc-js/chart": "^3.4.2",
41+
"@hpcc-js/chart": "^3.4.3",
4242
"@hpcc-js/common": "^3.4.2",
4343
"@hpcc-js/dgrid": "^3.3.2",
44-
"@hpcc-js/form": "^3.2.12",
44+
"@hpcc-js/form": "^3.2.13",
4545
"@hpcc-js/html": "^3.2.13",
4646
"@hpcc-js/util": "^3.3.12",
47-
"@hpcc-js/other": "^3.2.13",
47+
"@hpcc-js/other": "^3.2.14",
4848
"@hpcc-js/phosphor": "^3.2.13"
4949
},
5050
"devDependencies": {

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+
## [3.3.6](https://github.com/hpcc-systems/Visualization/compare/eclwatch-v3.3.5...eclwatch-v3.3.6) (2025-10-21)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* dependencies
13+
* @hpcc-js/layout bumped from ^3.2.13 to ^3.2.14
14+
615
## [3.3.5](https://github.com/hpcc-systems/Visualization/compare/eclwatch-v3.3.4...eclwatch-v3.3.5) (2025-10-10)
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": "3.3.5",
3+
"version": "3.3.6",
44
"description": "hpcc-js - ECL Watch",
55
"type": "module",
66
"main": "./dist/index.umd.cjs",
@@ -42,7 +42,7 @@
4242
"@hpcc-js/comms": "^3.9.3",
4343
"@hpcc-js/dgrid": "^3.3.2",
4444
"@hpcc-js/graph": "^3.4.2",
45-
"@hpcc-js/layout": "^3.2.13",
45+
"@hpcc-js/layout": "^3.2.14",
4646
"@hpcc-js/phosphor": "^3.2.13",
4747
"@hpcc-js/timeline": "^3.0.0",
4848
"@hpcc-js/tree": "^3.0.0",

0 commit comments

Comments
 (0)