diff --git a/packages/bottom-tabs/CHANGELOG.md b/packages/bottom-tabs/CHANGELOG.md index af8c5ce2..10877a3f 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.43](https://github.com/react-navigation/navigation-ex/tree/master/packages/bottom-tabs/compare/@react-navigation/bottom-tabs@5.0.0-alpha.42...@react-navigation/bottom-tabs@5.0.0-alpha.43) (2020-02-03) + +**Note:** Version bump only for package @react-navigation/bottom-tabs + + + + + # [5.0.0-alpha.42](https://github.com/react-navigation/navigation-ex/tree/master/packages/bottom-tabs/compare/@react-navigation/bottom-tabs@5.0.0-alpha.39...@react-navigation/bottom-tabs@5.0.0-alpha.42) (2020-02-02) diff --git a/packages/bottom-tabs/package.json b/packages/bottom-tabs/package.json index b685f5a6..4334862e 100644 --- a/packages/bottom-tabs/package.json +++ b/packages/bottom-tabs/package.json @@ -10,7 +10,7 @@ "android", "tab" ], - "version": "5.0.0-alpha.42", + "version": "5.0.0-alpha.43", "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.30", + "@react-navigation/routers": "^5.0.0-alpha.31", "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 e1f149bd..2c9bd8ec 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.32](https://github.com/react-navigation/navigation-ex/tree/master/packages/compat/compare/@react-navigation/compat@5.0.0-alpha.31...@react-navigation/compat@5.0.0-alpha.32) (2020-02-03) + +**Note:** Version bump only for package @react-navigation/compat + + + + + # [5.0.0-alpha.31](https://github.com/react-navigation/navigation-ex/tree/master/packages/compat/compare/@react-navigation/compat@5.0.0-alpha.28...@react-navigation/compat@5.0.0-alpha.31) (2020-02-02) diff --git a/packages/compat/package.json b/packages/compat/package.json index 03e9949a..277749ce 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.31", + "version": "5.0.0-alpha.32", "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.30" + "@react-navigation/routers": "^5.0.0-alpha.31" }, "devDependencies": { "@types/react": "^16.9.17", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 9606e345..703f1b48 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/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.41](https://github.com/react-navigation/navigation-ex/tree/master/packages/core/compare/@react-navigation/core@5.0.0-alpha.40...@react-navigation/core@5.0.0-alpha.41) (2020-02-03) + + +### Bug Fixes + +* ignore circular references when checking serializable ([e5063b9](https://github.com/react-navigation/navigation-ex/tree/master/packages/core/commit/e5063b93398350511f3fd2ef48425559f871781f)) + + + + + # [5.0.0-alpha.40](https://github.com/react-navigation/navigation-ex/tree/master/packages/core/compare/@react-navigation/core@5.0.0-alpha.37...@react-navigation/core@5.0.0-alpha.40) (2020-02-02) diff --git a/packages/core/package.json b/packages/core/package.json index 12252174..bb338965 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -6,7 +6,7 @@ "react-native", "react-navigation" ], - "version": "5.0.0-alpha.40", + "version": "5.0.0-alpha.41", "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 d201c1c6..cb999235 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.45](https://github.com/react-navigation/navigation-ex/tree/master/packages/drawer/compare/@react-navigation/drawer@5.0.0-alpha.44...@react-navigation/drawer@5.0.0-alpha.45) (2020-02-03) + +**Note:** Version bump only for package @react-navigation/drawer + + + + + # [5.0.0-alpha.44](https://github.com/react-navigation/navigation-ex/tree/master/packages/drawer/compare/@react-navigation/drawer@5.0.0-alpha.41...@react-navigation/drawer@5.0.0-alpha.44) (2020-02-02) diff --git a/packages/drawer/package.json b/packages/drawer/package.json index 70916c32..a521d342 100644 --- a/packages/drawer/package.json +++ b/packages/drawer/package.json @@ -11,7 +11,7 @@ "material", "drawer" ], - "version": "5.0.0-alpha.44", + "version": "5.0.0-alpha.45", "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.30", + "@react-navigation/routers": "^5.0.0-alpha.31", "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 84526280..09ceb12c 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.40](https://github.com/react-navigation/navigation-ex/tree/master/packages/material-bottom-tabs/compare/@react-navigation/material-bottom-tabs@5.0.0-alpha.39...@react-navigation/material-bottom-tabs@5.0.0-alpha.40) (2020-02-03) + +**Note:** Version bump only for package @react-navigation/material-bottom-tabs + + + + + # [5.0.0-alpha.39](https://github.com/react-navigation/navigation-ex/tree/master/packages/material-bottom-tabs/compare/@react-navigation/material-bottom-tabs@5.0.0-alpha.36...@react-navigation/material-bottom-tabs@5.0.0-alpha.39) (2020-02-02) diff --git a/packages/material-bottom-tabs/package.json b/packages/material-bottom-tabs/package.json index a3687111..49e03a3b 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.39", + "version": "5.0.0-alpha.40", "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.30" + "@react-navigation/routers": "^5.0.0-alpha.31" }, "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 2fdda9ee..9b50ead9 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.39](https://github.com/react-navigation/navigation-ex/tree/master/packages/material-top-tabs/compare/@react-navigation/material-top-tabs@5.0.0-alpha.38...@react-navigation/material-top-tabs@5.0.0-alpha.39) (2020-02-03) + +**Note:** Version bump only for package @react-navigation/material-top-tabs + + + + + # [5.0.0-alpha.38](https://github.com/react-navigation/navigation-ex/tree/master/packages/material-top-tabs/compare/@react-navigation/material-top-tabs@5.0.0-alpha.35...@react-navigation/material-top-tabs@5.0.0-alpha.38) (2020-02-02) diff --git a/packages/material-top-tabs/package.json b/packages/material-top-tabs/package.json index 3a1a01ad..90d6a770 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.38", + "version": "5.0.0-alpha.39", "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.30", + "@react-navigation/routers": "^5.0.0-alpha.31", "color": "^3.1.2" }, "devDependencies": { diff --git a/packages/native-stack/CHANGELOG.md b/packages/native-stack/CHANGELOG.md index 5cf56231..25e261a6 100644 --- a/packages/native-stack/CHANGELOG.md +++ b/packages/native-stack/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.33](https://github.com/react-navigation/navigation-ex/tree/master/packages/native-stack/compare/@react-navigation/native-stack@5.0.0-alpha.32...@react-navigation/native-stack@5.0.0-alpha.33) (2020-02-03) + +**Note:** Version bump only for package @react-navigation/native-stack + + + + + # [5.0.0-alpha.32](https://github.com/react-navigation/navigation-ex/tree/master/packages/native-stack/compare/@react-navigation/native-stack@5.0.0-alpha.29...@react-navigation/native-stack@5.0.0-alpha.32) (2020-02-02) diff --git a/packages/native-stack/package.json b/packages/native-stack/package.json index 1856ec21..35267c7a 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.32", + "version": "5.0.0-alpha.33", "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.30" + "@react-navigation/routers": "^5.0.0-alpha.31" }, "devDependencies": { "@react-native-community/bob": "^0.8.0", diff --git a/packages/native/CHANGELOG.md b/packages/native/CHANGELOG.md index 78278d8c..fdd7dbed 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.33](https://github.com/react-navigation/navigation-ex/tree/master/packages/native/compare/@react-navigation/native@5.0.0-alpha.32...@react-navigation/native@5.0.0-alpha.33) (2020-02-03) + +**Note:** Version bump only for package @react-navigation/native + + + + + # [5.0.0-alpha.32](https://github.com/react-navigation/navigation-ex/tree/master/packages/native/compare/@react-navigation/native@5.0.0-alpha.29...@react-navigation/native@5.0.0-alpha.32) (2020-02-02) diff --git a/packages/native/package.json b/packages/native/package.json index 98c16c00..ffa00b58 100644 --- a/packages/native/package.json +++ b/packages/native/package.json @@ -7,7 +7,7 @@ "ios", "android" ], - "version": "5.0.0-alpha.32", + "version": "5.0.0-alpha.33", "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.40" + "@react-navigation/core": "^5.0.0-alpha.41" }, "devDependencies": { "@react-native-community/bob": "^0.8.0", diff --git a/packages/routers/CHANGELOG.md b/packages/routers/CHANGELOG.md index e1f36f99..450c8b65 100644 --- a/packages/routers/CHANGELOG.md +++ b/packages/routers/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.31](https://github.com/react-navigation/navigation-ex/tree/master/packages/routers/compare/@react-navigation/routers@5.0.0-alpha.30...@react-navigation/routers@5.0.0-alpha.31) (2020-02-03) + +**Note:** Version bump only for package @react-navigation/routers + + + + + # [5.0.0-alpha.30](https://github.com/react-navigation/navigation-ex/tree/master/packages/routers/compare/@react-navigation/routers@5.0.0-alpha.27...@react-navigation/routers@5.0.0-alpha.30) (2020-02-02) diff --git a/packages/routers/package.json b/packages/routers/package.json index c42c36df..b19166c9 100644 --- a/packages/routers/package.json +++ b/packages/routers/package.json @@ -6,7 +6,7 @@ "react-native", "react-navigation" ], - "version": "5.0.0-alpha.30", + "version": "5.0.0-alpha.31", "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.40", + "@react-navigation/core": "^5.0.0-alpha.41", "shortid": "^2.2.15" }, "devDependencies": { diff --git a/packages/stack/CHANGELOG.md b/packages/stack/CHANGELOG.md index 3a02111c..bbd593f7 100644 --- a/packages/stack/CHANGELOG.md +++ b/packages/stack/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.67](https://github.com/react-navigation/navigation-ex/tree/master/packages/stack/compare/@react-navigation/stack@5.0.0-alpha.66...@react-navigation/stack@5.0.0-alpha.67) (2020-02-03) + +**Note:** Version bump only for package @react-navigation/stack + + + + + # [5.0.0-alpha.66](https://github.com/react-navigation/navigation-ex/tree/master/packages/stack/compare/@react-navigation/stack@5.0.0-alpha.63...@react-navigation/stack@5.0.0-alpha.66) (2020-02-02) diff --git a/packages/stack/package.json b/packages/stack/package.json index e1a4a10b..b56c292b 100644 --- a/packages/stack/package.json +++ b/packages/stack/package.json @@ -10,7 +10,7 @@ "android", "stack" ], - "version": "5.0.0-alpha.66", + "version": "5.0.0-alpha.67", "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.30", + "@react-navigation/routers": "^5.0.0-alpha.31", "color": "^3.1.2", "react-native-iphone-x-helper": "^1.2.1" },