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

Commit

Permalink
release v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Kisiela committed Dec 16, 2015
1 parent 1360797 commit 0dda057
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 7 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ Change Log

All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).

[0.8.0](https://github.com/formly-js/angular-formly-templates-material/compare/v0.7.3...v0.8.0)

### Changed

- BREAKING CHANGE: requires now **angular-material v1.0.0**
- BREAKING CHANGE: for meteor package uses now **formly:angular-formly** instead of wieldo:angular-formly

[0.7.3](https://github.com/formly-js/angular-formly-templates-material/compare/v0.7.2...v0.7.3)

### Changed
Expand Down Expand Up @@ -148,5 +155,4 @@ All notable changes to this project will be documented in this file. This projec
- mdTheme to checkbox, switch
- md-switch

0.0.1 - 2015-11-06
------------------
0.0.1 - 2015-11-06 ------------------.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Requirements

- angular ~ 1.4.0
- angular-messages ~ 1.4.0
- angular-material ~ 0.11.0
- angular-material ~ 1.0.0
- angular-formly ~ 7.3.0

Components
Expand Down
2 changes: 1 addition & 1 deletion dist/formly-material.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* angular-formly-material JavaScript Library v0.7.2
* angular-formly-material JavaScript Library v0.8.0
*
* @license MIT (http://license.angular-formly.com)
*
Expand Down
2 changes: 1 addition & 1 deletion dist/formly-material.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Package.describe({
name: 'formly:angular-formly-templates-material',
summary: '(official): Material design templates for angular-formly',
version: '0.7.3',
version: '0.8.0',
documentation: 'README.md',
git: 'https://github.com/formly-js/angular-formly-templates-material.git'
});
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-formly-material",
"version": "0.7.3",
"version": "0.8.0",
"description": "Material design templates for angular-formly",
"main": "dist/formly-material.js",
"scripts": {
Expand Down

0 comments on commit 0dda057

Please sign in to comment.