diff --git a/CHANGELOG.md b/CHANGELOG.md index f1e6a6a..e01be5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [2.14.0] - [2018-09-12](https://github.com/react-navigation/react-navigation/releases/tag/2.14.0) + +### Added + +- Updated react-navigation-stack to add experimental support for react-navigation-screens. See https://github.com/kmagiera/react-native-screens for information about how to enable it. + +### Changed + - Updated react-native-safe-area-view to 0.10.0 to solve circular dependency issue (fixes https://github.com/react-navigation/react-navigation/issues/4973) ## [2.13.0] - [2018-09-06](https://github.com/react-navigation/react-navigation/releases/tag/2.13.0) @@ -172,7 +180,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.13.0...HEAD +[Unreleased]: https://github.com/react-navigation/react-navigation/compare/2.14.0...HEAD +[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 [2.12.0]: https://github.com/react-navigation/react-navigation/compare/2.11.2...2.12.0 diff --git a/package.json b/package.json index dbe0a3a..f47382c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-navigation", - "version": "2.13.0", + "version": "2.14.0", "description": "Routing and navigation for your React Native apps", "main": "src/react-navigation.js", "repository": { diff --git a/yarn.lock b/yarn.lock index 6cc6f57..e6004d6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4700,9 +4700,9 @@ react-native-drawer-layout@1.3.2: dependencies: react-native-dismiss-keyboard "1.0.0" -react-native-safe-area-view@^0.9.0: - version "0.9.0" - resolved "https://registry.yarnpkg.com/react-native-safe-area-view/-/react-native-safe-area-view-0.9.0.tgz#10ece2ecac70e7005a5b0b3f06c8833060e6d21f" +react-native-safe-area-view@^0.10.0: + version "0.10.0" + resolved "https://registry.yarnpkg.com/react-native-safe-area-view/-/react-native-safe-area-view-0.10.0.tgz#e8e9228d22698c0f82ad1202d24a4e4977260489" dependencies: hoist-non-react-statics "^2.3.1"