Skip to content

Commit b67ef20

Browse files
committed
10.8.0
1 parent ea257d2 commit b67ef20

File tree

3 files changed

+667
-7
lines changed

3 files changed

+667
-7
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog of `@reason-react-native/webview`
22

3+
## 10.8.0 - 2020-11-20
4+
5+
- 10.8.0 compat
6+
- rescript 8.2 required
7+
- reason-react-native 0.63 View props
8+
39
## 9.0.0 - 2020-03-19
410

511
- `clearCache`, `clearFormData`, `clearHistory`, `requestFocus` methods added

package.json

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@reason-react-native/webview",
33
"description": "ReScript bindings for react-native-webview.",
4-
"version": "9.0.0",
4+
"version": "10.8.0",
55
"publishConfig": {
66
"access": "public"
77
},
88
"peerDependencies": {
9-
"react-native-webview": "^9.2.0"
9+
"react-native-webview": "^10.8.0"
1010
},
1111
"author": "sgny (https://github.com/sgny)",
1212
"repository": "https://github.com/reason-react-native/webview.git",
@@ -36,12 +36,14 @@
3636
"re:clean-build": "bsb -clean-world -make-world",
3737
"start": "yarn re:start",
3838
"build": "yarn re:build",
39-
"test": "yarn re:clean-build"
39+
"test": "yarn re:clean-build",
40+
"release": "npmpub"
4041
},
4142
"devDependencies": {
4243
"bs-platform": "^8.2.0",
4344
"husky": "^4.0.0",
4445
"lint-staged": "^10.0.0",
46+
"npmpub": "^5.0.0",
4547
"prettier": "^2.0.0",
4648
"reason-react": "^0.9.0",
4749
"reason-react-native": "^0.63.0"

0 commit comments

Comments
 (0)