Release 3.1.3

This commit is contained in:
Brent Vatne
2019-02-04 16:45:48 -08:00
parent ea002fe950
commit ef0c8487b0
2 changed files with 10 additions and 2 deletions

View File

@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
## [3.1.3] - [2019-02-04](https://github.com/react-navigation/react-navigation/releases/tag/3.1.3)
## Fixed
- Stack navigator properly dismisses and restores keyboard when gesture starts and is cancelled
- Transparent header measurement fix (https://github.com/react-navigation/react-navigation-stack/pull/71)
## [3.1.2] - [2019-02-01](https://github.com/react-navigation/react-navigation/releases/tag/3.1.2)
## Fixed
@@ -96,7 +103,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.1.2...HEAD
[Unreleased]: https://github.com/react-navigation/react-navigation/compare/3.1.3...HEAD
[3.1.3]: https://github.com/react-navigation/react-navigation/compare/3.1.2...3.1.3
[3.1.2]: https://github.com/react-navigation/react-navigation/compare/3.0.9...3.1.2
[3.0.9]: https://github.com/react-navigation/react-navigation/compare/3.0.8...3.0.9
[3.0.8]: https://github.com/react-navigation/react-navigation/compare/3.0.7...3.0.8

View File

@@ -1,6 +1,6 @@
{
"name": "react-navigation",
"version": "3.1.2",
"version": "3.1.3",
"description": "Routing and navigation for your React Native apps",
"main": "src/react-navigation.js",
"repository": {