Skip to content

Commit fd1d0e7

Browse files
committed
6.3.0
1 parent d4ed5a8 commit fd1d0e7

File tree

3 files changed

+20
-12
lines changed

3 files changed

+20
-12
lines changed

Diff for: CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog of `rescript-react-navigation`
22

3+
## 6.3.0 - 2024-12-23
4+
5+
- Linking [#71](https://github.com/rescript-react-native/rescript-react-navigation/pull/71) by [@Freddy03h](https://github.com/Freddy03h)
6+
- Various fixes and improvements [#69](https://github.com/rescript-react-native/rescript-react-navigation/pull/69) by [@cknitt](https://github.com/cknitt)
7+
38
## 6.2.0 - 2024-10-20
49

510
- added independent param to NavigationContainer [#64](https://github.com/rescript-react-native/rescript-react-navigation/pull/64) by [@witcher-shailesh](https://github.com/witcher-shailesh)

Diff for: package-lock.json

+14-11
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "rescript-react-navigation",
33
"description": "ReScript bindings for react-navigation.",
4-
"version": "6.2.0",
4+
"version": "6.3.0",
55
"publishConfig": {
66
"access": "public"
77
},

0 commit comments

Comments
 (0)