Skip to content

Commit

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

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

### Features

- **gantt:** optimize code to expand icon column(#INFR-6568) ([61e5e7f](https://github.com/worktile/ngx-gantt/commit/61e5e7fdf2055b25430249751703a27cca3ec32e)), closes [#INFR-6568](https://github.com/worktile/ngx-gantt/issues/INFR-6568)
- **gantt:** support fixed expand icon assign column #INFR-6568 [@zhangwen](https://github.com/zhangwen) (#INFR-6568) ([#307](https://github.com/worktile/ngx-gantt/issues/307)) ([7f47743](https://github.com/worktile/ngx-gantt/commit/7f47743c5d2720ee2ca76e9523372b91e10e6885)), closes [#INFR-6568](https://github.com/worktile/ngx-gantt/issues/INFR-6568) [#INFR-6568](https://github.com/worktile/ngx-gantt/issues/INFR-6568) [#INFR-6568](https://github.com/worktile/ngx-gantt/issues/INFR-6568) [#INFR-6568](https://github.com/worktile/ngx-gantt/issues/INFR-6568) [#INFR-6568](https://github.com/worktile/ngx-gantt/issues/INFR-6568)
- **gantt:** support fixed expand icon assign column(#INFR-6568) ([1b0ec59](https://github.com/worktile/ngx-gantt/commit/1b0ec5983fca4e0268b1a433d62df6c9cb987d1c)), closes [#INFR-6568](https://github.com/worktile/ngx-gantt/issues/INFR-6568)

## [15.0.0-next.0](https://github.com/worktile/ngx-gantt/compare/14.0.5...15.0.0-next.0) (2023-02-14)

### 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.0.0-next.0",
"version": "15.0.0",
"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.0.0-next.0",
"version": "15.0.0",
"schematics": "./schematics/collection.json",
"exports": {
".": {
Expand Down

0 comments on commit f7a1038

Please sign in to comment.