Skip to content

Commit

Permalink
Release 3.5.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brentvatne committed Mar 15, 2019
1 parent 8bb2eeb commit 23389b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 23389b3

Please sign in to comment.