diff --git a/packages/bottom-tabs/CHANGELOG.md b/packages/bottom-tabs/CHANGELOG.md index d0ab9d19..8cf63b33 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.6](https://github.com/react-navigation/react-navigation/compare/@react-navigation/bottom-tabs@6.0.0-next.5...@react-navigation/bottom-tabs@6.0.0-next.6) (2021-05-01) + +**Note:** Version bump only for package @react-navigation/bottom-tabs + + + + + # [6.0.0-next.5](https://github.com/react-navigation/react-navigation/compare/@react-navigation/bottom-tabs@6.0.0-next.4...@react-navigation/bottom-tabs@6.0.0-next.5) (2021-04-16) diff --git a/packages/bottom-tabs/package.json b/packages/bottom-tabs/package.json index 04fbaf4e..c79226ea 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.5", + "version": "6.0.0-next.6", "keywords": [ "react-native-component", "react-component", @@ -36,12 +36,12 @@ "clean": "del lib" }, "dependencies": { - "@react-navigation/elements": "^1.0.0-next.4", + "@react-navigation/elements": "^1.0.0-next.5", "color": "^3.1.3", "warn-once": "^0.0.1" }, "devDependencies": { - "@react-navigation/native": "^6.0.0-next.2", + "@react-navigation/native": "^6.0.0-next.3", "@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 5c187a1e..b2653e0d 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/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. +# [6.0.0-next.3](https://github.com/react-navigation/react-navigation/compare/@react-navigation/core@6.0.0-next.2...@react-navigation/core@6.0.0-next.3) (2021-05-01) + + +### Features + +* add a CompositeScreenProps type ([def7c03](https://github.com/react-navigation/react-navigation/commit/def7c03d7d7b42cf322f4e277f8f76858717654e)) +* add helper and hook for container ref ([0ecd112](https://github.com/react-navigation/react-navigation/commit/0ecd112ec9786a26261ada3d33ef44dc1ec84da0)) + + + + + # [6.0.0-next.2](https://github.com/react-navigation/react-navigation/compare/@react-navigation/core@6.0.0-next.1...@react-navigation/core@6.0.0-next.2) (2021-04-08) diff --git a/packages/core/package.json b/packages/core/package.json index 2b35cfa3..30e9d9b0 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.2", + "version": "6.0.0-next.3", "keywords": [ "react", "react-native", diff --git a/packages/devtools/CHANGELOG.md b/packages/devtools/CHANGELOG.md index 978b1ce7..a203c955 100644 --- a/packages/devtools/CHANGELOG.md +++ b/packages/devtools/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.3](https://github.com/react-navigation/react-navigation/compare/@react-navigation/devtools@6.0.0-next.2...@react-navigation/devtools@6.0.0-next.3) (2021-05-01) + + +### Features + +* add helper and hook for container ref ([0ecd112](https://github.com/react-navigation/react-navigation/commit/0ecd112ec9786a26261ada3d33ef44dc1ec84da0)) + + + + + # [6.0.0-next.2](https://github.com/react-navigation/react-navigation/compare/@react-navigation/devtools@6.0.0-next.1...@react-navigation/devtools@6.0.0-next.2) (2021-04-08) **Note:** Version bump only for package @react-navigation/devtools diff --git a/packages/devtools/package.json b/packages/devtools/package.json index 97724e3d..00ab60b8 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.2", + "version": "6.0.0-next.3", "keywords": [ "react", "react-native", @@ -36,7 +36,7 @@ "clean": "del lib" }, "dependencies": { - "@react-navigation/core": "^6.0.0-next.2", + "@react-navigation/core": "^6.0.0-next.3", "deep-equal": "^2.0.5" }, "devDependencies": { diff --git a/packages/drawer/CHANGELOG.md b/packages/drawer/CHANGELOG.md index 26ee832b..ae03cb9f 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.5](https://github.com/react-navigation/react-navigation/compare/@react-navigation/drawer@6.0.0-next.4...@react-navigation/drawer@6.0.0-next.5) (2021-05-01) + +**Note:** Version bump only for package @react-navigation/drawer + + + + + # [6.0.0-next.4](https://github.com/react-navigation/react-navigation/compare/@react-navigation/drawer@6.0.0-next.3...@react-navigation/drawer@6.0.0-next.4) (2021-04-08) diff --git a/packages/drawer/package.json b/packages/drawer/package.json index cfaedb32..c7a38d72 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.4", + "version": "6.0.0-next.5", "keywords": [ "react-native-component", "react-component", @@ -41,12 +41,12 @@ "clean": "del lib" }, "dependencies": { - "@react-navigation/elements": "^1.0.0-next.4", + "@react-navigation/elements": "^1.0.0-next.5", "color": "^3.1.3", "warn-once": "^0.0.1" }, "devDependencies": { - "@react-navigation/native": "^6.0.0-next.2", + "@react-navigation/native": "^6.0.0-next.3", "@testing-library/react-native": "^7.2.0", "@types/react": "^16.9.53", "@types/react-native": "~0.63.51", diff --git a/packages/elements/CHANGELOG.md b/packages/elements/CHANGELOG.md index d3dcd39e..cb5a8b65 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.5](https://github.com/react-navigation/react-navigation/compare/@react-navigation/elements@1.0.0-next.4...@react-navigation/elements@1.0.0-next.5) (2021-05-01) + +**Note:** Version bump only for package @react-navigation/elements + + + + + # [1.0.0-next.4](https://github.com/react-navigation/react-navigation/compare/@react-navigation/elements@1.0.0-next.3...@react-navigation/elements@1.0.0-next.4) (2021-04-08) **Note:** Version bump only for package @react-navigation/elements diff --git a/packages/elements/package.json b/packages/elements/package.json index 726bcabd..b83f332b 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.4", + "version": "1.0.0-next.5", "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.2", + "@react-navigation/native": "^6.0.0-next.3", "@testing-library/react-native": "^7.2.0", "@types/react": "^16.9.53", "@types/react-native": "~0.63.51", diff --git a/packages/material-bottom-tabs/CHANGELOG.md b/packages/material-bottom-tabs/CHANGELOG.md index 8dcf7793..adb20b70 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.3](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-bottom-tabs@6.0.0-next.2...@react-navigation/material-bottom-tabs@6.0.0-next.3) (2021-05-01) + +**Note:** Version bump only for package @react-navigation/material-bottom-tabs + + + + + # [6.0.0-next.2](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-bottom-tabs@6.0.0-next.1...@react-navigation/material-bottom-tabs@6.0.0-next.2) (2021-04-08) **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 a35b36eb..d6864f75 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.2", + "version": "6.0.0-next.3", "keywords": [ "react-native-component", "react-component", @@ -41,7 +41,7 @@ "clean": "del lib" }, "devDependencies": { - "@react-navigation/native": "^6.0.0-next.2", + "@react-navigation/native": "^6.0.0-next.3", "@testing-library/react-native": "^7.2.0", "@types/react": "^16.9.53", "@types/react-native": "~0.63.51", diff --git a/packages/material-top-tabs/CHANGELOG.md b/packages/material-top-tabs/CHANGELOG.md index df366f96..0282f68b 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.4](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-top-tabs@6.0.0-next.3...@react-navigation/material-top-tabs@6.0.0-next.4) (2021-05-01) + +**Note:** Version bump only for package @react-navigation/material-top-tabs + + + + + # [6.0.0-next.3](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-top-tabs@6.0.0-next.2...@react-navigation/material-top-tabs@6.0.0-next.3) (2021-04-08) **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 c74a84ed..337b7584 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.3", + "version": "6.0.0-next.4", "keywords": [ "react-native-component", "react-component", @@ -45,7 +45,7 @@ "warn-once": "^0.0.1" }, "devDependencies": { - "@react-navigation/native": "^6.0.0-next.2", + "@react-navigation/native": "^6.0.0-next.3", "@testing-library/react-native": "^7.2.0", "@types/react": "^16.9.53", "@types/react-native": "~0.63.51", diff --git a/packages/native/CHANGELOG.md b/packages/native/CHANGELOG.md index 70f65c64..c3be706d 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. +# [6.0.0-next.3](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native@6.0.0-next.2...@react-navigation/native@6.0.0-next.3) (2021-05-01) + + +### Features + +* add helper and hook for container ref ([0ecd112](https://github.com/react-navigation/react-navigation/commit/0ecd112ec9786a26261ada3d33ef44dc1ec84da0)) + + + + + # [6.0.0-next.2](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native@6.0.0-next.1...@react-navigation/native@6.0.0-next.2) (2021-04-08) **Note:** Version bump only for package @react-navigation/native diff --git a/packages/native/package.json b/packages/native/package.json index 25d05746..1a6ab12e 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.2", + "version": "6.0.0-next.3", "keywords": [ "react-native", "react-navigation", @@ -37,7 +37,7 @@ "clean": "del lib" }, "dependencies": { - "@react-navigation/core": "^6.0.0-next.2", + "@react-navigation/core": "^6.0.0-next.3", "escape-string-regexp": "^4.0.0", "nanoid": "^3.1.22" }, diff --git a/packages/stack/CHANGELOG.md b/packages/stack/CHANGELOG.md index 54d9c103..c5b1fe31 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.10](https://github.com/react-navigation/react-navigation/compare/@react-navigation/stack@6.0.0-next.9...@react-navigation/stack@6.0.0-next.10) (2021-05-01) + +**Note:** Version bump only for package @react-navigation/stack + + + + + # [6.0.0-next.9](https://github.com/react-navigation/react-navigation/compare/@react-navigation/stack@6.0.0-next.8...@react-navigation/stack@6.0.0-next.9) (2021-04-08) **Note:** Version bump only for package @react-navigation/stack diff --git a/packages/stack/package.json b/packages/stack/package.json index 2dcad934..2111909c 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.9", + "version": "6.0.0-next.10", "keywords": [ "react-native-component", "react-component", @@ -40,13 +40,13 @@ "clean": "del lib" }, "dependencies": { - "@react-navigation/elements": "^1.0.0-next.4", + "@react-navigation/elements": "^1.0.0-next.5", "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.2", + "@react-navigation/native": "^6.0.0-next.3", "@testing-library/react-native": "^7.2.0", "@types/color": "^3.0.1", "@types/react": "^16.9.53",