Skip to content

Commit f5f8477

Browse files
author
Matt Lewis
committed
chore(release): 0.3.0
1 parent d7ea482 commit f5f8477

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
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.0"></a>
6+
# [0.3.0](https://github.com/mattlewis92/angular2-calendar/compare/v0.2.7...v0.3.0) (2016-10-05)
7+
8+
9+
### Bug Fixes
10+
11+
* only versions of angular >= 2.0.0 are supported ([6b1700b](https://github.com/mattlewis92/angular2-calendar/commit/6b1700b)), closes [#66](https://github.com/mattlewis92/angular2-calendar/issues/66)
12+
* remove positioning sourcemap from umd build ([d7ea482](https://github.com/mattlewis92/angular2-calendar/commit/d7ea482)), closes [#66](https://github.com/mattlewis92/angular2-calendar/issues/66)
13+
14+
15+
### Features
16+
17+
* add CalendarModule.forRoot so providers dont need to be specified ([ee54b8f](https://github.com/mattlewis92/angular2-calendar/commit/ee54b8f))
18+
19+
20+
### BREAKING CHANGES
21+
22+
* no RC versions of angular are supported. This was probably introduced in 0.2.x of this module, but clarifying here as a distinct breaking change
23+
24+
25+
526
<a name="0.2.7"></a>
627
## [0.2.7](https://github.com/mattlewis92/angular2-calendar/compare/v0.2.6...v0.2.7) (2016-10-05)
728

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular2-calendar",
3-
"version": "0.2.7",
3+
"version": "0.3.0",
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)