Skip to content

Commit cce5136

Browse files
author
Matt Lewis
committed
chore(release): 0.3.6
1 parent 4570fc6 commit cce5136

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
<a name="0.3.6"></a>
6+
## [0.3.6](https://github.com/mattlewis92/angular2-calendar/compare/v0.3.5...v0.3.6) (2016-10-30)
7+
8+
9+
### Bug Fixes
10+
11+
* **dayView:** fix event column stacking ([4570fc6](https://github.com/mattlewis92/angular2-calendar/commit/4570fc6)), closes [#80](https://github.com/mattlewis92/angular2-calendar/issues/80)
12+
* **dayView:** show all day events that start outside of the day view start ([edb2614](https://github.com/mattlewis92/angular2-calendar/commit/edb2614)), closes [#79](https://github.com/mattlewis92/angular2-calendar/issues/79)
13+
14+
15+
516
<a name="0.3.5"></a>
617
## [0.3.5](https://github.com/mattlewis92/angular2-calendar/compare/v0.3.4...v0.3.5) (2016-10-13)
718

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular2-calendar",
3-
"version": "0.3.5",
3+
"version": "0.3.6",
44
"description": "A calendar component that can display events on a month, week or day view",
55
"main": "./dist/umd/angular2-calendar.js",
66
"style": "./dist/css/angular2-calendar.css",

0 commit comments

Comments
 (0)