Skip to content

Commit 8f2ccb8

Browse files
committed
2.0.0
1 parent f72781e commit 8f2ccb8

File tree

4 files changed

+528
-68
lines changed

4 files changed

+528
-68
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changelog of `@reason-react-native/permissions`
22

3-
## 2.0.0 - 2019-11-14
3+
## 2.0.0 - 2020-04-10
44

55
Initial release

bsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
}
1717
],
1818
"bsc-flags": ["-bs-no-version-header", "-warn-error @a"],
19-
"bs-dependencies": ["reason-react"]
19+
"bs-dependencies": []
2020
}

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reason-react-native/permissions",
3-
"version": "2.0.3",
3+
"version": "2.0.0",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -32,14 +32,15 @@
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": "^5.2.0",
39+
"bs-platform": "^7.2.0",
3940
"husky": "^1.3.0",
4041
"lint-staged": "^10.1.1",
41-
"prettier": "^1.18.0",
42-
"reason-react": "^0.7.0"
42+
"npmpub": "^5.0.0",
43+
"prettier": "^1.18.0"
4344
},
4445
"prettier": {
4546
"trailingComma": "all",

0 commit comments

Comments
 (0)