Skip to content

Commit 9b25683

Browse files
committed
chore(release): 1.4.10
1 parent 21d89a6 commit 9b25683

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"react": "17.0.1",
1313
"react-dom": "17.0.1",
1414
"react-native": "https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz",
15-
"react-native-input-spinner": "^1.4.9",
15+
"react-native-input-spinner": "^1.4.10",
1616
"react-native-web": "~0.15.0"
1717
},
1818
"prettier": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-input-spinner",
3-
"version": "1.4.9",
3+
"version": "1.4.10",
44
"description": "React native input with increase and decrease buttons",
55
"main": "./src/index.js",
66
"types": "./src/index.d.ts",

src/InputSpinner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1149,7 +1149,7 @@ InputSpinner.defaultProps = {
11491149
selectionColor: null,
11501150
returnKeyLabel: null,
11511151
returnKeyType: null,
1152-
width: 'auto',
1152+
width: "auto",
11531153
height: 50,
11541154
accelerationDelay: defaultAccelerationDelay,
11551155
speed: defaultSpeed,

0 commit comments

Comments
 (0)