From 2f33b748b434a169782133303fdeefeb8e3cf6fe Mon Sep 17 00:00:00 2001 From: zhangwen <1062680993@qq.com> Date: Mon, 17 Apr 2023 16:01:26 +0800 Subject: [PATCH] build: release 15.1.0-next.12 --- CHANGELOG.md | 6 ++++++ package-lock.json | 2 +- package.json | 2 +- packages/gantt/package.json | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9c8a7fe..c791725f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Changelog All notable changes to ngx-gantt will be documented in this file. +## [15.1.0-next.12](https://github.com/worktile/ngx-gantt/compare/15.1.0-next.11...15.1.0-next.12) (2023-04-17) + +### Bug Fixes + +- **gantt:** handle style change when start and end same(#INFR-7407) ([ceca539](https://github.com/worktile/ngx-gantt/commit/ceca539e11a1bdd09f6f089eef1bc7571bce4c09)), closes [#INFR-7407](https://github.com/worktile/ngx-gantt/issues/INFR-7407) + ## [15.1.0-next.11](https://github.com/worktile/ngx-gantt/compare/15.1.0-next.10...15.1.0-next.11) (2023-04-13) ### Features diff --git a/package-lock.json b/package-lock.json index 068b8fd4..e5efffae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@worktile/gantt", - "version": "15.1.0-next.11", + "version": "15.1.0-next.12", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 45ab7f7b..6600b326 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@worktile/gantt", - "version": "15.1.0-next.11", + "version": "15.1.0-next.12", "description": "A modern and powerful gantt chart component for Angular", "keywords": [ "gantt", diff --git a/packages/gantt/package.json b/packages/gantt/package.json index df013dad..62c1e297 100644 --- a/packages/gantt/package.json +++ b/packages/gantt/package.json @@ -1,6 +1,6 @@ { "name": "@worktile/gantt", - "version": "15.1.0-next.11", + "version": "15.1.0-next.12", "schematics": "./schematics/collection.json", "exports": { ".": {