Release 3.5.0-alpha.0

This commit is contained in:
Brent Vatne
2019-03-15 16:19:19 -07:00
parent 0d423f4ce7
commit edfd50b7fd
2 changed files with 6 additions and 2 deletions

View File

@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
## Changed
- Updated react-native-gesture-handler to ~3.1.0
## [3.4.0] - [2019-03-15](https://github.com/react-navigation/react-navigation/releases/tag/3.4.0)
## Added

View File

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