Skip to content

Commit

Permalink
chore(all): prepare release 0.20.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Thanood committed Dec 13, 2016
1 parent dd8cdc0 commit 2578dab
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
<a name="0.20.6"></a>
## [0.20.6](https://github.com/aurelia-ui-toolkits/aurelia-materialize-bridge/compare/0.20.5...v0.20.6) (2016-12-13)


### Small Features

* **md-breadcrumbs:** allow for custom router ([4e1fb1b](https://github.com/aurelia-ui-toolkits/aurelia-materialize-bridge/commit/4e1fb1b))
* **md-breadcrumbs:** allow for custom router ([192a678](https://github.com/aurelia-ui-toolkits/aurelia-materialize-bridge/commit/192a678))

### Bug Fixes

* **validation:** Update validationRenderer to comply with [email protected]

<a name="0.20.5"></a>
## [0.20.5](https://github.com/aurelia-ui-toolkits/aurelia-materialize-bridge/compare/0.20.4...v0.20.5) (2016-12-08)

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

onSelectionChanged(e) {
Expand Down
2 changes: 1 addition & 1 deletion src/breadcrumbs/breadcrumbs.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export class MdBreadcrumbs {
}

routerChanged() {
console.log('[breadcrumbs]', this.router);
// console.log('[breadcrumbs]', this.router);
}

navigate(navigationInstruction) {
Expand Down

0 comments on commit 2578dab

Please sign in to comment.