From 29f33e32bd28cdc63274e4edbcb45e39d82e1f71 Mon Sep 17 00:00:00 2001 From: xinglu01 <15245457817@163.com> Date: Thu, 26 Sep 2024 13:46:59 +0800 Subject: [PATCH] build: release 18.0.3 --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- packages/gantt/package.json | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 339c110..9dad593 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ 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.3](https://github.com/worktile/ngx-gantt/compare/18.0.2...18.0.3) (2024-09-26) + +### Bug Fixes + +- **gantt:** handle footer container show when not exist #TINFR-725 [@luxiaobei](https://github.com/luxiaobei) (#TINFR-725) ([#486](https://github.com/worktile/ngx-gantt/issues/486)) ([3dfeb8e](https://github.com/worktile/ngx-gantt/commit/3dfeb8edeb230b9281bdd81405fdb1e5c4fcb68a)), closes [#TINFR-725](https://github.com/worktile/ngx-gantt/issues/TINFR-725) [#TINFR-725](https://github.com/worktile/ngx-gantt/issues/TINFR-725) [#TINFR-725](https://github.com/worktile/ngx-gantt/issues/TINFR-725) + ## [18.0.2](https://github.com/worktile/ngx-gantt/compare/18.0.1...18.0.2) (2024-09-18) ### Features diff --git a/package-lock.json b/package-lock.json index e9c1502..ce0dcb7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@worktile/gantt", - "version": "18.0.2", + "version": "18.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@worktile/gantt", - "version": "18.0.2", + "version": "18.0.3", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index bdb14bb..0088f75 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@worktile/gantt", - "version": "18.0.2", + "version": "18.0.3", "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 08710da..a3ed076 100644 --- a/packages/gantt/package.json +++ b/packages/gantt/package.json @@ -1,6 +1,6 @@ { "name": "@worktile/gantt", - "version": "18.0.2", + "version": "18.0.3", "schematics": "./schematics/collection.json", "author": "walkerkay001", "license": "MIT",