Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
raychenfj committed Oct 7, 2017
1 parent 74d6f09 commit 84ee3d6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/components/multi-picker/multi-picker.ios.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ $multi-picker-ios-padding-bottom: $item-ios-padding-bottom !default;
$multi-picker-ios-padding-left: $item-ios-padding-left !default;


.ios multi-picker {
.ios ion-multi-picker {
padding: $multi-picker-ios-padding-top $multi-picker-ios-padding-right $multi-picker-ios-padding-bottom $multi-picker-ios-padding-left;
}

Expand Down
2 changes: 1 addition & 1 deletion dist/components/multi-picker/multi-picker.md.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ $multi-picker-md-padding-bottom: $item-md-padding-bottom !default;
$multi-picker-md-padding-left: $item-md-padding-left !default;


.md multi-picker {
.md ion-multi-picker {
padding: $multi-picker-md-padding-top $multi-picker-md-padding-right $multi-picker-md-padding-bottom $multi-picker-md-padding-left;
}

Expand Down
2 changes: 1 addition & 1 deletion dist/components/multi-picker/multi-picker.wp.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $multi-picker-wp-padding-left: $item-wp-padding-left !default;
$multi-picker-wp-border-width: 2px !default;
$multi-picker-wp-border-color: $input-wp-border-color !default;

.wp multi-picker {
.wp ion-multi-picker {
padding: $multi-picker-wp-padding-top $multi-picker-wp-padding-right $multi-picker-wp-padding-bottom $multi-picker-wp-padding-left;

min-width: $multi-picker-wp-min-width;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
},
"name": "ion-multi-picker",
"description": "Ion Multi Item Picker--An Ionic2 Custom Picker Component",
"version": "2.1.1",
"version": "2.1.2",
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"repository": {
Expand Down

0 comments on commit 84ee3d6

Please sign in to comment.