Skip to content
This repository was archived by the owner on Jan 22, 2018. It is now read-only.

Commit 34c1164

Browse files
author
Kamil Kisiela
committed
Merge branch 'release/v0.3.0' into develop
2 parents 03533dc + c5e1333 commit 34c1164

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## [Unreleased]
5+
## [0.3.0] - 2015-11-17
66
### Added
77
- datepicker with date range and filtering _(currently in angular-material 1.0_RC4)_
88
- Tests of formlyMaterial provider
@@ -42,7 +42,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4242

4343
## 0.0.1 - 2015-11-06
4444

45-
[Unreleased]: https://github.com/kamilkisiela/meteor-angular-formly-templates-material/compare/v0.2.0...HEAD
45+
[0.3.0]: https://github.com/kamilkisiela/meteor-angular-formly-templates-material/compare/v0.2.0...v0.3.0
4646
[0.2.0]: https://github.com/kamilkisiela/meteor-angular-formly-templates-material/compare/v0.1.0...v0.2.0
4747
[0.1.0]: https://github.com/kamilkisiela/meteor-angular-formly-templates-material/compare/v0.0.4...v0.1.0
4848
[0.0.4]: https://github.com/kamilkisiela/meteor-angular-formly-templates-material/compare/v0.0.3...v0.0.4

package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ var client = 'client';
33
Package.describe({
44
name: "wieldo:angular-formly-templates-material",
55
summary: "Material design templates for angular-formly",
6-
version: "0.2.0",
6+
version: "0.3.0",
77

88
documentation: 'README.md',
99
git: 'https://github.com/wieldo/angular-formly-templates-material.git'

0 commit comments

Comments
 (0)