Skip to content

Commit

Permalink
build: release 13.0.0-next.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HandsomeButterball committed May 18, 2022
1 parent 9cbcebb commit 411b782
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.

## [13.0.0-next.0](https://github.com/worktile/ngx-gantt/compare/12.2.2...13.0.0-next.0) (2022-05-18)

### Features

- use new sass moudle #INFR-2780 ([8ddd816](https://github.com/worktile/ngx-gantt/commit/8ddd81693acf6b11670a6d28f207b07b8d3326d3)), closes [#INFR-2780](https://github.com/worktile/ngx-gantt/issues/INFR-2780)

### Bug Fixes

- change style docs ([aac04d8](https://github.com/worktile/ngx-gantt/commit/aac04d89b30042a2cbdd6c81ef515b4eaae573ad))
- support only drag or link #INFR-2818 ([4cd5dd5](https://github.com/worktile/ngx-gantt/commit/4cd5dd55824c41af76e1dc3060fb6d4f1deacd17)), closes [#INFR-2818](https://github.com/worktile/ngx-gantt/issues/INFR-2818)

## [12.2.2](https://github.com/worktile/ngx-gantt/compare/12.1.2...12.2.2) (2022-03-31)

### 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": "12.2.2",
"version": "13.0.0-next.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": "12.2.2",
"version": "13.0.0-next.0",
"schematics": "./schematics/collection.json",
"scripts": {
"build": "../../node_modules/.bin/tsc -p tsconfig.schematics.json",
Expand Down

0 comments on commit 411b782

Please sign in to comment.