Skip to content

Commit

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


### Bug Fixes

* **chip:** add a click handler to remove the chip ([39cb66c](https://github.com/aurelia-ui-toolkits/aurelia-materialize-bridge/commit/39cb66c))
* **typescript:** cannot find module errors during compile ([35b5502](https://github.com/aurelia-ui-toolkits/aurelia-materialize-bridge/commit/35b5502))



<a name="0.17.2"></a>
## [0.17.2](https://github.com/aurelia-ui-toolkits/aurelia-materialize-bridge/compare/0.17.1...v0.17.2) (2016-10-24)

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

onSelectionChanged(e) {
Expand Down

0 comments on commit c9b5aad

Please sign in to comment.