Skip to content

Commit

Permalink
prepare release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
simonfox committed Apr 12, 2017
1 parent a0dd469 commit c5f6ab4
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions dist/amd/checkbox.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.checkbox {
cursor: default;
margin: 0px;
padding: 0px !important;

background: transparent !important;
display: flex;
Expand Down
1 change: 1 addition & 0 deletions dist/commonjs/checkbox.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.checkbox {
cursor: default;
margin: 0px;
padding: 0px !important;

background: transparent !important;
display: flex;
Expand Down
1 change: 1 addition & 0 deletions dist/es2015/checkbox.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.checkbox {
cursor: default;
margin: 0px;
padding: 0px !important;

background: transparent !important;
display: flex;
Expand Down
1 change: 1 addition & 0 deletions dist/system/checkbox.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.checkbox {
cursor: default;
margin: 0px;
padding: 0px !important;

background: transparent !important;
display: flex;
Expand Down
3 changes: 3 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 2.0.1 (2017-04-12)


### 1.0.18 (2017-04-12)


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-widgets",
"version": "2.0.0",
"version": "2.0.1",
"description": "A Collection of UI Widgets for use in Aurelia applications",
"homepage": "http://drivesoftware.co.nz",
"main": "index",
Expand Down

0 comments on commit c5f6ab4

Please sign in to comment.