Skip to content

Commit

Permalink
chore(all): prepare release 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Thanood committed Aug 15, 2016
1 parent 6a8cb41 commit 56bea20
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
<a name="0.13.0"></a>
# [0.13.0](https://github.com/aurelia-ui-toolkits/aurelia-materialize-bridge/compare/0.12.0...v0.13.0) (2016-08-15)


### Bug Fixes

* **validationRenderer:** correctly assign boundaryElement, set label active to avoid strange layout error ([b9f768d](https://github.com/aurelia-ui-toolkits/aurelia-materialize-bridge/commit/b9f768d))

### Features

* **md-input:** add md-step option for number input types( allows decimals and preset increments ([19a6892](https://github.com/aurelia-ui-toolkits/aurelia-materialize-bridge/commit/19a6892))
* **validation:** add validationRenderer from @ullfis ([5a73161](https://github.com/aurelia-ui-toolkits/aurelia-materialize-bridge/commit/5a73161))



<a name="0.12.0"></a>
# [0.12.0](https://github.com/aurelia-ui-toolkits/aurelia-materialize-bridge/compare/0.11.0...v0.12.0) (2016-08-10)

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": "aurelia-materialize-bridge",
"version": "0.12.0",
"version": "0.13.0",
"registry": "github",
"description": "Aurelia interface to http://materializecss.com/",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion sample/src/about/about.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export class About {
attached() {
// let bridge = System.get(System.normalizeSync('aurelia-materialize-bridge'));
// this.version = bridge.version;
this.version = '0.12.0';
this.version = '0.13.0';
}

onSelectionChanged(e) {
Expand Down

0 comments on commit 56bea20

Please sign in to comment.