diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dad593..7c56c16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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.4](https://github.com/worktile/ngx-gantt/compare/18.0.3...18.0.4) (2024-10-22) + + +### Bug Fixes + +* reset draggable or linkable when modify item.draggable or item.linkable #TINFR-806 ([f05e47f](https://github.com/worktile/ngx-gantt/commit/f05e47ff6a7e98cd97887f316ee2f13041ee5802)), closes [#TINFR-806](https://github.com/worktile/ngx-gantt/issues/TINFR-806) + + + ## [18.0.3](https://github.com/worktile/ngx-gantt/compare/18.0.2...18.0.3) (2024-09-26) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index ce0dcb7..1118aa0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@worktile/gantt", - "version": "18.0.3", + "version": "18.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@worktile/gantt", - "version": "18.0.3", + "version": "18.0.4", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 0088f75..13c69ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@worktile/gantt", - "version": "18.0.3", + "version": "18.0.4", "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 a3ed076..6580b86 100644 --- a/packages/gantt/package.json +++ b/packages/gantt/package.json @@ -1,6 +1,6 @@ { "name": "@worktile/gantt", - "version": "18.0.3", + "version": "18.0.4", "schematics": "./schematics/collection.json", "author": "walkerkay001", "license": "MIT",