Skip to content

Commit 818b79b

Browse files
Bump peer dependency of react-native-image-picker to version 2.3.0.
1 parent 2bc8394 commit 818b79b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog of `@reason-react-native/image-picker`
22

3+
## 2.3.0 - 2020-02-11
4+
5+
Bump peer dependency of react-native-image-picker to version 2.3.0.
6+
37
## 1.1.0 - 2019-11-13
48

59
First release

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@reason-react-native/image-picker",
3-
"version": "1.1.0",
3+
"version": "2.3.0",
44
"publishConfig": {
55
"access": "public"
66
},
77
"peerDependencies": {
8-
"react-native-image-picker": "1.1.0"
8+
"react-native-image-picker": "2.3.0"
99
},
1010
"repository": "https://github.com/reason-react-native/image-picker.git",
1111
"license": "MIT",

0 commit comments

Comments
 (0)