Release 2.11.0

This commit is contained in:
Brent Vatne
2018-08-03 14:17:24 -07:00
parent 646dd0d187
commit c3821fbbe0
2 changed files with 7 additions and 2 deletions

View File

@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
## [2.11.0] - [2018-08-02](https://github.com/react-navigation/react-navigation/releases/tag/2.11.0)
### Added
- Export some modules that are useful for moving stack navigator outside of core
## [2.10.0] - [2018-08-02](https://github.com/react-navigation/react-navigation/releases/tag/2.10.0)
### Added
- `lazy` and `optimizationsEnabled` options to `createMaterialTopTabNavigator` (react-navigation-tabs@0.6.0)
@@ -127,7 +131,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.10.0...HEAD
[Unreleased]: https://github.com/react-navigation/react-navigation/compare/2.11.0...HEAD
[2.11.0]: https://github.com/react-navigation/react-navigation/compare/2.10.0...2.11.0
[2.10.0]: https://github.com/react-navigation/react-navigation/compare/2.9.3...2.10.0
[2.9.3]: https://github.com/react-navigation/react-navigation/compare/2.9.2...2.9.3
[2.9.2]: https://github.com/react-navigation/react-navigation/compare/2.9.1...2.9.2

View File

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