diff --git a/CHANGELOG.md b/CHANGELOG.md index be944421..747b3ac7 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. +# [16.1.0-next.0](https://github.com/worktile/ngx-gantt/compare/16.0.1...16.1.0-next.0) (2023-10-30) + +### Features + +- #INFR-10087 support drag-and-drop across bars that extend beyond the time span ([#424](https://github.com/worktile/ngx-gantt/issues/424)) ([5c1d19a](https://github.com/worktile/ngx-gantt/commit/5c1d19a1e03ab123ea6ac1011110ddaa4ece921e)), closes [#INFR-10087](https://github.com/worktile/ngx-gantt/issues/INFR-10087) [#INFR-10087](https://github.com/worktile/ngx-gantt/issues/INFR-10087) [#INFR-10087](https://github.com/worktile/ngx-gantt/issues/INFR-10087) [#INFR-10087](https://github.com/worktile/ngx-gantt/issues/INFR-10087) [#INFR-10087](https://github.com/worktile/ngx-gantt/issues/INFR-10087) [#INFR-10087](https://github.com/worktile/ngx-gantt/issues/INFR-10087) + ## [16.0.1](https://github.com/worktile/ngx-gantt/compare/16.0.0...16.0.1) (2023-08-30) ### Features diff --git a/package-lock.json b/package-lock.json index b2f5a360..0d5a4eb1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@worktile/gantt", - "version": "16.0.1", + "version": "16.1.0-next.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@worktile/gantt", - "version": "16.0.1", + "version": "16.1.0-next.0", "hasInstallScript": true, "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index 75bdfb83..51e310db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@worktile/gantt", - "version": "16.0.1", + "version": "16.1.0-next.0", "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 9df706af..50b8844a 100644 --- a/packages/gantt/package.json +++ b/packages/gantt/package.json @@ -1,6 +1,6 @@ { "name": "@worktile/gantt", - "version": "16.0.1", + "version": "16.1.0-next.0", "schematics": "./schematics/collection.json", "exports": { ".": {