From 42586462fd2816d2bf37cc28fbea35d0a5949cbf Mon Sep 17 00:00:00 2001 From: osdnk Date: Thu, 23 Jan 2020 10:45:49 +0100 Subject: [PATCH] chore: publish - @react-navigation/bottom-tabs@5.0.0-alpha.38 - @react-navigation/compat@5.0.0-alpha.27 - @react-navigation/core@5.0.0-alpha.36 - @react-navigation/drawer@5.0.0-alpha.40 - @react-navigation/material-bottom-tabs@5.0.0-alpha.35 - @react-navigation/material-top-tabs@5.0.0-alpha.34 - @react-navigation/native-stack@5.0.0-alpha.28 - @react-navigation/native@5.0.0-alpha.28 - @react-navigation/routers@5.0.0-alpha.26 - @react-navigation/stack@5.0.0-alpha.62 --- packages/bottom-tabs/CHANGELOG.md | 16 ++++++++++++++++ packages/bottom-tabs/package.json | 4 ++-- packages/compat/CHANGELOG.md | 12 ++++++++++++ packages/compat/package.json | 4 ++-- packages/core/CHANGELOG.md | 22 ++++++++++++++++++++++ packages/core/package.json | 2 +- packages/drawer/CHANGELOG.md | 12 ++++++++++++ packages/drawer/package.json | 4 ++-- packages/material-bottom-tabs/CHANGELOG.md | 12 ++++++++++++ packages/material-bottom-tabs/package.json | 4 ++-- packages/material-top-tabs/CHANGELOG.md | 11 +++++++++++ packages/material-top-tabs/package.json | 4 ++-- packages/native-stack/CHANGELOG.md | 17 +++++++++++++++++ packages/native-stack/package.json | 4 ++-- packages/native/CHANGELOG.md | 11 +++++++++++ packages/native/package.json | 4 ++-- packages/routers/CHANGELOG.md | 11 +++++++++++ packages/routers/package.json | 4 ++-- packages/stack/CHANGELOG.md | 21 +++++++++++++++++++++ packages/stack/package.json | 4 ++-- 20 files changed, 164 insertions(+), 19 deletions(-) diff --git a/packages/bottom-tabs/CHANGELOG.md b/packages/bottom-tabs/CHANGELOG.md index 9a695f92..60309ad2 100644 --- a/packages/bottom-tabs/CHANGELOG.md +++ b/packages/bottom-tabs/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-alpha.38](https://github.com/react-navigation/navigation-ex/tree/master/packages/bottom-tabs/compare/@react-navigation/bottom-tabs@5.0.0-alpha.37...@react-navigation/bottom-tabs@5.0.0-alpha.38) (2020-01-23) + + +### Bug Fixes + +* don't use native driver on web ([0a982ee](https://github.com/react-navigation/navigation-ex/tree/master/packages/bottom-tabs/commit/0a982ee6984b24c0ba053a30223e255f3835e050)) + + +### Features + +* let the navigator specify if default can be prevented ([da67e13](https://github.com/react-navigation/navigation-ex/tree/master/packages/bottom-tabs/commit/da67e134d2157201360427d3c10da24f24cae7aa)) + + + + + # [5.0.0-alpha.37](https://github.com/react-navigation/navigation-ex/tree/master/packages/bottom-tabs/compare/@react-navigation/bottom-tabs@5.0.0-alpha.36...@react-navigation/bottom-tabs@5.0.0-alpha.37) (2020-01-14) **Note:** Version bump only for package @react-navigation/bottom-tabs diff --git a/packages/bottom-tabs/package.json b/packages/bottom-tabs/package.json index 17ac15a5..c0983b8e 100644 --- a/packages/bottom-tabs/package.json +++ b/packages/bottom-tabs/package.json @@ -10,7 +10,7 @@ "android", "tab" ], - "version": "5.0.0-alpha.37", + "version": "5.0.0-alpha.38", "license": "MIT", "repository": "https://github.com/react-navigation/navigation-ex/tree/master/packages/bottom-tabs", "main": "lib/commonjs/index.js", @@ -30,7 +30,7 @@ "clean": "del lib" }, "dependencies": { - "@react-navigation/routers": "^5.0.0-alpha.25", + "@react-navigation/routers": "^5.0.0-alpha.26", "color": "^3.1.2", "react-native-iphone-x-helper": "^1.2.1" }, diff --git a/packages/compat/CHANGELOG.md b/packages/compat/CHANGELOG.md index 21730621..5b1ddd04 100644 --- a/packages/compat/CHANGELOG.md +++ b/packages/compat/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-alpha.27](https://github.com/react-navigation/navigation-ex/tree/master/packages/compat/compare/@react-navigation/compat@5.0.0-alpha.26...@react-navigation/compat@5.0.0-alpha.27) (2020-01-23) + + +### Bug Fixes + +* ensure re-render on isFirstRouteInParent change in compat layer ([14ae373](https://github.com/react-navigation/navigation-ex/tree/master/packages/compat/commit/14ae3738cf46088e082bd1c60b9dcc6dacacd1bf)) +* improvements to the compat layer ([2a76dc4](https://github.com/react-navigation/navigation-ex/tree/master/packages/compat/commit/2a76dc4d3c4cc0365a3afcff6ac321145efed026)) + + + + + # [5.0.0-alpha.26](https://github.com/react-navigation/navigation-ex/tree/master/packages/compat/compare/@react-navigation/compat@5.0.0-alpha.25...@react-navigation/compat@5.0.0-alpha.26) (2020-01-14) **Note:** Version bump only for package @react-navigation/compat diff --git a/packages/compat/package.json b/packages/compat/package.json index 119d5d86..38351235 100644 --- a/packages/compat/package.json +++ b/packages/compat/package.json @@ -1,7 +1,7 @@ { "name": "@react-navigation/compat", "description": "Compatibility layer to write navigator definitions in static configuration format", - "version": "5.0.0-alpha.26", + "version": "5.0.0-alpha.27", "license": "MIT", "repository": "https://github.com/react-navigation/navigation-ex/tree/master/packages/compat", "main": "lib/commonjs/index.js", @@ -21,7 +21,7 @@ "clean": "del lib" }, "dependencies": { - "@react-navigation/routers": "^5.0.0-alpha.25" + "@react-navigation/routers": "^5.0.0-alpha.26" }, "devDependencies": { "@types/react": "^16.9.17", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 69fc91c9..c5b2c232 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,28 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-alpha.36](https://github.com/react-navigation/navigation-ex/tree/master/packages/core/compare/@react-navigation/core@5.0.0-alpha.35...@react-navigation/core@5.0.0-alpha.36) (2020-01-23) + + +### Bug Fixes + +* disallow canPreventDefault option if not present in types ([d9059b5](https://github.com/react-navigation/navigation-ex/tree/master/packages/core/commit/d9059b56d8a89b39fec43d38a7b0514d41c0b550)) +* don't add ?if query params is empty ([3bf5ddd](https://github.com/react-navigation/navigation-ex/tree/master/packages/core/commit/3bf5ddde2ac1ba45f1123752d37532175f18a3d9)) +* fix types for useFocusEffect ([23ab45a](https://github.com/react-navigation/navigation-ex/tree/master/packages/core/commit/23ab45aceb72cc27ebfacdedfbf60d0c540fecfb)), closes [#270](https://github.com/react-navigation/navigation-ex/tree/master/packages/core/issues/270) +* make sure that we return correct value if selector changes ([6c2acbb](https://github.com/react-navigation/navigation-ex/tree/master/packages/core/commit/6c2acbb304a9f11789b45a410b6c41911eca3947)), closes [/github.com/react-navigation/navigation-ex/pull/273#issuecomment-576581225](https://github.com/react-navigation/navigation-ex/tree/master/packages/core/issues/issuecomment-576581225) +* use protected for private value store ([ad4eaff](https://github.com/react-navigation/navigation-ex/tree/master/packages/core/commit/ad4eaff1e99e4f9fca3a193764fd0f26efa41341)) + + +### Features + +* add useNavigationState hook ([32a2206](https://github.com/react-navigation/navigation-ex/tree/master/packages/core/commit/32a2206513bc084d8da07187385d11db498f1e2a)) +* let the navigator specify if default can be prevented ([da67e13](https://github.com/react-navigation/navigation-ex/tree/master/packages/core/commit/da67e134d2157201360427d3c10da24f24cae7aa)) +* support nested config in getPathFromState ([#266](https://github.com/react-navigation/navigation-ex/tree/master/packages/core/issues/266)) ([1e53821](https://github.com/react-navigation/navigation-ex/tree/master/packages/core/commit/1e53821d52be182369add07a86c72221c5dba53e)) + + + + + # [5.0.0-alpha.35](https://github.com/react-navigation/navigation-ex/tree/master/packages/core/compare/@react-navigation/core@5.0.0-alpha.34...@react-navigation/core@5.0.0-alpha.35) (2020-01-14) diff --git a/packages/core/package.json b/packages/core/package.json index f7c3065f..2637abc3 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -6,7 +6,7 @@ "react-native", "react-navigation" ], - "version": "5.0.0-alpha.35", + "version": "5.0.0-alpha.36", "license": "MIT", "repository": "https://github.com/react-navigation/navigation-ex/tree/master/packages/core", "main": "lib/commonjs/index.js", diff --git a/packages/drawer/CHANGELOG.md b/packages/drawer/CHANGELOG.md index 9b5155d0..ec1a301c 100644 --- a/packages/drawer/CHANGELOG.md +++ b/packages/drawer/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-alpha.40](https://github.com/react-navigation/navigation-ex/tree/master/packages/drawer/compare/@react-navigation/drawer@5.0.0-alpha.39...@react-navigation/drawer@5.0.0-alpha.40) (2020-01-23) + + +### Features + +* emit appear and dismiss events for native stack ([f1df4a0](https://github.com/react-navigation/navigation-ex/tree/master/packages/drawer/commit/f1df4a080877b3642e748a41a5ffc2da8c449a8c)) +* let the navigator specify if default can be prevented ([da67e13](https://github.com/react-navigation/navigation-ex/tree/master/packages/drawer/commit/da67e134d2157201360427d3c10da24f24cae7aa)) + + + + + # [5.0.0-alpha.39](https://github.com/react-navigation/navigation-ex/tree/master/packages/drawer/compare/@react-navigation/drawer@5.0.0-alpha.38...@react-navigation/drawer@5.0.0-alpha.39) (2020-01-14) **Note:** Version bump only for package @react-navigation/drawer diff --git a/packages/drawer/package.json b/packages/drawer/package.json index e29362a2..0b17d0d2 100644 --- a/packages/drawer/package.json +++ b/packages/drawer/package.json @@ -11,7 +11,7 @@ "material", "drawer" ], - "version": "5.0.0-alpha.39", + "version": "5.0.0-alpha.40", "license": "MIT", "repository": "https://github.com/react-navigation/navigation-ex/tree/master/packages/drawer", "main": "lib/commonjs/index.js", @@ -31,7 +31,7 @@ "clean": "del lib" }, "dependencies": { - "@react-navigation/routers": "^5.0.0-alpha.25", + "@react-navigation/routers": "^5.0.0-alpha.26", "color": "^3.1.2", "react-native-iphone-x-helper": "^1.2.1" }, diff --git a/packages/material-bottom-tabs/CHANGELOG.md b/packages/material-bottom-tabs/CHANGELOG.md index e3349fb4..8adcb983 100644 --- a/packages/material-bottom-tabs/CHANGELOG.md +++ b/packages/material-bottom-tabs/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-alpha.35](https://github.com/react-navigation/navigation-ex/tree/master/packages/material-bottom-tabs/compare/@react-navigation/material-bottom-tabs@5.0.0-alpha.34...@react-navigation/material-bottom-tabs@5.0.0-alpha.35) (2020-01-23) + + +### Features + +* add preventDefault functionality in material bottom tabs ([3dede31](https://github.com/react-navigation/navigation-ex/tree/master/packages/material-bottom-tabs/commit/3dede316ccab3b2403a475f60ce20b5c4e4cc068)) +* let the navigator specify if default can be prevented ([da67e13](https://github.com/react-navigation/navigation-ex/tree/master/packages/material-bottom-tabs/commit/da67e134d2157201360427d3c10da24f24cae7aa)) + + + + + # [5.0.0-alpha.34](https://github.com/react-navigation/navigation-ex/tree/master/packages/material-bottom-tabs/compare/@react-navigation/material-bottom-tabs@5.0.0-alpha.33...@react-navigation/material-bottom-tabs@5.0.0-alpha.34) (2020-01-14) **Note:** Version bump only for package @react-navigation/material-bottom-tabs diff --git a/packages/material-bottom-tabs/package.json b/packages/material-bottom-tabs/package.json index 6a286655..89215c63 100644 --- a/packages/material-bottom-tabs/package.json +++ b/packages/material-bottom-tabs/package.json @@ -11,7 +11,7 @@ "material", "tab" ], - "version": "5.0.0-alpha.34", + "version": "5.0.0-alpha.35", "license": "MIT", "repository": "https://github.com/react-navigation/navigation-ex/tree/master/packages/material-bottom-tabs", "main": "lib/commonjs/index.js", @@ -31,7 +31,7 @@ "clean": "del lib" }, "dependencies": { - "@react-navigation/routers": "^5.0.0-alpha.25" + "@react-navigation/routers": "^5.0.0-alpha.26" }, "devDependencies": { "@react-native-community/bob": "^0.8.0", diff --git a/packages/material-top-tabs/CHANGELOG.md b/packages/material-top-tabs/CHANGELOG.md index fe45cfa4..44a7f822 100644 --- a/packages/material-top-tabs/CHANGELOG.md +++ b/packages/material-top-tabs/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-alpha.34](https://github.com/react-navigation/navigation-ex/tree/master/packages/material-top-tabs/compare/@react-navigation/material-top-tabs@5.0.0-alpha.33...@react-navigation/material-top-tabs@5.0.0-alpha.34) (2020-01-23) + + +### Features + +* let the navigator specify if default can be prevented ([da67e13](https://github.com/react-navigation/navigation-ex/tree/master/packages/material-top-tabs/commit/da67e134d2157201360427d3c10da24f24cae7aa)) + + + + + # [5.0.0-alpha.33](https://github.com/react-navigation/navigation-ex/tree/master/packages/material-top-tabs/compare/@react-navigation/material-top-tabs@5.0.0-alpha.32...@react-navigation/material-top-tabs@5.0.0-alpha.33) (2020-01-14) **Note:** Version bump only for package @react-navigation/material-top-tabs diff --git a/packages/material-top-tabs/package.json b/packages/material-top-tabs/package.json index 6a1047f2..938dbb29 100644 --- a/packages/material-top-tabs/package.json +++ b/packages/material-top-tabs/package.json @@ -11,7 +11,7 @@ "material", "tab" ], - "version": "5.0.0-alpha.33", + "version": "5.0.0-alpha.34", "license": "MIT", "repository": "https://github.com/react-navigation/navigation-ex/tree/master/packages/material-top-tabs", "main": "lib/commonjs/index.js", @@ -31,7 +31,7 @@ "clean": "del lib" }, "dependencies": { - "@react-navigation/routers": "^5.0.0-alpha.25", + "@react-navigation/routers": "^5.0.0-alpha.26", "color": "^3.1.2" }, "devDependencies": { diff --git a/packages/native-stack/CHANGELOG.md b/packages/native-stack/CHANGELOG.md index d5a55d46..2f3bfe47 100644 --- a/packages/native-stack/CHANGELOG.md +++ b/packages/native-stack/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-alpha.28](https://github.com/react-navigation/navigation-ex/tree/master/packages/native-stack/compare/@react-navigation/native-stack@5.0.0-alpha.27...@react-navigation/native-stack@5.0.0-alpha.28) (2020-01-23) + + +### Bug Fixes + +* fix types for native stack ([1da4a64](https://github.com/react-navigation/navigation-ex/tree/master/packages/native-stack/commit/1da4a6437f4607c1d4547d26dd5068615631982e)) + + +### Features + +* emit appear and dismiss events for native stack ([f1df4a0](https://github.com/react-navigation/navigation-ex/tree/master/packages/native-stack/commit/f1df4a080877b3642e748a41a5ffc2da8c449a8c)) +* let the navigator specify if default can be prevented ([da67e13](https://github.com/react-navigation/navigation-ex/tree/master/packages/native-stack/commit/da67e134d2157201360427d3c10da24f24cae7aa)) + + + + + # [5.0.0-alpha.27](https://github.com/react-navigation/navigation-ex/tree/master/packages/native-stack/compare/@react-navigation/native-stack@5.0.0-alpha.26...@react-navigation/native-stack@5.0.0-alpha.27) (2020-01-14) **Note:** Version bump only for package @react-navigation/native-stack diff --git a/packages/native-stack/package.json b/packages/native-stack/package.json index 5aaf60dc..8d711ffc 100644 --- a/packages/native-stack/package.json +++ b/packages/native-stack/package.json @@ -6,7 +6,7 @@ "react-native", "react-navigation" ], - "version": "5.0.0-alpha.27", + "version": "5.0.0-alpha.28", "license": "MIT", "repository": "https://github.com/react-navigation/navigation-ex/tree/master/packages/native-stack", "main": "lib/commonjs/index.js", @@ -26,7 +26,7 @@ "clean": "del lib" }, "dependencies": { - "@react-navigation/routers": "^5.0.0-alpha.25" + "@react-navigation/routers": "^5.0.0-alpha.26" }, "devDependencies": { "@react-native-community/bob": "^0.8.0", diff --git a/packages/native/CHANGELOG.md b/packages/native/CHANGELOG.md index 31dd5b30..ad18ed33 100644 --- a/packages/native/CHANGELOG.md +++ b/packages/native/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-alpha.28](https://github.com/react-navigation/navigation-ex/tree/master/packages/native/compare/@react-navigation/native@5.0.0-alpha.27...@react-navigation/native@5.0.0-alpha.28) (2020-01-23) + + +### Features + +* let the navigator specify if default can be prevented ([da67e13](https://github.com/react-navigation/navigation-ex/tree/master/packages/native/commit/da67e134d2157201360427d3c10da24f24cae7aa)) + + + + + # [5.0.0-alpha.27](https://github.com/react-navigation/navigation-ex/tree/master/packages/native/compare/@react-navigation/native@5.0.0-alpha.26...@react-navigation/native@5.0.0-alpha.27) (2020-01-14) **Note:** Version bump only for package @react-navigation/native diff --git a/packages/native/package.json b/packages/native/package.json index 974f9bc6..e16d7107 100644 --- a/packages/native/package.json +++ b/packages/native/package.json @@ -7,7 +7,7 @@ "ios", "android" ], - "version": "5.0.0-alpha.27", + "version": "5.0.0-alpha.28", "license": "MIT", "repository": "https://github.com/react-navigation/navigation-ex/tree/master/packages/native", "main": "lib/commonjs/index.js", @@ -27,7 +27,7 @@ "clean": "del lib" }, "dependencies": { - "@react-navigation/core": "^5.0.0-alpha.35" + "@react-navigation/core": "^5.0.0-alpha.36" }, "devDependencies": { "@react-native-community/bob": "^0.8.0", diff --git a/packages/routers/CHANGELOG.md b/packages/routers/CHANGELOG.md index fcb65295..7c4c2180 100644 --- a/packages/routers/CHANGELOG.md +++ b/packages/routers/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-alpha.26](https://github.com/react-navigation/navigation-ex/tree/master/packages/routers/compare/@react-navigation/routers@5.0.0-alpha.25...@react-navigation/routers@5.0.0-alpha.26) (2020-01-23) + + +### Bug Fixes + +* handle popping more than available screens in stack ([68ed8a7](https://github.com/react-navigation/navigation-ex/tree/master/packages/routers/commit/68ed8a725950f39228847ab10b3dd7f3ebd2e2dc)) + + + + + # [5.0.0-alpha.25](https://github.com/react-navigation/navigation-ex/tree/master/packages/routers/compare/@react-navigation/routers@5.0.0-alpha.24...@react-navigation/routers@5.0.0-alpha.25) (2020-01-14) **Note:** Version bump only for package @react-navigation/routers diff --git a/packages/routers/package.json b/packages/routers/package.json index cbb07395..01658bcc 100644 --- a/packages/routers/package.json +++ b/packages/routers/package.json @@ -6,7 +6,7 @@ "react-native", "react-navigation" ], - "version": "5.0.0-alpha.25", + "version": "5.0.0-alpha.26", "license": "MIT", "repository": "https://github.com/react-navigation/navigation-ex/tree/master/packages/routers", "main": "lib/commonjs/index.js", @@ -26,7 +26,7 @@ "clean": "del lib" }, "dependencies": { - "@react-navigation/core": "^5.0.0-alpha.35", + "@react-navigation/core": "^5.0.0-alpha.36", "shortid": "^2.2.15" }, "devDependencies": { diff --git a/packages/stack/CHANGELOG.md b/packages/stack/CHANGELOG.md index 5dca10a5..9022f5ce 100644 --- a/packages/stack/CHANGELOG.md +++ b/packages/stack/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.0.0-alpha.62](https://github.com/react-navigation/navigation-ex/tree/master/packages/stack/compare/@react-navigation/stack@5.0.0-alpha.61...@react-navigation/stack@5.0.0-alpha.62) (2020-01-23) + + +### Bug Fixes + +* don't use native driver on web ([0a982ee](https://github.com/react-navigation/navigation-ex/tree/master/packages/stack/commit/0a982ee6984b24c0ba053a30223e255f3835e050)) +* handle header translation for horizontal-inverted ([321fa65](https://github.com/react-navigation/navigation-ex/tree/master/packages/stack/commit/321fa653add8366b7f24fb9de9a950064421dfc1)) +* position inactivscreensws offscreen by default ([38520a9](https://github.com/react-navigation/navigation-ex/tree/master/packages/stack/commit/38520a97ff90af0a2f89f95676487a54104068d3)) +* slide the header up to hide it for vertical animation ([43d2c45](https://github.com/react-navigation/navigation-ex/tree/master/packages/stack/commit/43d2c456beb58a8a57104ac308559cbd62998a52)) +* use a fade animation for header in all presets ([fe82276](https://github.com/react-navigation/navigation-ex/tree/master/packages/stack/commit/fe82276b1f0d1a991744e642dcfa9034fb767caf)) + + +### Features + +* emit appear and dismiss events for native stack ([f1df4a0](https://github.com/react-navigation/navigation-ex/tree/master/packages/stack/commit/f1df4a080877b3642e748a41a5ffc2da8c449a8c)) +* let the navigator specify if default can be prevented ([da67e13](https://github.com/react-navigation/navigation-ex/tree/master/packages/stack/commit/da67e134d2157201360427d3c10da24f24cae7aa)) + + + + + # [5.0.0-alpha.61](https://github.com/react-navigation/navigation-ex/tree/master/packages/stack/compare/@react-navigation/stack@5.0.0-alpha.60...@react-navigation/stack@5.0.0-alpha.61) (2020-01-14) **Note:** Version bump only for package @react-navigation/stack diff --git a/packages/stack/package.json b/packages/stack/package.json index a30d51c2..9abebbec 100644 --- a/packages/stack/package.json +++ b/packages/stack/package.json @@ -10,7 +10,7 @@ "android", "stack" ], - "version": "5.0.0-alpha.61", + "version": "5.0.0-alpha.62", "license": "MIT", "repository": "https://github.com/react-navigation/navigation-ex/tree/master/packages/stack", "main": "lib/commonjs/index.js", @@ -30,7 +30,7 @@ "clean": "del lib" }, "dependencies": { - "@react-navigation/routers": "^5.0.0-alpha.25", + "@react-navigation/routers": "^5.0.0-alpha.26", "color": "^3.1.2", "react-native-iphone-x-helper": "^1.2.1" },