From 5e277df09fc2b52525f0cc6d4a71fd82762048a5 Mon Sep 17 00:00:00 2001 From: zhangwen <1062680993@qq.com> Date: Fri, 28 Jul 2023 17:22:45 +0800 Subject: [PATCH] build: release 15.2.0-next.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 759cdbd..1217c92 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. +# [15.2.0-next.1](https://github.com/worktile/ngx-gantt/compare/15.2.0-next.0...15.2.0-next.1) (2023-07-28) + +### Features + +- support load data when virtual scroll #INFR-8652 ([#395](https://github.com/worktile/ngx-gantt/issues/395)) ([f20ad4c](https://github.com/worktile/ngx-gantt/commit/f20ad4c3913b0fe7a19ae480dec495a99392427a)), closes [#INFR-8652](https://github.com/worktile/ngx-gantt/issues/INFR-8652) [#INFR-8626](https://github.com/worktile/ngx-gantt/issues/INFR-8626) + # [15.2.0-next.0](https://github.com/worktile/ngx-gantt/compare/15.1.1...15.2.0-next.0) (2023-07-19) ### Features diff --git a/package-lock.json b/package-lock.json index 433c264..6bd00ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@worktile/gantt", - "version": "15.2.0-next.0", + "version": "15.2.0-next.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@worktile/gantt", - "version": "15.2.0-next.0", + "version": "15.2.0-next.1", "hasInstallScript": true, "license": "ISC", "dependencies": { diff --git a/package.json b/package.json index d9ada17..e8dd667 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@worktile/gantt", - "version": "15.2.0-next.0", + "version": "15.2.0-next.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 f8af296..601d711 100644 --- a/packages/gantt/package.json +++ b/packages/gantt/package.json @@ -1,6 +1,6 @@ { "name": "@worktile/gantt", - "version": "15.2.0-next.0", + "version": "15.2.0-next.1", "schematics": "./schematics/collection.json", "exports": { ".": {