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

Commit b41c0dc

Browse files
author
Kamil Kisiela
committed
Merge branch 'release/v0.0.4'
2 parents 95cc2fa + 15f3259 commit b41c0dc

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
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.0.4] - 2015-11-13
6+
### Removed
7+
- es5-shim package
8+
- standard-minifier package
69

710
## [0.0.3] - 2015-11-10
811
### Fixed
@@ -23,6 +26,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
2326

2427
## 0.0.1 - 2015-11-06
2528

26-
[Unreleased]: https://github.com/kamilkisiela/meteor-angular-formly-templates-material/compare/v0.3.0...HEAD
29+
[0.0.4]: https://github.com/kamilkisiela/meteor-angular-formly-templates-material/compare/v0.3.0...v0.0.4
2730
[0.0.3]: https://github.com/kamilkisiela/meteor-angular-formly-templates-material/compare/v0.0.2...v0.0.3
2831
[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 & 3 deletions
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.3",
8+
version: "0.0.4",
99

1010
documentation: 'README.md',
1111
git: 'https://github.com/wieldo/angular-formly-templates-material.git'
@@ -15,8 +15,6 @@ Package.onUse(function (api) {
1515

1616
var packages = {
1717
use: [
18-
19-
2018
2119
'pbastowski:[email protected]',
2220
'pbastowski:[email protected]',

0 commit comments

Comments
 (0)