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

Commit 9bc1f47

Browse files
author
Kamil Kisiela
committed
Merge branch 'release/v0.1.0' into develop
2 parents a50a2cb + 71046d9 commit 9bc1f47

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.1.0] - 2015-11-17
66
### Added
77
- Support for md-select with valueProp and labelProp
88
- Support for md-radio with valueProp and labelProp options
@@ -31,7 +31,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
3131

3232
## 0.0.1 - 2015-11-06
3333

34-
[Unreleased]: https://github.com/kamilkisiela/meteor-angular-formly-templates-material/compare/v0.0.4...HEAD
34+
[0.1.0]: https://github.com/kamilkisiela/meteor-angular-formly-templates-material/compare/v0.0.4...v0.1.0
3535
[0.0.4]: https://github.com/kamilkisiela/meteor-angular-formly-templates-material/compare/v0.0.3...v0.0.4
3636
[0.0.3]: https://github.com/kamilkisiela/meteor-angular-formly-templates-material/compare/v0.0.2...v0.0.3
3737
[0.0.2]: https://github.com/kamilkisiela/meteor-angular-formly-templates-material/compare/v0.0.1...v0.0.2

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ _rest of angular-material directive in near future_
5252
- [ ] add md-radio-button and md-radio-group
5353
- [x] add md-select
5454
- [ ] add groups to md-select
55-
- [ ] add groupProp, valueProp, labelProp to md-select
55+
- [x] add valueProp, labelProp to md-select
5656
- [x] add md-radio with valueProp and labelProp
5757
- [ ] add groupProp to md-radio
5858
- [ ] e2e tests

package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ var server = 'server';
55
Package.describe({
66
name: "wieldo:angular-formly-templates-material",
77
summary: "Material design templates for angular-formly",
8-
version: "0.0.4",
8+
version: "0.1.0",
99

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

0 commit comments

Comments
 (0)