Release 2.18.2

This commit is contained in:
Brent Vatne
2018-10-26 07:38:11 -07:00
parent 786456b645
commit 712ec9bab1
2 changed files with 9 additions and 2 deletions

View File

@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
## [2.18.2] - [2018-10-26](https://github.com/react-navigation/react-navigation/releases/tag/2.18.2)
### Fixed
- Revert "Backport fix for child navigation object caching" due to edge case with transitioner
## [2.18.1] - [2018-10-23](https://github.com/react-navigation/react-navigation/releases/tag/2.18.1)
### Fixed
@@ -239,7 +245,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.18.1...HEAD
[Unreleased]: https://github.com/react-navigation/react-navigation/compare/2.18.2...HEAD
[2.18.2]: https://github.com/react-navigation/react-navigation/compare/2.18.1...2.18.2
[2.18.1]: https://github.com/react-navigation/react-navigation/compare/2.18.0...2.18.1
[2.18.0]: https://github.com/react-navigation/react-navigation/compare/2.17.0...2.18.0
[2.17.0]: https://github.com/react-navigation/react-navigation/compare/2.16.0...2.17.0

View File

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