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

Commit b973fff

Browse files
author
Kamil Kisiela
committed
Merge branch 'release/v0.0.3'
2 parents a72b1fb + 6dcd3c8 commit b973fff

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased]
66

7+
## [0.0.3] - 2015-11-10
8+
### Fixed
9+
- Invalid components templateUrl
10+
11+
### Changed
12+
- Package name: wieldo:angular-formly-templates-material
13+
714
## [0.0.2] - 2015-11-07
815
### Fixed
916
- Add missing ngMessages
@@ -16,5 +23,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1623

1724
## 0.0.1 - 2015-11-06
1825

19-
[Unreleased]: https://github.com/kamilkisiela/meteor-angular-formly-templates-material/compare/0.2.0...HEAD
20-
[0.0.2]: https://github.com/kamilkisiela/meteor-angular-formly-templates-material/compare/0.0.1...0.0.2
26+
[Unreleased]: https://github.com/kamilkisiela/meteor-angular-formly-templates-material/compare/v0.3.0...HEAD
27+
[0.0.3]: https://github.com/kamilkisiela/meteor-angular-formly-templates-material/compare/v0.0.2...v0.0.3
28+
[0.0.2]: https://github.com/kamilkisiela/meteor-angular-formly-templates-material/compare/v0.0.1...v0.0.2

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.2",
8+
version: "0.0.3",
99

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

0 commit comments

Comments
 (0)