Skip to content

Commit 99a9abe

Browse files
chore: release main
1 parent 3b68897 commit 99a9abe

File tree

8 files changed

+35
-12
lines changed

8 files changed

+35
-12
lines changed

.github/release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
".": "3.17.0",
2+
".": "3.18.0",
33
"packages/api": "3.4.4",
44
"packages/chart": "3.6.0",
55
"packages/codemirror": "3.6.4",
@@ -11,7 +11,7 @@
1111
"packages/dgrid": "3.5.4",
1212
"packages/dgrid-shim": "3.3.1",
1313
"packages/dgrid2": "3.5.2",
14-
"packages/eclwatch": "3.5.4",
14+
"packages/eclwatch": "3.5.5",
1515
"packages/esbuild-plugins": "1.7.0",
1616
"packages/form": "3.3.4",
1717
"packages/graph": "3.6.0",
@@ -23,7 +23,7 @@
2323
"packages/other": "3.4.4",
2424
"packages/phosphor": "3.4.2",
2525
"packages/react": "3.4.4",
26-
"packages/timeline": "3.2.4",
26+
"packages/timeline": "3.3.0",
2727
"packages/tree": "3.2.4",
2828
"packages/util": "3.4.3"
2929
}

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+
## [3.18.0](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.17.0...hpcc-js-v3.18.0) (2026-01-05)
6+
7+
8+
### Features
9+
10+
* **timeline:** add zoom preservation to timeline series ([#4498](https://github.com/hpcc-systems/Visualization/issues/4498)) ([3b68897](https://github.com/hpcc-systems/Visualization/commit/3b68897f1e49fb68764d339a962a75b7e8e2a867))
11+
512
## [3.17.0](https://github.com/hpcc-systems/Visualization/compare/hpcc-js-v3.16.1...hpcc-js-v3.17.0) (2025-12-11)
613

714

package-lock.json

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

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.5.5](https://github.com/hpcc-systems/Visualization/compare/eclwatch-v3.5.4...eclwatch-v3.5.5) (2026-01-05)
7+
8+
9+
### Dependencies
10+
11+
* The following workspace dependencies were updated
12+
* dependencies
13+
* @hpcc-js/timeline bumped from ^3.2.4 to ^3.3.0
14+
615
## [3.5.4](https://github.com/hpcc-systems/Visualization/compare/eclwatch-v3.5.3...eclwatch-v3.5.4) (2025-12-11)
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.5.4",
3+
"version": "3.5.5",
44
"description": "hpcc-js - ECL Watch",
55
"type": "module",
66
"main": "./dist/index.umd.cjs",
@@ -44,7 +44,7 @@
4444
"@hpcc-js/graph": "^3.6.0",
4545
"@hpcc-js/layout": "^3.4.4",
4646
"@hpcc-js/phosphor": "^3.4.2",
47-
"@hpcc-js/timeline": "^3.2.4",
47+
"@hpcc-js/timeline": "^3.3.0",
4848
"@hpcc-js/tree": "^3.2.4",
4949
"@hpcc-js/util": "^3.4.3"
5050
},

packages/timeline/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+
## [3.3.0](https://github.com/hpcc-systems/Visualization/compare/timeline-v3.2.4...timeline-v3.3.0) (2026-01-05)
7+
8+
9+
### Features
10+
11+
* **timeline:** add zoom preservation to timeline series ([#4498](https://github.com/hpcc-systems/Visualization/issues/4498)) ([3b68897](https://github.com/hpcc-systems/Visualization/commit/3b68897f1e49fb68764d339a962a75b7e8e2a867))
12+
613
## [3.2.4](https://github.com/hpcc-systems/Visualization/compare/timeline-v3.2.3...timeline-v3.2.4) (2025-12-11)
714

815

packages/timeline/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/timeline",
3-
"version": "3.2.4",
3+
"version": "3.3.0",
44
"description": "hpcc-js - Viz Timeline",
55
"type": "module",
66
"main": "./dist/index.umd.cjs",

0 commit comments

Comments
 (0)