Skip to content

Commit

Permalink
chore(release): 1.0.0-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximBalaganskiy committed May 11, 2018
1 parent c225e3e commit 9d77996
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="1.0.0-alpha.3"></a>
# [1.0.0-alpha.3](https://github.com/aurelia-ui-toolkits/aurelia-materialize-bridge/compare/1.0.0-alpha.2...1.0.0-alpha.3) (2018-05-11)


### Bug Fixes

* **button:** clean up ([44a313a](https://github.com/aurelia-ui-toolkits/aurelia-materialize-bridge/commit/44a313a))
* **card:** display card title ([cf657ab](https://github.com/aurelia-ui-toolkits/aurelia-materialize-bridge/commit/cf657ab))
* **datepicker:** do not update the value if the widget didn't change it ([f23652c](https://github.com/aurelia-ui-toolkits/aurelia-materialize-bridge/commit/f23652c))
* **dropdown:** accept query selector for the container ([e86c532](https://github.com/aurelia-ui-toolkits/aurelia-materialize-bridge/commit/e86c532))
* **select:** enable option observer by default ([90ee0e5](https://github.com/aurelia-ui-toolkits/aurelia-materialize-bridge/commit/90ee0e5))
* **validation:** fix helper-text occupying too much space ([c266953](https://github.com/aurelia-ui-toolkits/aurelia-materialize-bridge/commit/c266953))


### Features

* **typings:** add useful declarations ([d01dfb8](https://github.com/aurelia-ui-toolkits/aurelia-materialize-bridge/commit/d01dfb8))



<a name="1.0.0-alpha.2"></a>
# [1.0.0-alpha.2](https://github.com/aurelia-ui-toolkits/aurelia-materialize-bridge/compare/v1.0.0-alpha.1...v1.0.0-alpha.2) (2018-05-09)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"registry": "github",
"description": "Aurelia interface to http://materializecss.com/",
"keywords": [
Expand Down

0 comments on commit 9d77996

Please sign in to comment.