diff --git a/CHANGELOG.md b/CHANGELOG.md index d465def2..a91488f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ Changelog All notable changes to ngx-gantt will be documented in this file. +### [0.0.32](https://github.com/worktile/ngx-gantt/compare/0.0.31...0.0.32) (2020-07-31) + + +### Bug Fixes + +* new today style and fix item style ([8d1ad7b](https://github.com/worktile/ngx-gantt/commit/8d1ad7b2bc991ddf8ed54f3fabb746d0ebda043f)) + ### [0.0.31](https://github.com/worktile/ngx-gantt/compare/0.0.30...0.0.31) (2020-07-28) diff --git a/package-lock.json b/package-lock.json index e9dd824c..1478d334 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@worktile/gantt", - "version": "0.0.31", + "version": "0.0.32", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fb6944e6..d7af72be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@worktile/gantt", - "version": "0.0.31", + "version": "0.0.32", "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 6c9735e5..3319057b 100644 --- a/packages/gantt/package.json +++ b/packages/gantt/package.json @@ -1,6 +1,6 @@ { "name": "@worktile/gantt", - "version": "0.0.31", + "version": "0.0.32", "schematics": "./schematics/collection.json", "scripts": { "build": "../../node_modules/.bin/tsc -p tsconfig.schematics.json",