Skip to content

Commit 2bfb3e9

Browse files
committed
chore(release): 1.4.2
1 parent 00cb18e commit 2bfb3e9

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.1",
15+
"react-native-input-spinner": "^1.4.2",
1616
"react-native-web": "^0.14.10"
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.1",
3+
"version": "1.4.2",
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
@@ -1040,4 +1040,4 @@ InputSpinner.defaultProps = {
10401040
rightButtonProps: {},
10411041
};
10421042

1043-
export {InputSpinner};
1043+
export default InputSpinner;

0 commit comments

Comments
 (0)