From 9f01df8782d851ce8a3d8b6048e81591a941604f Mon Sep 17 00:00:00 2001 From: walkerkay Date: Fri, 16 Aug 2024 14:03:38 +0800 Subject: [PATCH] build: release 18.0.0-next.0 --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- packages/gantt/package.json | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f571efe..5e015328 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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. +# [18.0.0-next.0](https://github.com/worktile/ngx-gantt/compare/17.0.0-next.0...18.0.0-next.0) (2024-08-16) + +### Bug Fixes + +- fix today line position in hour view [#452](https://github.com/worktile/ngx-gantt/issues/452) ([4b7d61a](https://github.com/worktile/ngx-gantt/commit/4b7d61a18ce62d6fa58944855eb5d44b9633fc63)) + +### Features + +- create english translation documentation ([404f185](https://github.com/worktile/ngx-gantt/commit/404f1852358ab8c2dee55072799a2c9fa18788f0)) +- support custom header and item height [#431](https://github.com/worktile/ngx-gantt/issues/431) ([#449](https://github.com/worktile/ngx-gantt/issues/449)) ([986ed80](https://github.com/worktile/ngx-gantt/commit/986ed8048c4ac0c0f0a42c661fe0f131a4750b48)) + # [17.0.0-next.0](https://github.com/worktile/ngx-gantt/compare/16.0.3...17.0.0-next.0) (2024-03-11) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 0dc28e15..4a5cb5f2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@worktile/gantt", - "version": "17.0.0-next.0", + "version": "18.0.0-next.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@worktile/gantt", - "version": "17.0.0-next.0", + "version": "18.0.0-next.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 5378ae6b..8baf378b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@worktile/gantt", - "version": "17.0.0-next.0", + "version": "18.0.0-next.0", "author": "walkerkay001", "license": "MIT", "description": "A modern and powerful gantt chart component for Angular", diff --git a/packages/gantt/package.json b/packages/gantt/package.json index e851275f..dec66463 100644 --- a/packages/gantt/package.json +++ b/packages/gantt/package.json @@ -1,6 +1,6 @@ { "name": "@worktile/gantt", - "version": "17.0.0-next.0", + "version": "18.0.0-next.0", "schematics": "./schematics/collection.json", "author": "walkerkay001", "license": "MIT",