Skip to content

Commit

Permalink
chore(all): prepare version 0.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Thanood committed Dec 7, 2016
1 parent 8ad8e75 commit dc519f4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<a name="0.20.4"></a>
## [0.20.4](https://github.com/aurelia-ui-toolkits/aurelia-materialize-bridge/compare/0.20.3...v0.20.4) (2016-12-07)

### Small Fixes

* **md-select:** remove the md-select error in all cases (when select value changes to something valid)


<a name="0.20.3"></a>
## [0.20.3](https://github.com/aurelia-ui-toolkits/aurelia-materialize-bridge/compare/0.20.2...v0.20.3) (2016-11-30)

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.20.3",
"version": "0.20.4",
"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.20.3';
this.version = '0.20.4';
}

onSelectionChanged(e) {
Expand Down

0 comments on commit dc519f4

Please sign in to comment.