From 9ff32ee009b9cf39cfc79a237ea8f25c1847805c Mon Sep 17 00:00:00 2001 From: Brent Vatne Date: Fri, 14 Sep 2018 13:03:47 +0200 Subject: [PATCH] Release 2.14.1 --- packages/react-navigation/CHANGELOG.md | 9 ++++++++- packages/react-navigation/package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/packages/react-navigation/CHANGELOG.md b/packages/react-navigation/CHANGELOG.md index e01be5f8..6f17d530 100644 --- a/packages/react-navigation/CHANGELOG.md +++ b/packages/react-navigation/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [2.14.1] - [2018-09-14](https://github.com/react-navigation/react-navigation/releases/tag/2.14.1) + +### Changed + +- Updated react-navigation-stack to 0.5.0 to solve black screen on back and unpressable header area with hidden header when using react-native-screens. + ## [2.14.0] - [2018-09-12](https://github.com/react-navigation/react-navigation/releases/tag/2.14.0) ### Added @@ -180,7 +186,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Changed - Improved examples -[Unreleased]: https://github.com/react-navigation/react-navigation/compare/2.14.0...HEAD +[Unreleased]: https://github.com/react-navigation/react-navigation/compare/2.14.1...HEAD +[2.14.1]: https://github.com/react-navigation/react-navigation/compare/2.14.0...2.14.1 [2.14.0]: https://github.com/react-navigation/react-navigation/compare/2.13.1...2.14.0 [2.13.0]: https://github.com/react-navigation/react-navigation/compare/2.12.1...2.13.0 [2.12.1]: https://github.com/react-navigation/react-navigation/compare/2.12.0...2.12.1 diff --git a/packages/react-navigation/package.json b/packages/react-navigation/package.json index 76bab551..658cc8ca 100644 --- a/packages/react-navigation/package.json +++ b/packages/react-navigation/package.json @@ -1,6 +1,6 @@ { "name": "react-navigation", - "version": "2.14.0", + "version": "2.14.1", "description": "Routing and navigation for your React Native apps", "main": "src/react-navigation.js", "repository": {