Skip to content

Commit 72bda83

Browse files
committed
build: release 19.0.8-next.3
1 parent 9817c47 commit 72bda83

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
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+
## [19.0.8-next.3](https://github.com/worktile/ngx-gantt/compare/19.0.8-next.2...19.0.8-next.3) (2025-09-22)
6+
7+
### Features
8+
9+
- **gantt:** support hide item quickTimeFocus setting ([#593](https://github.com/worktile/ngx-gantt/issues/593)) ([085a3f4](https://github.com/worktile/ngx-gantt/commit/085a3f41dc686021d34c389a0884fd4116cc6d4d))
10+
- **gantt:** support hide quick time jump ([#597](https://github.com/worktile/ngx-gantt/issues/597)) ([9817c47](https://github.com/worktile/ngx-gantt/commit/9817c471c578c710a989aed25dc40847f7497a35))
11+
12+
### Reverts
13+
14+
- Revert "feat(gantt): support hide item quickTimeFocus setting (#593)" (#594) ([dfdee11](https://github.com/worktile/ngx-gantt/commit/dfdee11c31b31860e68f73ce51b54d09d15ab7e7)), closes [#593](https://github.com/worktile/ngx-gantt/issues/593) [#594](https://github.com/worktile/ngx-gantt/issues/594)
15+
516
## [19.0.8-next.2](https://github.com/worktile/ngx-gantt/compare/19.0.8-next.1...19.0.8-next.2) (2025-09-10)
617

718
### Features

package-lock.json

Lines changed: 2 additions & 2 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": "@worktile/gantt",
3-
"version": "19.0.8-next.2",
3+
"version": "19.0.8-next.3",
44
"author": "walkerkay001",
55
"license": "MIT",
66
"description": "A modern and powerful gantt chart component for Angular",

packages/gantt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@worktile/gantt",
3-
"version": "19.0.8-next.2",
3+
"version": "19.0.8-next.3",
44
"schematics": "./schematics/collection.json",
55
"author": "walkerkay001",
66
"license": "MIT",

0 commit comments

Comments
 (0)