Skip to content

Commit 4cde7e3

Browse files
committed
3.1.0
1 parent e097aec commit 4cde7e3

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog of `@reason-react-native/safe-area-context`
22

3+
## 3.1.0 - 2020-11-12
4+
5+
- 3.1.0 compat
6+
- reason-react-native 0.63
7+
- rescript 8.2
8+
39
## 3.0.0 - 2020-07-20
410

511
- Switch to records for types

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@reason-react-native/safe-area-context",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"publishConfig": {
55
"access": "public"
66
},
77
"peerDependencies": {
8-
"react-native-safe-area-context": "^3.0.0",
8+
"react-native-safe-area-context": "^3.1.0",
99
"reason-react": "^0.9.0",
1010
"reason-react-native": "^0.63.0"
1111
},

0 commit comments

Comments
 (0)