Skip to content

Commit 368b681

Browse files
committed
Release 3.5.0
1 parent 73d416e commit 368b681

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10-
- fixed types for `BottomTabBar`
10+
## [3.5.0] - [2019-03-19](https://github.com/react-navigation/react-navigation/releases/tag/3.5.0)
11+
12+
## Fixed
13+
14+
- Fixed types for `BottomTabBar`
15+
- export `NavigationContext` type
1116

1217
## Changed
1318

14-
- Updated react-native-gesture-handler to ~3.1.0
19+
- Make 'react-native-gesture-handler' a peer dependency rather than a hard dependency
1520

1621
## [3.4.1] - [2019-03-16](https://github.com/react-navigation/react-navigation/releases/tag/3.4.1)
1722

@@ -184,7 +189,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
184189

185190
- [2.x](https://github.com/react-navigation/react-navigation/blob/2.x/CHANGELOG.md)
186191

187-
[Unreleased]: https://github.com/react-navigation/react-navigation/compare/3.4.1...HEAD
192+
[Unreleased]: https://github.com/react-navigation/react-navigation/compare/3.5.0...HEAD
193+
[3.5.0]: https://github.com/react-navigation/react-navigation/compare/3.4.1...3.5.0
188194
[3.4.1]: https://github.com/react-navigation/react-navigation/compare/3.4.0...3.4.1
189195
[3.4.0]: https://github.com/react-navigation/react-navigation/compare/3.3.2...3.4.0
190196
[3.3.2]: https://github.com/react-navigation/react-navigation/compare/3.3.1...3.3.2

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-navigation",
3-
"version": "3.4.1",
3+
"version": "3.5.0",
44
"description": "Routing and navigation for your React Native apps",
55
"main": "src/react-navigation.js",
66
"types": "typescript/react-navigation.d.ts",
@@ -37,7 +37,7 @@
3737
},
3838
"dependencies": {
3939
"@react-navigation/core": "3.2.0",
40-
"@react-navigation/native": "~3.1.5",
40+
"@react-navigation/native": "~3.3.0",
4141
"react-navigation-drawer": "1.3.0",
4242
"react-navigation-stack": "1.1.1",
4343
"react-navigation-tabs": "1.0.2"

0 commit comments

Comments
 (0)