Skip to content

Commit

Permalink
5.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed Feb 25, 2021
1 parent 7300715 commit b353467
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog of `reason-react-navigation`

## 5.1.2 - 2021-02-25

Add missing .res files

## 5.1.1 - 2021-02-25

- 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)
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "reason-react-navigation",
"description": "ReScript bindings for react-navigation.",
"version": "5.1.1",
"version": "5.1.2",
"peerDependencies": {
"@react-navigation/native": "^5.0.0",
"@react-navigation/bottom-tabs": "^5.0.0",
Expand Down Expand Up @@ -29,6 +29,7 @@
"*.md",
"bsconfig.json",
"src/**/*.re",
"src/**/*.res",
"src/**/*.js",
"!src/**/*.bs.js"
],
Expand Down

0 comments on commit b353467

Please sign in to comment.