This repository was archived by the owner on Jan 22, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
4
5
5
## [ Unreleased]
6
6
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
+
7
14
## [ 0.0.2] - 2015-11-07
8
15
### Fixed
9
16
- Add missing ngMessages
@@ -16,5 +23,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
16
23
17
24
## 0.0.1 - 2015-11-06
18
25
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
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ var server = 'server';
5
5
Package . describe ( {
6
6
name : "wieldo:angular-formly-templates-material" ,
7
7
summary : "Material design templates for angular-formly" ,
8
- version : "0.0.2 " ,
8
+ version : "0.0.3 " ,
9
9
10
10
documentation : 'README.md' ,
11
11
git : 'https://github.com/wieldo/angular-formly-templates-material.git'
You can’t perform that action at this time.
0 commit comments