Skip to content

Commit

Permalink
chore(all): prepare release 0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Thanood committed Oct 4, 2016
1 parent 03c86b1 commit 99d9fab
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
<a name="0.17.1"></a>
## [0.17.1](https://github.com/aurelia-ui-toolkits/aurelia-materialize-bridge/compare/0.17.0...v0.17.1) (2016-10-04)


### Bug Fixes

* **md-chip:** add chip close button css, ref #289 ([7b3c7e8](https://github.com/aurelia-ui-toolkits/aurelia-materialize-bridge/commit/7b3c7e8)), closes [#289](https://github.com/aurelia-ui-toolkits/aurelia-materialize-bridge/issues/289)
* **md-range:** hide native thumb in Edge, ref #290 ([e5bf4ca](https://github.com/aurelia-ui-toolkits/aurelia-materialize-bridge/commit/e5bf4ca))
* **md-select:** wrap initialization in a taskQueue task, fix #292 ([67e3c80](https://github.com/aurelia-ui-toolkits/aurelia-materialize-bridge/commit/67e3c80)), closes [#292](https://github.com/aurelia-ui-toolkits/aurelia-materialize-bridge/issues/292)



<a name="0.16.1"></a>
## [0.17.0](https://github.com/aurelia-ui-toolkits/aurelia-materialize-bridge/compare/0.16.0...v0.16.1) (2016-09-21)

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

onSelectionChanged(e) {
Expand Down

0 comments on commit 99d9fab

Please sign in to comment.