Skip to content

Commit

Permalink
build: release 15.1.0-next.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HandsomeButterball committed Mar 21, 2023
1 parent 9ac7146 commit 071c4c0
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Changelog
All notable changes to ngx-gantt will be documented in this file.

## [15.1.0-next.1](https://github.com/worktile/ngx-gantt/compare/15.1.0-next.0...15.1.0-next.0) (2023-03-21)

### Features

- support table loader #INFR-6879 ([#329](https://github.com/worktile/ngx-gantt/issues/329)) ([9ac7146](https://github.com/worktile/ngx-gantt/commit/9ac7146ecf052256c2e98d80a217760a543a7056)), closes [#INFR-6879](https://github.com/worktile/ngx-gantt/issues/INFR-6879)

### Bug Fixes

- fix drag insert index bug when target expanded ([#328](https://github.com/worktile/ngx-gantt/issues/328)) ([57f82da](https://github.com/worktile/ngx-gantt/commit/57f82da626fa3a3f3b5c4260713155e3c2cecf4c))
- fix empty table style #INFR-6959 ([#330](https://github.com/worktile/ngx-gantt/issues/330)) ([a81f54a](https://github.com/worktile/ngx-gantt/commit/a81f54a7f48278785cc3c9df1f85343f49262232)), closes [#INFR-6959](https://github.com/worktile/ngx-gantt/issues/INFR-6959) [#INFR-6959](https://github.com/worktile/ngx-gantt/issues/INFR-6959)

## [15.1.0-next.0](https://github.com/worktile/ngx-gantt/compare/15.0.0...15.1.0-next.0) (2023-03-16)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@worktile/gantt",
"version": "15.1.0-next.0",
"version": "15.1.0-next.1",
"description": "A modern and powerful gantt chart component for Angular",
"keywords": [
"gantt",
Expand Down
2 changes: 1 addition & 1 deletion packages/gantt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@worktile/gantt",
"version": "15.1.0-next.0",
"version": "15.1.0-next.1",
"schematics": "./schematics/collection.json",
"exports": {
".": {
Expand Down

0 comments on commit 071c4c0

Please sign in to comment.