mirror of
https://github.com/status-im/react-navigation.git
synced 2025-02-24 17:18:09 +00:00
Release 2.14.2
This commit is contained in:
parent
83d36dcf7c
commit
1afdb799fc
@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [2.14.2] - [2018-09-14](https://github.com/react-navigation/react-navigation/releases/tag/2.14.2)
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Updated react-navigation-stack to 0.5.1 to clamp interpolated values in animations.
|
||||||
|
|
||||||
## [2.14.1] - [2018-09-14](https://github.com/react-navigation/react-navigation/releases/tag/2.14.1)
|
## [2.14.1] - [2018-09-14](https://github.com/react-navigation/react-navigation/releases/tag/2.14.1)
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "react-navigation",
|
"name": "react-navigation",
|
||||||
"version": "2.14.1",
|
"version": "2.14.2",
|
||||||
"description": "Routing and navigation for your React Native apps",
|
"description": "Routing and navigation for your React Native apps",
|
||||||
"main": "src/react-navigation.js",
|
"main": "src/react-navigation.js",
|
||||||
"repository": {
|
"repository": {
|
||||||
@ -39,7 +39,7 @@
|
|||||||
"react-native-safe-area-view": "^0.10.0",
|
"react-native-safe-area-view": "^0.10.0",
|
||||||
"react-navigation-deprecated-tab-navigator": "1.3.0",
|
"react-navigation-deprecated-tab-navigator": "1.3.0",
|
||||||
"react-navigation-drawer": "0.5.0",
|
"react-navigation-drawer": "0.5.0",
|
||||||
"react-navigation-stack": "0.5.0",
|
"react-navigation-stack": "0.5.1",
|
||||||
"react-navigation-tabs": "0.7.0"
|
"react-navigation-tabs": "0.7.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -4801,9 +4801,9 @@ react-navigation-drawer@0.5.0:
|
|||||||
dependencies:
|
dependencies:
|
||||||
react-native-drawer-layout-polyfill "^1.3.2"
|
react-native-drawer-layout-polyfill "^1.3.2"
|
||||||
|
|
||||||
react-navigation-stack@0.5.0:
|
react-navigation-stack@0.5.1:
|
||||||
version "0.5.0"
|
version "0.5.1"
|
||||||
resolved "https://registry.yarnpkg.com/react-navigation-stack/-/react-navigation-stack-0.5.0.tgz#549a40cdb260aa073a1796bae2986107666f3361"
|
resolved "https://registry.yarnpkg.com/react-navigation-stack/-/react-navigation-stack-0.5.1.tgz#acc3c84c7b5209c7d89380d7f4576f17624f683c"
|
||||||
dependencies:
|
dependencies:
|
||||||
react-native-screens "^1.0.0-alpha.10"
|
react-native-screens "^1.0.0-alpha.10"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user