diff --git a/CHANGELOG.md b/CHANGELOG.md index 777fe36..1062366 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.1](https://github.com/worktile/ngx-gantt/compare/18.0.0...18.0.1) (2024-09-09) + +### Features + +- **gantt:** 优化甘特图底部横向滚动条展示在窗口可视区域 ([#482](https://github.com/worktile/ngx-gantt/issues/482)) ([fa55097](https://github.com/worktile/ngx-gantt/commit/fa550976c53e26ffd4fe8854d869b21d2d9b49b1)) + # [18.0.0](https://github.com/worktile/ngx-gantt/compare/18.0.0-next.0...18.0.0) (2024-08-22) # [18.0.0-next.0](https://github.com/worktile/ngx-gantt/compare/17.0.0-next.0...18.0.0-next.0) (2024-08-16) diff --git a/package-lock.json b/package-lock.json index ab0ee4f..b15f89f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@worktile/gantt", - "version": "18.0.0", + "version": "18.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@worktile/gantt", - "version": "18.0.0", + "version": "18.0.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index e6175b0..7b2168b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@worktile/gantt", - "version": "18.0.0", + "version": "18.0.1", "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 fa7da30..9358b30 100644 --- a/packages/gantt/package.json +++ b/packages/gantt/package.json @@ -1,6 +1,6 @@ { "name": "@worktile/gantt", - "version": "18.0.0", + "version": "18.0.1", "schematics": "./schematics/collection.json", "author": "walkerkay001", "license": "MIT",