Release 3.5.0

This commit is contained in:
Brent Vatne
2019-03-19 11:05:23 -07:00
parent 73d416ec02
commit 368b6812bf
2 changed files with 11 additions and 5 deletions

View File

@@ -7,11 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
- fixed types for `BottomTabBar`
## [3.5.0] - [2019-03-19](https://github.com/react-navigation/react-navigation/releases/tag/3.5.0)
## Fixed
- Fixed types for `BottomTabBar`
- export `NavigationContext` type
## Changed
- Updated react-native-gesture-handler to ~3.1.0
- Make 'react-native-gesture-handler' a peer dependency rather than a hard dependency
## [3.4.1] - [2019-03-16](https://github.com/react-navigation/react-navigation/releases/tag/3.4.1)
@@ -184,7 +189,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- [2.x](https://github.com/react-navigation/react-navigation/blob/2.x/CHANGELOG.md)
[Unreleased]: https://github.com/react-navigation/react-navigation/compare/3.4.1...HEAD
[Unreleased]: https://github.com/react-navigation/react-navigation/compare/3.5.0...HEAD
[3.5.0]: https://github.com/react-navigation/react-navigation/compare/3.4.1...3.5.0
[3.4.1]: https://github.com/react-navigation/react-navigation/compare/3.4.0...3.4.1
[3.4.0]: https://github.com/react-navigation/react-navigation/compare/3.3.2...3.4.0
[3.3.2]: https://github.com/react-navigation/react-navigation/compare/3.3.1...3.3.2

View File

@@ -1,6 +1,6 @@
{
"name": "react-navigation",
"version": "3.4.1",
"version": "3.5.0",
"description": "Routing and navigation for your React Native apps",
"main": "src/react-navigation.js",
"types": "typescript/react-navigation.d.ts",
@@ -37,7 +37,7 @@
},
"dependencies": {
"@react-navigation/core": "3.2.0",
"@react-navigation/native": "~3.1.5",
"@react-navigation/native": "~3.3.0",
"react-navigation-drawer": "1.3.0",
"react-navigation-stack": "1.1.1",
"react-navigation-tabs": "1.0.2"