From fe6d20c10e615cf0d538783ba88642ec3ef44c71 Mon Sep 17 00:00:00 2001 From: Satyajit Sahoo Date: Tue, 1 Jun 2021 13:30:34 +0200 Subject: [PATCH] chore: publish - @react-navigation/bottom-tabs@6.0.0-next.18 - @react-navigation/drawer@6.0.0-next.17 - @react-navigation/elements@1.0.0-next.17 - @react-navigation/material-bottom-tabs@6.0.0-next.14 - @react-navigation/native-stack@6.0.0-next.7 - @react-navigation/stack@6.0.0-next.25 --- packages/bottom-tabs/CHANGELOG.md | 8 ++++++++ packages/bottom-tabs/package.json | 4 ++-- packages/drawer/CHANGELOG.md | 8 ++++++++ packages/drawer/package.json | 4 ++-- packages/elements/CHANGELOG.md | 11 +++++++++++ packages/elements/package.json | 2 +- packages/material-bottom-tabs/CHANGELOG.md | 8 ++++++++ packages/material-bottom-tabs/package.json | 4 ++-- packages/native-stack/CHANGELOG.md | 8 ++++++++ packages/native-stack/package.json | 4 ++-- packages/stack/CHANGELOG.md | 11 +++++++++++ packages/stack/package.json | 4 ++-- 12 files changed, 65 insertions(+), 11 deletions(-) diff --git a/packages/bottom-tabs/CHANGELOG.md b/packages/bottom-tabs/CHANGELOG.md index 09f137e0..1930e176 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.18](https://github.com/react-navigation/react-navigation/compare/@react-navigation/bottom-tabs@6.0.0-next.17...@react-navigation/bottom-tabs@6.0.0-next.18) (2021-06-01) + +**Note:** Version bump only for package @react-navigation/bottom-tabs + + + + + # [6.0.0-next.17](https://github.com/react-navigation/react-navigation/compare/@react-navigation/bottom-tabs@6.0.0-next.16...@react-navigation/bottom-tabs@6.0.0-next.17) (2021-05-29) **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 0fe15d6f..228cc42d 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.17", + "version": "6.0.0-next.18", "keywords": [ "react-native-component", "react-component", @@ -36,7 +36,7 @@ "clean": "del lib" }, "dependencies": { - "@react-navigation/elements": "^1.0.0-next.16", + "@react-navigation/elements": "^1.0.0-next.17", "color": "^3.1.3", "warn-once": "^0.1.0" }, diff --git a/packages/drawer/CHANGELOG.md b/packages/drawer/CHANGELOG.md index 81986eeb..c73325ba 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.17](https://github.com/react-navigation/react-navigation/compare/@react-navigation/drawer@6.0.0-next.16...@react-navigation/drawer@6.0.0-next.17) (2021-06-01) + +**Note:** Version bump only for package @react-navigation/drawer + + + + + # [6.0.0-next.16](https://github.com/react-navigation/react-navigation/compare/@react-navigation/drawer@6.0.0-next.15...@react-navigation/drawer@6.0.0-next.16) (2021-05-29) **Note:** Version bump only for package @react-navigation/drawer diff --git a/packages/drawer/package.json b/packages/drawer/package.json index f53ea33f..5687e028 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.16", + "version": "6.0.0-next.17", "keywords": [ "react-native-component", "react-component", @@ -41,7 +41,7 @@ "clean": "del lib" }, "dependencies": { - "@react-navigation/elements": "^1.0.0-next.16", + "@react-navigation/elements": "^1.0.0-next.17", "color": "^3.1.3", "warn-once": "^0.1.0" }, diff --git a/packages/elements/CHANGELOG.md b/packages/elements/CHANGELOG.md index bc729378..2386dc4f 100644 --- a/packages/elements/CHANGELOG.md +++ b/packages/elements/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. +# [1.0.0-next.17](https://github.com/react-navigation/react-navigation/compare/@react-navigation/elements@1.0.0-next.16...@react-navigation/elements@1.0.0-next.17) (2021-06-01) + + +### Bug Fixes + +* tweak opacity animation for PlatformPressable ([b46c433](https://github.com/react-navigation/react-navigation/commit/b46c433f1e012fc3215ec32ac787c7c018963505)) + + + + + # [1.0.0-next.16](https://github.com/react-navigation/react-navigation/compare/@react-navigation/elements@1.0.0-next.15...@react-navigation/elements@1.0.0-next.16) (2021-05-29) **Note:** Version bump only for package @react-navigation/elements diff --git a/packages/elements/package.json b/packages/elements/package.json index 3b5e7b28..e5911bbe 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.16", + "version": "1.0.0-next.17", "keywords": [ "react-native", "react-navigation", diff --git a/packages/material-bottom-tabs/CHANGELOG.md b/packages/material-bottom-tabs/CHANGELOG.md index 339d1591..4440c22d 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.14](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-bottom-tabs@6.0.0-next.13...@react-navigation/material-bottom-tabs@6.0.0-next.14) (2021-06-01) + +**Note:** Version bump only for package @react-navigation/material-bottom-tabs + + + + + # [6.0.0-next.13](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-bottom-tabs@6.0.0-next.12...@react-navigation/material-bottom-tabs@6.0.0-next.13) (2021-05-29) **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 d6b241f8..67563a4a 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.13", + "version": "6.0.0-next.14", "keywords": [ "react-native-component", "react-component", @@ -41,7 +41,7 @@ "clean": "del lib" }, "dependencies": { - "@react-navigation/elements": "^1.0.0-next.16" + "@react-navigation/elements": "^1.0.0-next.17" }, "devDependencies": { "@react-navigation/native": "^6.0.0-next.13", diff --git a/packages/native-stack/CHANGELOG.md b/packages/native-stack/CHANGELOG.md index 9f884fa8..9c7e264b 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.7](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native-stack@6.0.0-next.6...@react-navigation/native-stack@6.0.0-next.7) (2021-06-01) + +**Note:** Version bump only for package @react-navigation/native-stack + + + + + # [6.0.0-next.6](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native-stack@6.0.0-next.5...@react-navigation/native-stack@6.0.0-next.6) (2021-05-29) **Note:** Version bump only for package @react-navigation/native-stack diff --git a/packages/native-stack/package.json b/packages/native-stack/package.json index f7da9477..8e1949f1 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.6", + "version": "6.0.0-next.7", "keywords": [ "react-native-component", "react-component", @@ -41,7 +41,7 @@ "clean": "del lib" }, "dependencies": { - "@react-navigation/elements": "^1.0.0-next.16", + "@react-navigation/elements": "^1.0.0-next.17", "warn-once": "^0.1.0" }, "devDependencies": { diff --git a/packages/stack/CHANGELOG.md b/packages/stack/CHANGELOG.md index 47507f55..c81b0059 100644 --- a/packages/stack/CHANGELOG.md +++ b/packages/stack/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.25](https://github.com/react-navigation/react-navigation/compare/@react-navigation/stack@6.0.0-next.24...@react-navigation/stack@6.0.0-next.25) (2021-06-01) + + +### Bug Fixes + +* tweak android q animation ([7d74bd7](https://github.com/react-navigation/react-navigation/commit/7d74bd73a7333f0b1373a05c9f06e981556feed2)) + + + + + # [6.0.0-next.24](https://github.com/react-navigation/react-navigation/compare/@react-navigation/stack@6.0.0-next.23...@react-navigation/stack@6.0.0-next.24) (2021-05-29) diff --git a/packages/stack/package.json b/packages/stack/package.json index 20a63661..02e5746d 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.24", + "version": "6.0.0-next.25", "keywords": [ "react-native-component", "react-component", @@ -40,7 +40,7 @@ "clean": "del lib" }, "dependencies": { - "@react-navigation/elements": "^1.0.0-next.16", + "@react-navigation/elements": "^1.0.0-next.17", "color": "^3.1.3", "react-native-iphone-x-helper": "^1.3.0", "warn-once": "^0.1.0"