We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bc8394 commit 818b79bCopy full SHA for 818b79b
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog of `@reason-react-native/image-picker`
2
3
+## 2.3.0 - 2020-02-11
4
+
5
+Bump peer dependency of react-native-image-picker to version 2.3.0.
6
7
## 1.1.0 - 2019-11-13
8
9
First release
package.json
@@ -1,11 +1,11 @@
{
"name": "@reason-react-native/image-picker",
- "version": "1.1.0",
+ "version": "2.3.0",
"publishConfig": {
"access": "public"
},
"peerDependencies": {
- "react-native-image-picker": "1.1.0"
+ "react-native-image-picker": "2.3.0"
10
"repository": "https://github.com/reason-react-native/image-picker.git",
11
"license": "MIT",
0 commit comments