From 09870091ea58dd6a999c06617cb902bb3920f99a Mon Sep 17 00:00:00 2001 From: yinxiaobin Date: Wed, 30 Aug 2023 14:34:34 +0800 Subject: [PATCH] build: release 16.0.1 --- 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 9185f0f1..be944421 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.0.1](https://github.com/worktile/ngx-gantt/compare/16.0.0...16.0.1) (2023-08-30) + +### Features + +- **baseline:** #INFR-9182 support baseline template ([32b2295](https://github.com/worktile/ngx-gantt/commit/32b229574b3d526fb1b21c3c614b855e99182458)), closes [#INFR-9182](https://github.com/worktile/ngx-gantt/issues/INFR-9182) + # [16.0.0](https://github.com/worktile/ngx-gantt/compare/16.0.0-next.0...16.0.0) (2023-08-23) # [16.0.0-next.0](https://github.com/worktile/ngx-gantt/compare/15.2.0...16.0.0-next.0) (2023-08-17) diff --git a/package-lock.json b/package-lock.json index 4f6cb857..b2f5a360 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@worktile/gantt", - "version": "16.0.0", + "version": "16.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@worktile/gantt", - "version": "16.0.0", + "version": "16.0.1", "hasInstallScript": true, "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index 293aa7f5..75bdfb83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@worktile/gantt", - "version": "16.0.0", + "version": "16.0.1", "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 0a28d0a0..9df706af 100644 --- a/packages/gantt/package.json +++ b/packages/gantt/package.json @@ -1,6 +1,6 @@ { "name": "@worktile/gantt", - "version": "16.0.0", + "version": "16.0.1", "schematics": "./schematics/collection.json", "exports": { ".": {