From 5d2614e6931fece18e97c57dc2e424baf563700f Mon Sep 17 00:00:00 2001 From: zhangwen <1062680993@qq.com> Date: Tue, 14 Feb 2023 11:26:27 +0800 Subject: [PATCH] build: release 15.0.0-next.0 --- CHANGELOG.md | 6 ++++++ package-lock.json | 2 +- package.json | 2 +- packages/gantt/package.json | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d526ef52..954e7531 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ Changelog All notable changes to ngx-gantt will be documented in this file. +## [15.0.0-next.0](https://github.com/worktile/ngx-gantt/compare/14.0.5...15.0.0-next.0) (2023-02-14) + +### Features + +- upgrade ng to 15 ([#305](https://github.com/worktile/ngx-gantt/issues/305)) ([ac11bae](https://github.com/worktile/ngx-gantt/commit/ac11bae2fe151925612c57b5c892aaafb3673ecd)) + ## [14.0.5](https://github.com/worktile/ngx-gantt/compare/14.0.4...14.0.5) (2023-02-01) ### Features diff --git a/package-lock.json b/package-lock.json index fd2dfcc3..0f2a125d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@worktile/gantt", - "version": "14.0.5", + "version": "15.0.0-next.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 714c01dc..f67ce1b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@worktile/gantt", - "version": "14.0.5", + "version": "15.0.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 ae178c0a..68462fb0 100644 --- a/packages/gantt/package.json +++ b/packages/gantt/package.json @@ -1,6 +1,6 @@ { "name": "@worktile/gantt", - "version": "14.0.5", + "version": "15.0.0-next.0", "schematics": "./schematics/collection.json", "exports": { ".": {