Skip to content

Commit

Permalink
chore(all): prepare release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Thanood committed Jul 6, 2016
1 parent 80987b3 commit b8d678d
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.10.0"></a>
# [0.10.0](https://github.com/aurelia-ui-toolkits/aurelia-materialize-bridge/compare/0.9.0...v0.10.0) (2016-07-06)


### Bug Fixes

* **md-datepicker:** fix value property not being set after pickadate parses it internally ([b21ef11](https://github.com/aurelia-ui-toolkits/aurelia-materialize-bridge/commit/b21ef11))
* **package.json:** remove trailing comma ([fcffd23](https://github.com/aurelia-ui-toolkits/aurelia-materialize-bridge/commit/fcffd23))
* **webpack:** add components to import via webpack ([b153ea9](https://github.com/aurelia-ui-toolkits/aurelia-materialize-bridge/commit/b153ea9))



<a name="0.9.0"></a>
# [0.9.0](https://github.com/aurelia-ui-toolkits/aurelia-materialize-bridge/compare/0.8.1...v0.9.0) (2016-06-29)

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.9.0",
"version": "0.10.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.9.0';
this.version = '0.10.0';
}

onSelectionChanged(e) {
Expand Down

0 comments on commit b8d678d

Please sign in to comment.