Skip to content

Commit b353467

Browse files
committed
5.1.2
1 parent 7300715 commit b353467

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
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-navigation`
22

3+
## 5.1.2 - 2021-02-25
4+
5+
Add missing .res files
6+
37
## 5.1.1 - 2021-02-25
48

59
- Add plenty of missing bindings, (notably ssr, linking, native stack & missing props in stack) [34ff8a8](https://github.com/reason-react-native/reason-react-navigation/commit/34ff8a8) by [@MoOx](https://github.com/MoOx)

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "reason-react-navigation",
33
"description": "ReScript bindings for react-navigation.",
4-
"version": "5.1.1",
4+
"version": "5.1.2",
55
"peerDependencies": {
66
"@react-navigation/native": "^5.0.0",
77
"@react-navigation/bottom-tabs": "^5.0.0",
@@ -29,6 +29,7 @@
2929
"*.md",
3030
"bsconfig.json",
3131
"src/**/*.re",
32+
"src/**/*.res",
3233
"src/**/*.js",
3334
"!src/**/*.bs.js"
3435
],

0 commit comments

Comments
 (0)