Skip to content

Commit

Permalink
chore(CHANGELOG)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximBalaganskiy committed Sep 5, 2020
1 parent 4339a94 commit f9b82fc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# [v1.0.2](https://github.com/aurelia-ui-toolkits/aurelia-mdc-web/compare/v1.0.1...v1.0.2) (2020-09-05)


### Bug Fixes

* **all:** apply top bar styling later than icon button's ([041ab71](https://github.com/aurelia-ui-toolkits/aurelia-mdc-web/commit/041ab710b20301456fe18750237908246896a76a))
* **dialog:** add content only after the dialog has opened ([1fef2cc](https://github.com/aurelia-ui-toolkits/aurelia-mdc-web/commit/1fef2cc682ea01d3b6f67e7b62335bdc9cac5c75))
* **text-field:** workaround Safari alignment issue ([4339a94](https://github.com/aurelia-ui-toolkits/aurelia-mdc-web/commit/4339a9447978ac382f0a676a3ff3fda05059ac20)), closes [#11](https://github.com/aurelia-ui-toolkits/aurelia-mdc-web/issues/11)



# [v1.0.1](https://github.com/aurelia-ui-toolkits/aurelia-mdc-web/compare/v1.0.0...v1.0.1) (2020-09-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/app/src/views/root/root.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<mdc-top-app-bar-title>Aurelia MDC</mdc-top-app-bar-title>
</mdc-top-app-bar-section>
<mdc-top-app-bar-section align="end">
<span>v1.0.1</span>
<span>v1.0.2</span>
<a mdc-top-app-bar-action-item href="https://github.com/aurelia-ui-toolkits/aurelia-mdc-web" alt="GitHub"
target="_blank" rel="noopener">
<i class="material-icons" aria-hidden="true" role="img">
Expand Down

0 comments on commit f9b82fc

Please sign in to comment.