diff --git a/packages/bottom-tabs/CHANGELOG.md b/packages/bottom-tabs/CHANGELOG.md index 947e12e0..af7d6475 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.15](https://github.com/react-navigation/react-navigation/compare/@react-navigation/bottom-tabs@6.0.0-next.14...@react-navigation/bottom-tabs@6.0.0-next.15) (2021-05-27) + +**Note:** Version bump only for package @react-navigation/bottom-tabs + + + + + # [6.0.0-next.14](https://github.com/react-navigation/react-navigation/compare/@react-navigation/bottom-tabs@6.0.0-next.13...@react-navigation/bottom-tabs@6.0.0-next.14) (2021-05-26) diff --git a/packages/bottom-tabs/package.json b/packages/bottom-tabs/package.json index 7a8bac57..695aac0d 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.14", + "version": "6.0.0-next.15", "keywords": [ "react-native-component", "react-component", @@ -36,12 +36,12 @@ "clean": "del lib" }, "dependencies": { - "@react-navigation/elements": "^1.0.0-next.13", + "@react-navigation/elements": "^1.0.0-next.14", "color": "^3.1.3", "warn-once": "^0.1.0" }, "devDependencies": { - "@react-navigation/native": "^6.0.0-next.10", + "@react-navigation/native": "^6.0.0-next.11", "@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 b7f331ad..86307f0b 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. +# [6.0.0-next.11](https://github.com/react-navigation/react-navigation/compare/@react-navigation/core@6.0.0-next.10...@react-navigation/core@6.0.0-next.11) (2021-05-27) + +**Note:** Version bump only for package @react-navigation/core + + + + + # [6.0.0-next.10](https://github.com/react-navigation/react-navigation/compare/@react-navigation/core@6.0.0-next.9...@react-navigation/core@6.0.0-next.10) (2021-05-26) diff --git a/packages/core/package.json b/packages/core/package.json index f8385c5d..bbbec00f 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.10", + "version": "6.0.0-next.11", "keywords": [ "react", "react-native", @@ -35,7 +35,7 @@ "clean": "del lib" }, "dependencies": { - "@react-navigation/routers": "^6.0.0-next.3", + "@react-navigation/routers": "^6.0.0-next.4", "escape-string-regexp": "^4.0.0", "nanoid": "^3.1.22", "query-string": "^7.0.0", diff --git a/packages/devtools/CHANGELOG.md b/packages/devtools/CHANGELOG.md index f1df61db..1e4c09fa 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.12](https://github.com/react-navigation/react-navigation/compare/@react-navigation/devtools@6.0.0-next.11...@react-navigation/devtools@6.0.0-next.12) (2021-05-27) + +**Note:** Version bump only for package @react-navigation/devtools + + + + + # [6.0.0-next.11](https://github.com/react-navigation/react-navigation/compare/@react-navigation/devtools@6.0.0-next.10...@react-navigation/devtools@6.0.0-next.11) (2021-05-26) **Note:** Version bump only for package @react-navigation/devtools diff --git a/packages/devtools/package.json b/packages/devtools/package.json index 64d0abd0..06ed8620 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.11", + "version": "6.0.0-next.12", "keywords": [ "react", "react-native", @@ -40,7 +40,7 @@ "nanoid": "^3.1.22" }, "devDependencies": { - "@react-navigation/core": "^6.0.0-next.10", + "@react-navigation/core": "^6.0.0-next.11", "@testing-library/react-native": "^7.2.0", "@types/deep-equal": "^1.0.1", "@types/react": "^16.9.53", diff --git a/packages/drawer/CHANGELOG.md b/packages/drawer/CHANGELOG.md index c37801ed..d208e0fb 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.14](https://github.com/react-navigation/react-navigation/compare/@react-navigation/drawer@6.0.0-next.13...@react-navigation/drawer@6.0.0-next.14) (2021-05-27) + +**Note:** Version bump only for package @react-navigation/drawer + + + + + # [6.0.0-next.13](https://github.com/react-navigation/react-navigation/compare/@react-navigation/drawer@6.0.0-next.12...@react-navigation/drawer@6.0.0-next.13) (2021-05-26) diff --git a/packages/drawer/package.json b/packages/drawer/package.json index de708430..147c7440 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.13", + "version": "6.0.0-next.14", "keywords": [ "react-native-component", "react-component", @@ -41,12 +41,12 @@ "clean": "del lib" }, "dependencies": { - "@react-navigation/elements": "^1.0.0-next.13", + "@react-navigation/elements": "^1.0.0-next.14", "color": "^3.1.3", "warn-once": "^0.1.0" }, "devDependencies": { - "@react-navigation/native": "^6.0.0-next.10", + "@react-navigation/native": "^6.0.0-next.11", "@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 a6fbacbc..96e805d4 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.14](https://github.com/react-navigation/react-navigation/compare/@react-navigation/elements@1.0.0-next.13...@react-navigation/elements@1.0.0-next.14) (2021-05-27) + +**Note:** Version bump only for package @react-navigation/elements + + + + + # [1.0.0-next.13](https://github.com/react-navigation/react-navigation/compare/@react-navigation/elements@1.0.0-next.12...@react-navigation/elements@1.0.0-next.13) (2021-05-26) **Note:** Version bump only for package @react-navigation/elements diff --git a/packages/elements/package.json b/packages/elements/package.json index 10936572..c845d55b 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.13", + "version": "1.0.0-next.14", "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.10", + "@react-navigation/native": "^6.0.0-next.11", "@testing-library/react-native": "^7.2.0", "@types/react": "^16.9.53", "@types/react-native": "~0.64.4", diff --git a/packages/flipper-plugin-react-navigation/CHANGELOG.md b/packages/flipper-plugin-react-navigation/CHANGELOG.md index c982d421..5b750540 100644 --- a/packages/flipper-plugin-react-navigation/CHANGELOG.md +++ b/packages/flipper-plugin-react-navigation/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.1.2](https://github.com/react-navigation/react-navigation/compare/flipper-plugin-react-navigation@1.1.1...flipper-plugin-react-navigation@1.1.2) (2021-05-27) + +**Note:** Version bump only for package flipper-plugin-react-navigation + + + + + ## [1.1.1](https://github.com/react-navigation/react-navigation/compare/flipper-plugin-react-navigation@1.1.0...flipper-plugin-react-navigation@1.1.1) (2021-05-26) **Note:** Version bump only for package flipper-plugin-react-navigation diff --git a/packages/flipper-plugin-react-navigation/package.json b/packages/flipper-plugin-react-navigation/package.json index 1626c070..ab42eb91 100644 --- a/packages/flipper-plugin-react-navigation/package.json +++ b/packages/flipper-plugin-react-navigation/package.json @@ -2,7 +2,7 @@ "$schema": "https://fbflipper.com/schemas/plugin-package/v2.json", "name": "flipper-plugin-react-navigation", "id": "react-navigation", - "version": "1.1.1", + "version": "1.1.2", "pluginType": "client", "main": "dist/bundle.js", "flipperBundlerEntry": "src/index.tsx", @@ -28,7 +28,7 @@ "@ant-design/icons": "^4.6.2", "@babel/preset-react": "^7.12.13", "@babel/preset-typescript": "^7.13.0", - "@react-navigation/core": "^6.0.0-next.10", + "@react-navigation/core": "^6.0.0-next.11", "@types/react": "^17.0.3", "@types/react-dom": "^17.0.2", "antd": "^4.14.0", diff --git a/packages/material-bottom-tabs/CHANGELOG.md b/packages/material-bottom-tabs/CHANGELOG.md index b6cdb975..924e06b3 100644 --- a/packages/material-bottom-tabs/CHANGELOG.md +++ b/packages/material-bottom-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. +# [6.0.0-next.11](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-bottom-tabs@6.0.0-next.10...@react-navigation/material-bottom-tabs@6.0.0-next.11) (2021-05-27) + + +### Bug Fixes + +* use safe area context in material bottom tabs ([80cdc88](https://github.com/react-navigation/react-navigation/commit/80cdc88588584cfab0c122a77fecde1610229961)) + + + + + # [6.0.0-next.10](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-bottom-tabs@6.0.0-next.9...@react-navigation/material-bottom-tabs@6.0.0-next.10) (2021-05-26) diff --git a/packages/material-bottom-tabs/package.json b/packages/material-bottom-tabs/package.json index 8345685f..6d55d128 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.10", + "version": "6.0.0-next.11", "keywords": [ "react-native-component", "react-component", @@ -41,10 +41,10 @@ "clean": "del lib" }, "dependencies": { - "@react-navigation/elements": "^1.0.0-next.13" + "@react-navigation/elements": "^1.0.0-next.14" }, "devDependencies": { - "@react-navigation/native": "^6.0.0-next.10", + "@react-navigation/native": "^6.0.0-next.11", "@testing-library/react-native": "^7.2.0", "@types/react": "^16.9.53", "@types/react-native": "~0.64.4", @@ -53,8 +53,8 @@ "react": "~16.13.1", "react-native": "~0.63.4", "react-native-builder-bob": "^0.18.1", - "react-native-safe-area-context": "~3.2.0", "react-native-paper": "^4.9.0", + "react-native-safe-area-context": "~3.2.0", "react-native-vector-icons": "^8.1.0", "typescript": "^4.2.3" }, diff --git a/packages/material-top-tabs/CHANGELOG.md b/packages/material-top-tabs/CHANGELOG.md index c1e3b5a3..f67c886c 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.12](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-top-tabs@6.0.0-next.11...@react-navigation/material-top-tabs@6.0.0-next.12) (2021-05-27) + +**Note:** Version bump only for package @react-navigation/material-top-tabs + + + + + # [6.0.0-next.11](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-top-tabs@6.0.0-next.10...@react-navigation/material-top-tabs@6.0.0-next.11) (2021-05-26) diff --git a/packages/material-top-tabs/package.json b/packages/material-top-tabs/package.json index 0b549981..356be443 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.11", + "version": "6.0.0-next.12", "keywords": [ "react-native-component", "react-component", @@ -45,7 +45,7 @@ "warn-once": "^0.1.0" }, "devDependencies": { - "@react-navigation/native": "^6.0.0-next.10", + "@react-navigation/native": "^6.0.0-next.11", "@testing-library/react-native": "^7.2.0", "@types/react": "^16.9.53", "@types/react-native": "~0.64.4", diff --git a/packages/native-stack/CHANGELOG.md b/packages/native-stack/CHANGELOG.md index dce76e29..82579f20 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. +# [6.0.0-next.4](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native-stack@6.0.0-next.3...@react-navigation/native-stack@6.0.0-next.4) (2021-05-27) + +**Note:** Version bump only for package @react-navigation/native-stack + + + + + # [6.0.0-next.3](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native-stack@6.0.0-next.2...@react-navigation/native-stack@6.0.0-next.3) (2021-05-26) diff --git a/packages/native-stack/package.json b/packages/native-stack/package.json index c0a16aa3..df7c897a 100644 --- a/packages/native-stack/package.json +++ b/packages/native-stack/package.json @@ -1,7 +1,7 @@ { "name": "@react-navigation/native-stack", "description": "Native stack navigator using react-native-screens", - "version": "6.0.0-next.3", + "version": "6.0.0-next.4", "keywords": [ "react-native-component", "react-component", @@ -41,11 +41,11 @@ "clean": "del lib" }, "dependencies": { - "@react-navigation/elements": "^1.0.0-next.13", + "@react-navigation/elements": "^1.0.0-next.14", "warn-once": "^0.1.0" }, "devDependencies": { - "@react-navigation/native": "^6.0.0-next.10", + "@react-navigation/native": "^6.0.0-next.11", "@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 858b5773..ff47e3b5 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.11](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native@6.0.0-next.10...@react-navigation/native@6.0.0-next.11) (2021-05-27) + +**Note:** Version bump only for package @react-navigation/native + + + + + # [6.0.0-next.10](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native@6.0.0-next.9...@react-navigation/native@6.0.0-next.10) (2021-05-26) diff --git a/packages/native/package.json b/packages/native/package.json index b73f4723..99ba3044 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.10", + "version": "6.0.0-next.11", "keywords": [ "react-native", "react-navigation", @@ -37,7 +37,7 @@ "clean": "del lib" }, "dependencies": { - "@react-navigation/core": "^6.0.0-next.10", + "@react-navigation/core": "^6.0.0-next.11", "escape-string-regexp": "^4.0.0", "nanoid": "^3.1.22" }, diff --git a/packages/routers/CHANGELOG.md b/packages/routers/CHANGELOG.md index 8b851037..5d17db69 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. +# [6.0.0-next.4](https://github.com/react-navigation/react-navigation/compare/@react-navigation/routers@6.0.0-next.3...@react-navigation/routers@6.0.0-next.4) (2021-05-27) + +**Note:** Version bump only for package @react-navigation/routers + + + + + # [6.0.0-next.3](https://github.com/react-navigation/react-navigation/compare/@react-navigation/routers@6.0.0-next.2...@react-navigation/routers@6.0.0-next.3) (2021-05-23) **Note:** Version bump only for package @react-navigation/routers diff --git a/packages/routers/package.json b/packages/routers/package.json index 93cd6e75..f2cda32c 100644 --- a/packages/routers/package.json +++ b/packages/routers/package.json @@ -1,7 +1,7 @@ { "name": "@react-navigation/routers", "description": "Routers to help build custom navigators", - "version": "6.0.0-next.3", + "version": "6.0.0-next.4", "keywords": [ "react", "react-native", diff --git a/packages/stack/CHANGELOG.md b/packages/stack/CHANGELOG.md index 9120cb95..2cf484ad 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.22](https://github.com/react-navigation/react-navigation/compare/@react-navigation/stack@6.0.0-next.21...@react-navigation/stack@6.0.0-next.22) (2021-05-27) + +**Note:** Version bump only for package @react-navigation/stack + + + + + # [6.0.0-next.21](https://github.com/react-navigation/react-navigation/compare/@react-navigation/stack@6.0.0-next.20...@react-navigation/stack@6.0.0-next.21) (2021-05-26) diff --git a/packages/stack/package.json b/packages/stack/package.json index 0bbb9b68..f38ed3b5 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.21", + "version": "6.0.0-next.22", "keywords": [ "react-native-component", "react-component", @@ -40,13 +40,13 @@ "clean": "del lib" }, "dependencies": { - "@react-navigation/elements": "^1.0.0-next.13", + "@react-navigation/elements": "^1.0.0-next.14", "color": "^3.1.3", "react-native-iphone-x-helper": "^1.3.0", "warn-once": "^0.1.0" }, "devDependencies": { - "@react-navigation/native": "^6.0.0-next.10", + "@react-navigation/native": "^6.0.0-next.11", "@testing-library/react-native": "^7.2.0", "@types/color": "^3.0.1", "@types/react": "^16.9.53",