Skip to content

Commit

Permalink
Merge pull request #83 from worktile/release-0.0.44
Browse files Browse the repository at this point in the history
chore: release 0.0.44
  • Loading branch information
HandsomeButterball authored Nov 16, 2020
2 parents 2610f22 + cc91d2c commit 8b8c790
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
All notable changes to ngx-gantt will be documented in this file.

### [0.0.44](https://github.com/worktile/ngx-gantt/compare/0.0.43...0.0.44) (2020-11-16)


### Bug Fixes

* **calendar:** hide today date when view type is not day #INFR-1241 ([#82](https://github.com/worktile/ngx-gantt/issues/82)) ([2610f22](https://github.com/worktile/ngx-gantt/commit/2610f2203fbf752efd3e6307e3450fdaa2a1841a)), closes [#INFR-1241](https://github.com/worktile/ngx-gantt/issues/INFR-1241)

### [0.0.43](https://github.com/worktile/ngx-gantt/compare/0.0.42...0.0.43) (2020-10-29)


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": "0.0.43",
"version": "0.0.44",
"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": "0.0.43",
"version": "0.0.44",
"schematics": "./schematics/collection.json",
"scripts": {
"build": "../../node_modules/.bin/tsc -p tsconfig.schematics.json",
Expand Down

0 comments on commit 8b8c790

Please sign in to comment.