Skip to content

Commit 33a2443

Browse files
committed
0.12.0
1 parent e298c53 commit 33a2443

File tree

4 files changed

+617
-39
lines changed

4 files changed

+617
-39
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changelog of `@reason-react-native/fetch-blob`
22

3-
## X.Y.Z - 2019-XX-XX
3+
## 0.12.0 - 2020-11-07
44

5-
Initial release.
5+
Initial release. Incomplete bindings.

README.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
Exposed as `ReactNativeFetchBlob` module.
1111

12+
**⚠️ Incomplete bindings!**
13+
1214
`@reason-react-native/fetch-blob` X.y.\* means it's compatible with
1315
`rn-fetch-blob` X.y.\*
1416

@@ -42,17 +44,7 @@ yarn add @reason-react-native/fetch-blob
4244

4345
## Usage
4446

45-
### Types
46-
47-
#### `ReactNativeFetchBlob.t`
48-
49-
...
50-
51-
### Methods
52-
53-
#### `ReactNativeFetchBlob.method`
54-
55-
...
47+
@todo
5648

5749
---
5850

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@reason-react-native/fetch-blob",
3-
"version": "0.11.2",
3+
"version": "0.12.0",
44
"publishConfig": {
55
"access": "public"
66
},
77
"peerDependencies": {
8-
"rn-fetch-blob": "^0.11.2"
8+
"rn-fetch-blob": "^0.12.0"
99
},
1010
"repository": "https://github.com/reason-react-native/fetch-blob.git",
1111
"license": "MIT",
@@ -32,12 +32,14 @@
3232
"re:clean-build": "bsb -clean-world -make-world",
3333
"start": "yarn re:start",
3434
"build": "yarn re:build",
35-
"test": "yarn re:clean-build"
35+
"test": "yarn re:clean-build",
36+
"release": "npmpub"
3637
},
3738
"devDependencies": {
38-
"bs-platform": "^8.0.0",
39+
"bs-platform": "^8.2.0",
3940
"husky": "^4.0.0",
4041
"lint-staged": "^10.0.0",
42+
"npmpub": "^5.0.0",
4143
"prettier": "^2.0.0"
4244
},
4345
"prettier": {

0 commit comments

Comments
 (0)