Skip to content

Commit ef526dd

Browse files
committed
2.3.1
1 parent f19cee3 commit ef526dd

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
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.1 - 2020-06-11
4+
5+
- Remove example from bindings
6+
37
## 2.3.0 - 2020-02-11
48

59
Bump peer dependency of react-native-image-picker to version 2.3.0.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
[ReasonML](https://reasonml.github.io) /
88
[BuckleScript](https://bucklescript.github.io) bindings for
9-
[`@react-native-community/something`](https://github.com/react-native-community/something).
9+
[`react-native-image-picker`](https://github.com/react-native-community/react-native-image-picker).
1010

1111
Exposed as `ReactNativeImagePicker` module.
1212

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reason-react-native/image-picker",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -36,7 +36,7 @@
3636
"release": "npmpub"
3737
},
3838
"devDependencies": {
39-
"bs-platform": "^5.2.0",
39+
"bs-platform": "^7.3.0",
4040
"husky": "^1.3.0",
4141
"lint-staged": "^10.1.1",
4242
"npmpub": "^5.0.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -250,10 +250,10 @@ braces@^3.0.1:
250250
dependencies:
251251
fill-range "^7.0.1"
252252

253-
bs-platform@^5.2.0:
254-
version "5.2.1"
255-
resolved "https://registry.yarnpkg.com/bs-platform/-/bs-platform-5.2.1.tgz#3f76f6d4f4c7255296375a8104c8be332770b691"
256-
integrity sha512-3ISP+RBC/NYILiJnphCY0W3RTYpQ11JGa2dBBLVug5fpFZ0qtSaL3ZplD8MyjNeXX2bC7xgrWfgBSn8Tc9om7Q==
253+
bs-platform@^7.3.0:
254+
version "7.3.2"
255+
resolved "https://registry.yarnpkg.com/bs-platform/-/bs-platform-7.3.2.tgz#301f5c9b4e8cf5713cb60ca22e145e56e793affe"
256+
integrity sha512-seJL5g4anK9la4erv+B2o2sMHQCxDF6OCRl9en3hbaUos/S3JsusQ0sPp4ORsbx5eXfHLYBwPljwKXlgpXtsgQ==
257257

258258
caller-callsite@^2.0.0:
259259
version "2.0.0"

0 commit comments

Comments
 (0)