Skip to content

Commit

Permalink
chore(all): prepare release 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed May 17, 2016
1 parent 57e9437 commit fe8266f
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 11 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-dialog",
"version": "0.6.0",
"version": "0.6.1",
"description": "A dialog plugin for Aurelia.",
"keywords": [
"aurelia",
Expand Down
2 changes: 1 addition & 1 deletion dist/amd/dialog.css

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

2 changes: 1 addition & 1 deletion dist/commonjs/dialog.css

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

2 changes: 1 addition & 1 deletion dist/es2015/dialog.css

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

2 changes: 1 addition & 1 deletion dist/system/dialog.css

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

8 changes: 8 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### 0.6.1 (2016-05-17)


#### Bug Fixes

* **style:** alter div styles ([388bffac](https://github.com/aurelia/dialog/commit/388bffac91d9f952d7b9ad30d2f781c6d9264735), closes [#148](https://github.com/aurelia/dialog/issues/148))


## 0.6.0 (2016-05-10)


Expand Down
2 changes: 1 addition & 1 deletion doc/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1246,7 +1246,7 @@
"type": {
"type": "reference",
"name": "Container",
"id": 237,
"id": 534,
"moduleName": "\"aurelia-dependency-injection\""
}
},
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-dialog",
"version": "0.6.0",
"version": "0.6.1",
"description": "A dialog plugin for Aurelia.",
"keywords": [
"aurelia",
Expand Down
4 changes: 0 additions & 4 deletions styles/dialog.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ ai-dialog-container > div {
ai-dialog-container > div > div {
width: 100%;
display: block;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 5px;
padding: 3;
min-width: 300px;
width: -moz-fit-content;
width: -webkit-fit-content;
Expand Down

0 comments on commit fe8266f

Please sign in to comment.