From 205da6289c2115e4d8bbe335efd78f9d74c6863f Mon Sep 17 00:00:00 2001 From: zhangwen <1062680993@qq.com> Date: Wed, 2 Aug 2023 14:48:46 +0800 Subject: [PATCH] build: release 15.1.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 9c1cd3f6..ebfbee65 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. +## [15.1.3](https://github.com/worktile/ngx-gantt/compare/15.1.2...15.1.3) (2023-08-02) + +### Bug Fixes + +- add bar index when drag #INFR-8617 ([#404](https://github.com/worktile/ngx-gantt/issues/404)) ([a17bf27](https://github.com/worktile/ngx-gantt/commit/a17bf27a6619b75f34920e277263c1d0f7ff6cb9)), closes [#INFR-8617](https://github.com/worktile/ngx-gantt/issues/INFR-8617) [#INFR-8617](https://github.com/worktile/ngx-gantt/issues/INFR-8617) + ## [15.1.2](https://github.com/worktile/ngx-gantt/compare/15.1.1...15.1.2) (2023-07-19) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index dd6c62e8..3ce2667a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@worktile/gantt", - "version": "15.1.2", + "version": "15.1.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@worktile/gantt", - "version": "15.1.2", + "version": "15.1.3", "hasInstallScript": true, "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index f3b89690..b5648016 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@worktile/gantt", - "version": "15.1.2", + "version": "15.1.3", "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 26258f36..3ff48008 100644 --- a/packages/gantt/package.json +++ b/packages/gantt/package.json @@ -1,6 +1,6 @@ { "name": "@worktile/gantt", - "version": "15.1.2", + "version": "15.1.3", "schematics": "./schematics/collection.json", "exports": { ".": {