diff --git a/packages/bottom-tabs/CHANGELOG.md b/packages/bottom-tabs/CHANGELOG.md index 4f1a70b4..9e0552f5 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. +# [6.0.0-next.9](https://github.com/react-navigation/react-navigation/compare/@react-navigation/bottom-tabs@6.0.0-next.8...@react-navigation/bottom-tabs@6.0.0-next.9) (2021-05-09) + +**Note:** Version bump only for package @react-navigation/bottom-tabs + + + + + # [6.0.0-next.8](https://github.com/react-navigation/react-navigation/compare/@react-navigation/bottom-tabs@6.0.0-next.7...@react-navigation/bottom-tabs@6.0.0-next.8) (2021-05-09) **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 0baba345..4e13ffba 100644 --- a/packages/bottom-tabs/package.json +++ b/packages/bottom-tabs/package.json @@ -1,7 +1,7 @@ { "name": "@react-navigation/bottom-tabs", "description": "Bottom tab navigator following iOS design guidelines", - "version": "6.0.0-next.8", + "version": "6.0.0-next.9", "keywords": [ "react-native-component", "react-component", @@ -36,12 +36,12 @@ "clean": "del lib" }, "dependencies": { - "@react-navigation/elements": "^1.0.0-next.7", + "@react-navigation/elements": "^1.0.0-next.8", "color": "^3.1.3", "warn-once": "^0.0.1" }, "devDependencies": { - "@react-navigation/native": "^6.0.0-next.5", + "@react-navigation/native": "^6.0.0-next.6", "@testing-library/react-native": "^7.2.0", "@types/color": "^3.0.1", "@types/react": "^16.9.53", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 59f238a2..05a7e6f1 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. +# [6.0.0-next.6](https://github.com/react-navigation/react-navigation/compare/@react-navigation/core@6.0.0-next.5...@react-navigation/core@6.0.0-next.6) (2021-05-09) + + +### Bug Fixes + +* fix type annotations for useNavigation (again) ([929c3e3](https://github.com/react-navigation/react-navigation/commit/929c3e3a3b3eb32d197ef1f887dc4cbdce48eaff)) + + + + + # [6.0.0-next.5](https://github.com/react-navigation/react-navigation/compare/@react-navigation/core@6.0.0-next.4...@react-navigation/core@6.0.0-next.5) (2021-05-09) diff --git a/packages/core/package.json b/packages/core/package.json index e238828a..b2f0ced3 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@react-navigation/core", "description": "Core utilities for building navigators", - "version": "6.0.0-next.5", + "version": "6.0.0-next.6", "keywords": [ "react", "react-native", diff --git a/packages/devtools/CHANGELOG.md b/packages/devtools/CHANGELOG.md index 96a1446c..3e68c299 100644 --- a/packages/devtools/CHANGELOG.md +++ b/packages/devtools/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. +# [6.0.0-next.6](https://github.com/react-navigation/react-navigation/compare/@react-navigation/devtools@6.0.0-next.5...@react-navigation/devtools@6.0.0-next.6) (2021-05-09) + +**Note:** Version bump only for package @react-navigation/devtools + + + + + # [6.0.0-next.5](https://github.com/react-navigation/react-navigation/compare/@react-navigation/devtools@6.0.0-next.4...@react-navigation/devtools@6.0.0-next.5) (2021-05-09) **Note:** Version bump only for package @react-navigation/devtools diff --git a/packages/devtools/package.json b/packages/devtools/package.json index da779ca1..7050466a 100644 --- a/packages/devtools/package.json +++ b/packages/devtools/package.json @@ -1,7 +1,7 @@ { "name": "@react-navigation/devtools", "description": "Developer tools for React Navigation", - "version": "6.0.0-next.5", + "version": "6.0.0-next.6", "keywords": [ "react", "react-native", @@ -36,7 +36,7 @@ "clean": "del lib" }, "dependencies": { - "@react-navigation/core": "^6.0.0-next.5", + "@react-navigation/core": "^6.0.0-next.6", "deep-equal": "^2.0.5" }, "devDependencies": { diff --git a/packages/drawer/CHANGELOG.md b/packages/drawer/CHANGELOG.md index 7b971168..838e7422 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. +# [6.0.0-next.8](https://github.com/react-navigation/react-navigation/compare/@react-navigation/drawer@6.0.0-next.7...@react-navigation/drawer@6.0.0-next.8) (2021-05-09) + +**Note:** Version bump only for package @react-navigation/drawer + + + + + # [6.0.0-next.7](https://github.com/react-navigation/react-navigation/compare/@react-navigation/drawer@6.0.0-next.6...@react-navigation/drawer@6.0.0-next.7) (2021-05-09) **Note:** Version bump only for package @react-navigation/drawer diff --git a/packages/drawer/package.json b/packages/drawer/package.json index 9593c7b3..e73eed59 100644 --- a/packages/drawer/package.json +++ b/packages/drawer/package.json @@ -1,7 +1,7 @@ { "name": "@react-navigation/drawer", "description": "Drawer navigator component with animated transitions and gesturess", - "version": "6.0.0-next.7", + "version": "6.0.0-next.8", "keywords": [ "react-native-component", "react-component", @@ -41,12 +41,12 @@ "clean": "del lib" }, "dependencies": { - "@react-navigation/elements": "^1.0.0-next.7", + "@react-navigation/elements": "^1.0.0-next.8", "color": "^3.1.3", "warn-once": "^0.0.1" }, "devDependencies": { - "@react-navigation/native": "^6.0.0-next.5", + "@react-navigation/native": "^6.0.0-next.6", "@testing-library/react-native": "^7.2.0", "@types/react": "^16.9.53", "@types/react-native": "~0.64.4", diff --git a/packages/elements/CHANGELOG.md b/packages/elements/CHANGELOG.md index 8880fc4a..83726c07 100644 --- a/packages/elements/CHANGELOG.md +++ b/packages/elements/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. +# [1.0.0-next.8](https://github.com/react-navigation/react-navigation/compare/@react-navigation/elements@1.0.0-next.7...@react-navigation/elements@1.0.0-next.8) (2021-05-09) + +**Note:** Version bump only for package @react-navigation/elements + + + + + # [1.0.0-next.7](https://github.com/react-navigation/react-navigation/compare/@react-navigation/elements@1.0.0-next.6...@react-navigation/elements@1.0.0-next.7) (2021-05-09) **Note:** Version bump only for package @react-navigation/elements diff --git a/packages/elements/package.json b/packages/elements/package.json index c199dabd..22473252 100644 --- a/packages/elements/package.json +++ b/packages/elements/package.json @@ -1,7 +1,7 @@ { "name": "@react-navigation/elements", "description": "UI Components for React Navigation", - "version": "1.0.0-next.7", + "version": "1.0.0-next.8", "keywords": [ "react-native", "react-navigation", @@ -38,7 +38,7 @@ }, "devDependencies": { "@react-native-masked-view/masked-view": "^0.2.3", - "@react-navigation/native": "^6.0.0-next.5", + "@react-navigation/native": "^6.0.0-next.6", "@testing-library/react-native": "^7.2.0", "@types/react": "^16.9.53", "@types/react-native": "~0.64.4", diff --git a/packages/material-bottom-tabs/CHANGELOG.md b/packages/material-bottom-tabs/CHANGELOG.md index 6e90c4e7..577a7c74 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. +# [6.0.0-next.6](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-bottom-tabs@6.0.0-next.5...@react-navigation/material-bottom-tabs@6.0.0-next.6) (2021-05-09) + +**Note:** Version bump only for package @react-navigation/material-bottom-tabs + + + + + # [6.0.0-next.5](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-bottom-tabs@6.0.0-next.4...@react-navigation/material-bottom-tabs@6.0.0-next.5) (2021-05-09) **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 1f53801d..c6504287 100644 --- a/packages/material-bottom-tabs/package.json +++ b/packages/material-bottom-tabs/package.json @@ -1,7 +1,7 @@ { "name": "@react-navigation/material-bottom-tabs", "description": "Integration for bottom navigation component from react-native-paper", - "version": "6.0.0-next.5", + "version": "6.0.0-next.6", "keywords": [ "react-native-component", "react-component", @@ -41,7 +41,7 @@ "clean": "del lib" }, "devDependencies": { - "@react-navigation/native": "^6.0.0-next.5", + "@react-navigation/native": "^6.0.0-next.6", "@testing-library/react-native": "^7.2.0", "@types/react": "^16.9.53", "@types/react-native": "~0.64.4", diff --git a/packages/material-top-tabs/CHANGELOG.md b/packages/material-top-tabs/CHANGELOG.md index bd890619..8648fad4 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. +# [6.0.0-next.7](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-top-tabs@6.0.0-next.6...@react-navigation/material-top-tabs@6.0.0-next.7) (2021-05-09) + +**Note:** Version bump only for package @react-navigation/material-top-tabs + + + + + # [6.0.0-next.6](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-top-tabs@6.0.0-next.5...@react-navigation/material-top-tabs@6.0.0-next.6) (2021-05-09) **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 28266189..fbdba9eb 100644 --- a/packages/material-top-tabs/package.json +++ b/packages/material-top-tabs/package.json @@ -1,7 +1,7 @@ { "name": "@react-navigation/material-top-tabs", "description": "Integration for the animated tab view component from react-native-tab-view", - "version": "6.0.0-next.6", + "version": "6.0.0-next.7", "keywords": [ "react-native-component", "react-component", @@ -45,7 +45,7 @@ "warn-once": "^0.0.1" }, "devDependencies": { - "@react-navigation/native": "^6.0.0-next.5", + "@react-navigation/native": "^6.0.0-next.6", "@testing-library/react-native": "^7.2.0", "@types/react": "^16.9.53", "@types/react-native": "~0.64.4", diff --git a/packages/native/CHANGELOG.md b/packages/native/CHANGELOG.md index 5eaefe4e..65ea77ba 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. +# [6.0.0-next.6](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native@6.0.0-next.5...@react-navigation/native@6.0.0-next.6) (2021-05-09) + +**Note:** Version bump only for package @react-navigation/native + + + + + # [6.0.0-next.5](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native@6.0.0-next.4...@react-navigation/native@6.0.0-next.5) (2021-05-09) **Note:** Version bump only for package @react-navigation/native diff --git a/packages/native/package.json b/packages/native/package.json index 1892cc24..5bbe37ce 100644 --- a/packages/native/package.json +++ b/packages/native/package.json @@ -1,7 +1,7 @@ { "name": "@react-navigation/native", "description": "React Native integration for React Navigation", - "version": "6.0.0-next.5", + "version": "6.0.0-next.6", "keywords": [ "react-native", "react-navigation", @@ -37,7 +37,7 @@ "clean": "del lib" }, "dependencies": { - "@react-navigation/core": "^6.0.0-next.5", + "@react-navigation/core": "^6.0.0-next.6", "escape-string-regexp": "^4.0.0", "nanoid": "^3.1.22" }, diff --git a/packages/stack/CHANGELOG.md b/packages/stack/CHANGELOG.md index 065ae602..f3094893 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. +# [6.0.0-next.13](https://github.com/react-navigation/react-navigation/compare/@react-navigation/stack@6.0.0-next.12...@react-navigation/stack@6.0.0-next.13) (2021-05-09) + +**Note:** Version bump only for package @react-navigation/stack + + + + + # [6.0.0-next.12](https://github.com/react-navigation/react-navigation/compare/@react-navigation/stack@6.0.0-next.11...@react-navigation/stack@6.0.0-next.12) (2021-05-09) **Note:** Version bump only for package @react-navigation/stack diff --git a/packages/stack/package.json b/packages/stack/package.json index 1deef116..56faa7eb 100644 --- a/packages/stack/package.json +++ b/packages/stack/package.json @@ -1,7 +1,7 @@ { "name": "@react-navigation/stack", "description": "Stack navigator component for iOS and Android with animated transitions and gestures", - "version": "6.0.0-next.12", + "version": "6.0.0-next.13", "keywords": [ "react-native-component", "react-component", @@ -40,13 +40,13 @@ "clean": "del lib" }, "dependencies": { - "@react-navigation/elements": "^1.0.0-next.7", + "@react-navigation/elements": "^1.0.0-next.8", "color": "^3.1.3", "react-native-iphone-x-helper": "^1.3.0", "warn-once": "^0.0.1" }, "devDependencies": { - "@react-navigation/native": "^6.0.0-next.5", + "@react-navigation/native": "^6.0.0-next.6", "@testing-library/react-native": "^7.2.0", "@types/color": "^3.0.1", "@types/react": "^16.9.53",