File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
8
8
## [ Unreleased]
9
9
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
11
16
12
17
## Changed
13
18
14
- - Updated react-native-gesture-handler to ~ 3.1.0
19
+ - Make ' react-native-gesture-handler' a peer dependency rather than a hard dependency
15
20
16
21
## [ 3.4.1] - [ 2019-03-16] ( https://github.com/react-navigation/react-navigation/releases/tag/3.4.1 )
17
22
@@ -184,7 +189,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
184
189
185
190
- [ 2.x] ( https://github.com/react-navigation/react-navigation/blob/2.x/CHANGELOG.md )
186
191
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
188
194
[ 3.4.1 ] : https://github.com/react-navigation/react-navigation/compare/3.4.0...3.4.1
189
195
[ 3.4.0 ] : https://github.com/react-navigation/react-navigation/compare/3.3.2...3.4.0
190
196
[ 3.3.2 ] : https://github.com/react-navigation/react-navigation/compare/3.3.1...3.3.2
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-navigation" ,
3
- "version" : " 3.4.1 " ,
3
+ "version" : " 3.5.0 " ,
4
4
"description" : " Routing and navigation for your React Native apps" ,
5
5
"main" : " src/react-navigation.js" ,
6
6
"types" : " typescript/react-navigation.d.ts" ,
37
37
},
38
38
"dependencies" : {
39
39
"@react-navigation/core" : " 3.2.0" ,
40
- "@react-navigation/native" : " ~3.1.5 " ,
40
+ "@react-navigation/native" : " ~3.3.0 " ,
41
41
"react-navigation-drawer" : " 1.3.0" ,
42
42
"react-navigation-stack" : " 1.1.1" ,
43
43
"react-navigation-tabs" : " 1.0.2"
You can’t perform that action at this time.
0 commit comments