diff --git a/packages/bottom-tabs/CHANGELOG.md b/packages/bottom-tabs/CHANGELOG.md index 1eca6a4b..2f4781c6 100644 --- a/packages/bottom-tabs/CHANGELOG.md +++ b/packages/bottom-tabs/CHANGELOG.md @@ -3,6 +3,14 @@ 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.13](https://github.com/react-navigation/navigation-ex/compare/@react-navigation/bottom-tabs@5.0.0-alpha.12...@react-navigation/bottom-tabs@5.0.0-alpha.13) (2019-10-06) + +**Note:** Version bump only for package @react-navigation/bottom-tabs + + + + + # [5.0.0-alpha.12](https://github.com/react-navigation/navigation-ex/compare/@react-navigation/bottom-tabs@5.0.0-alpha.11...@react-navigation/bottom-tabs@5.0.0-alpha.12) (2019-10-03) **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 2b0d34f3..57bb5a03 100644 --- a/packages/bottom-tabs/package.json +++ b/packages/bottom-tabs/package.json @@ -10,7 +10,7 @@ "android", "tab" ], - "version": "5.0.0-alpha.12", + "version": "5.0.0-alpha.13", "license": "MIT", "repository": { "type": "git", diff --git a/packages/compat/CHANGELOG.md b/packages/compat/CHANGELOG.md index 9666c0fa..9553920c 100644 --- a/packages/compat/CHANGELOG.md +++ b/packages/compat/CHANGELOG.md @@ -3,6 +3,14 @@ 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.7](https://github.com/react-navigation/navigation-ex/compare/@react-navigation/compat@5.0.0-alpha.6...@react-navigation/compat@5.0.0-alpha.7) (2019-10-06) + +**Note:** Version bump only for package @react-navigation/compat + + + + + # [5.0.0-alpha.6](https://github.com/react-navigation/navigation-ex/compare/@react-navigation/compat@5.0.0-alpha.5...@react-navigation/compat@5.0.0-alpha.6) (2019-10-03) **Note:** Version bump only for package @react-navigation/compat diff --git a/packages/compat/package.json b/packages/compat/package.json index ee24f1bf..ea3aeb71 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.6", + "version": "5.0.0-alpha.7", "license": "MIT", "repository": { "type": "git", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index e9bb1fae..a898cce5 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,14 @@ 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.14](https://github.com/react-navigation/navigation-ex/compare/@react-navigation/core@5.0.0-alpha.13...@react-navigation/core@5.0.0-alpha.14) (2019-10-06) + +**Note:** Version bump only for package @react-navigation/core + + + + + # [5.0.0-alpha.13](https://github.com/react-navigation/navigation-ex/compare/@react-navigation/core@5.0.0-alpha.12...@react-navigation/core@5.0.0-alpha.13) (2019-10-03) **Note:** Version bump only for package @react-navigation/core diff --git a/packages/core/package.json b/packages/core/package.json index 3b6aacdd..c99efad4 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -6,7 +6,7 @@ "react-native", "react-navigation" ], - "version": "5.0.0-alpha.13", + "version": "5.0.0-alpha.14", "license": "MIT", "repository": { "type": "git", diff --git a/packages/drawer/CHANGELOG.md b/packages/drawer/CHANGELOG.md index b23fd961..b79f76b4 100644 --- a/packages/drawer/CHANGELOG.md +++ b/packages/drawer/CHANGELOG.md @@ -3,6 +3,14 @@ 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.13](https://github.com/react-navigation/navigation-ex/compare/@react-navigation/drawer@5.0.0-alpha.12...@react-navigation/drawer@5.0.0-alpha.13) (2019-10-06) + +**Note:** Version bump only for package @react-navigation/drawer + + + + + # [5.0.0-alpha.12](https://github.com/react-navigation/navigation-ex/compare/@react-navigation/drawer@5.0.0-alpha.11...@react-navigation/drawer@5.0.0-alpha.12) (2019-10-03) **Note:** Version bump only for package @react-navigation/drawer diff --git a/packages/drawer/package.json b/packages/drawer/package.json index b3f1521c..8f7b78eb 100644 --- a/packages/drawer/package.json +++ b/packages/drawer/package.json @@ -11,7 +11,7 @@ "material", "drawer" ], - "version": "5.0.0-alpha.12", + "version": "5.0.0-alpha.13", "license": "MIT", "repository": { "type": "git", diff --git a/packages/example/CHANGELOG.md b/packages/example/CHANGELOG.md index 0611a69c..1add3adf 100644 --- a/packages/example/CHANGELOG.md +++ b/packages/example/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.12](https://github.com/satya164/navigation-ex/compare/@react-navigation/example@5.0.0-alpha.11...@react-navigation/example@5.0.0-alpha.12) (2019-10-06) + + +### Features + +* drop header: null in favor of more explitit headerShown option ([ba6b6ae](https://github.com/satya164/navigation-ex/commit/ba6b6ae)) + + + + + # [5.0.0-alpha.11](https://github.com/satya164/navigation-ex/compare/@react-navigation/example@5.0.0-alpha.10...@react-navigation/example@5.0.0-alpha.11) (2019-10-03) **Note:** Version bump only for package @react-navigation/example diff --git a/packages/example/package.json b/packages/example/package.json index c54b6431..df5d7320 100644 --- a/packages/example/package.json +++ b/packages/example/package.json @@ -1,7 +1,7 @@ { "name": "@react-navigation/example", "description": "Demo app to showcase various functionality of React Navigation", - "version": "5.0.0-alpha.11", + "version": "5.0.0-alpha.12", "private": true, "workspaces": { "nohoist": [ diff --git a/packages/material-bottom-tabs/CHANGELOG.md b/packages/material-bottom-tabs/CHANGELOG.md index 38984825..9a3f4902 100644 --- a/packages/material-bottom-tabs/CHANGELOG.md +++ b/packages/material-bottom-tabs/CHANGELOG.md @@ -3,6 +3,14 @@ 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.12](https://github.com/react-navigation/navigation-ex/compare/@react-navigation/material-bottom-tabs@5.0.0-alpha.11...@react-navigation/material-bottom-tabs@5.0.0-alpha.12) (2019-10-06) + +**Note:** Version bump only for package @react-navigation/material-bottom-tabs + + + + + # [5.0.0-alpha.11](https://github.com/react-navigation/navigation-ex/compare/@react-navigation/material-bottom-tabs@5.0.0-alpha.10...@react-navigation/material-bottom-tabs@5.0.0-alpha.11) (2019-10-03) **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 1400c55d..fc8f9eda 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.11", + "version": "5.0.0-alpha.12", "license": "MIT", "repository": { "type": "git", diff --git a/packages/material-top-tabs/CHANGELOG.md b/packages/material-top-tabs/CHANGELOG.md index 80b052dd..ee6526e4 100644 --- a/packages/material-top-tabs/CHANGELOG.md +++ b/packages/material-top-tabs/CHANGELOG.md @@ -3,6 +3,14 @@ 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.11](https://github.com/react-navigation/navigation-ex/compare/@react-navigation/material-top-tabs@5.0.0-alpha.10...@react-navigation/material-top-tabs@5.0.0-alpha.11) (2019-10-06) + +**Note:** Version bump only for package @react-navigation/material-top-tabs + + + + + # [5.0.0-alpha.10](https://github.com/react-navigation/navigation-ex/compare/@react-navigation/material-top-tabs@5.0.0-alpha.9...@react-navigation/material-top-tabs@5.0.0-alpha.10) (2019-10-03) **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 83964f43..b87a76d0 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.10", + "version": "5.0.0-alpha.11", "license": "MIT", "repository": { "type": "git", diff --git a/packages/native/CHANGELOG.md b/packages/native/CHANGELOG.md index b41f1024..1974e7e3 100644 --- a/packages/native/CHANGELOG.md +++ b/packages/native/CHANGELOG.md @@ -3,6 +3,14 @@ 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.11](https://github.com/react-navigation/navigation-ex/compare/@react-navigation/native@5.0.0-alpha.10...@react-navigation/native@5.0.0-alpha.11) (2019-10-06) + +**Note:** Version bump only for package @react-navigation/native + + + + + # [5.0.0-alpha.10](https://github.com/react-navigation/navigation-ex/compare/@react-navigation/native@5.0.0-alpha.9...@react-navigation/native@5.0.0-alpha.10) (2019-10-03) **Note:** Version bump only for package @react-navigation/native diff --git a/packages/native/package.json b/packages/native/package.json index fbbadee7..d3c46148 100644 --- a/packages/native/package.json +++ b/packages/native/package.json @@ -7,7 +7,7 @@ "ios", "android" ], - "version": "5.0.0-alpha.10", + "version": "5.0.0-alpha.11", "license": "MIT", "repository": { "type": "git", diff --git a/packages/stack/CHANGELOG.md b/packages/stack/CHANGELOG.md index 0989b2fc..c8dbdc3f 100644 --- a/packages/stack/CHANGELOG.md +++ b/packages/stack/CHANGELOG.md @@ -3,6 +3,26 @@ 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.24](https://github.com/react-navigation/navigation-ex/compare/@react-navigation/stack@5.0.0-alpha.23...@react-navigation/stack@5.0.0-alpha.24) (2019-10-06) + + +### Bug Fixes + +* actually expose gestureVelocityImpact in the public API ([16079d1](https://github.com/react-navigation/navigation-ex/commit/16079d1)) +* don't recompute if routes didn't change ([615b523](https://github.com/react-navigation/navigation-ex/commit/615b523)) +* handling vertical gesture in RTL ([#122](https://github.com/react-navigation/navigation-ex/issues/122)) ([a27ade8](https://github.com/react-navigation/navigation-ex/commit/a27ade8)) +* use next screen's animation when not focused. fixes [#87](https://github.com/react-navigation/navigation-ex/issues/87) ([b4a7681](https://github.com/react-navigation/navigation-ex/commit/b4a7681)) + + +### Features + +* add gestureVelocityImpact as a prop for stack ([#123](https://github.com/react-navigation/navigation-ex/issues/123)) ([8294efc](https://github.com/react-navigation/navigation-ex/commit/8294efc)) +* drop header: null in favor of more explitit headerShown option ([ba6b6ae](https://github.com/react-navigation/navigation-ex/commit/ba6b6ae)) + + + + + # [5.0.0-alpha.23](https://github.com/react-navigation/navigation-ex/compare/@react-navigation/stack@5.0.0-alpha.22...@react-navigation/stack@5.0.0-alpha.23) (2019-10-03) diff --git a/packages/stack/package.json b/packages/stack/package.json index 59c9e059..d13eb534 100644 --- a/packages/stack/package.json +++ b/packages/stack/package.json @@ -10,7 +10,7 @@ "android", "stack" ], - "version": "5.0.0-alpha.23", + "version": "5.0.0-alpha.24", "license": "MIT", "repository": { "type": "git",