Skip to content

Commit

Permalink
6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed Dec 6, 2021
1 parent a19ec1d commit 289a117
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog of `rescript-react-navigation`

## 6.0.1 - 2021-12-06

- Improve `Drawer` bindings [b539ea4](https://github.com/rescript-react-native/rescript-react-navigation/commit/b539ea4) by [@reck753](https://github.com/reck753)
- add missing options
- enable creating screen with children (`ScreenWithCallback`)
- small improvements in existing options

## 6.0.0 - 2021-10-03

- Upgrade to React Navigation 6.0 [9fda4ed](https://github.com/rescript-react-native/rescript-react-navigation/commit/9fda4ed) by [@vknez](https://github.com/vknez)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rescript-react-navigation",
"description": "ReScript bindings for react-navigation.",
"version": "6.0.0",
"version": "6.0.1",
"peerDependencies": {
"@react-navigation/bottom-tabs": "^6.0.0",
"@react-navigation/drawer": "^6.0.0",
Expand Down

0 comments on commit 289a117

Please sign in to comment.