From c3ba72df6580e5f4d52dac7e9267f163e85b62fc Mon Sep 17 00:00:00 2001 From: Satyajit Sahoo Date: Sat, 29 May 2021 20:35:14 +0200 Subject: [PATCH] chore: publish - @react-navigation/bottom-tabs@6.0.0-next.17 - @react-navigation/core@6.0.0-next.13 - @react-navigation/devtools@6.0.0-next.14 - @react-navigation/drawer@6.0.0-next.16 - @react-navigation/elements@1.0.0-next.16 - flipper-plugin-react-navigation@1.1.4 - @react-navigation/material-bottom-tabs@6.0.0-next.13 - @react-navigation/material-top-tabs@6.0.0-next.14 - @react-navigation/native-stack@6.0.0-next.6 - @react-navigation/native@6.0.0-next.13 - @react-navigation/stack@6.0.0-next.24 --- packages/bottom-tabs/CHANGELOG.md | 8 ++++++++ packages/bottom-tabs/package.json | 6 +++--- packages/core/CHANGELOG.md | 11 +++++++++++ packages/core/package.json | 2 +- packages/devtools/CHANGELOG.md | 8 ++++++++ packages/devtools/package.json | 4 ++-- packages/drawer/CHANGELOG.md | 8 ++++++++ packages/drawer/package.json | 6 +++--- packages/elements/CHANGELOG.md | 8 ++++++++ packages/elements/package.json | 4 ++-- packages/flipper-plugin-react-navigation/CHANGELOG.md | 8 ++++++++ packages/flipper-plugin-react-navigation/package.json | 5 ++--- packages/material-bottom-tabs/CHANGELOG.md | 8 ++++++++ packages/material-bottom-tabs/package.json | 6 +++--- packages/material-top-tabs/CHANGELOG.md | 8 ++++++++ packages/material-top-tabs/package.json | 4 ++-- packages/native-stack/CHANGELOG.md | 8 ++++++++ packages/native-stack/package.json | 6 +++--- packages/native/CHANGELOG.md | 11 +++++++++++ packages/native/package.json | 4 ++-- packages/stack/CHANGELOG.md | 11 +++++++++++ packages/stack/package.json | 6 +++--- 22 files changed, 123 insertions(+), 27 deletions(-) diff --git a/packages/bottom-tabs/CHANGELOG.md b/packages/bottom-tabs/CHANGELOG.md index 2ae51898..09f137e0 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.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 + + + + + # [6.0.0-next.16](https://github.com/react-navigation/react-navigation/compare/@react-navigation/bottom-tabs@6.0.0-next.15...@react-navigation/bottom-tabs@6.0.0-next.16) (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 ac3f1f21..0fe15d6f 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.16", + "version": "6.0.0-next.17", "keywords": [ "react-native-component", "react-component", @@ -36,12 +36,12 @@ "clean": "del lib" }, "dependencies": { - "@react-navigation/elements": "^1.0.0-next.15", + "@react-navigation/elements": "^1.0.0-next.16", "color": "^3.1.3", "warn-once": "^0.1.0" }, "devDependencies": { - "@react-navigation/native": "^6.0.0-next.12", + "@react-navigation/native": "^6.0.0-next.13", "@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 d19e9321..f3a63a81 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.13](https://github.com/react-navigation/react-navigation/compare/@react-navigation/core@6.0.0-next.12...@react-navigation/core@6.0.0-next.13) (2021-05-29) + + +### Bug Fixes + +* validate property names in linking config ([324ea71](https://github.com/react-navigation/react-navigation/commit/324ea7181db6b743f512854be267cc9d65975b6f)) + + + + + # [6.0.0-next.12](https://github.com/react-navigation/react-navigation/compare/@react-navigation/core@6.0.0-next.11...@react-navigation/core@6.0.0-next.12) (2021-05-29) diff --git a/packages/core/package.json b/packages/core/package.json index c6b85f15..ebb6c1eb 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.12", + "version": "6.0.0-next.13", "keywords": [ "react", "react-native", diff --git a/packages/devtools/CHANGELOG.md b/packages/devtools/CHANGELOG.md index c128001b..03442322 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.14](https://github.com/react-navigation/react-navigation/compare/@react-navigation/devtools@6.0.0-next.13...@react-navigation/devtools@6.0.0-next.14) (2021-05-29) + +**Note:** Version bump only for package @react-navigation/devtools + + + + + # [6.0.0-next.13](https://github.com/react-navigation/react-navigation/compare/@react-navigation/devtools@6.0.0-next.12...@react-navigation/devtools@6.0.0-next.13) (2021-05-29) diff --git a/packages/devtools/package.json b/packages/devtools/package.json index 4a55a5da..2dbe6eeb 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.13", + "version": "6.0.0-next.14", "keywords": [ "react", "react-native", @@ -40,7 +40,7 @@ "nanoid": "^3.1.22" }, "devDependencies": { - "@react-navigation/core": "^6.0.0-next.12", + "@react-navigation/core": "^6.0.0-next.13", "@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 37d7e411..81986eeb 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.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 + + + + + # [6.0.0-next.15](https://github.com/react-navigation/react-navigation/compare/@react-navigation/drawer@6.0.0-next.14...@react-navigation/drawer@6.0.0-next.15) (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 b1557bd2..f53ea33f 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.15", + "version": "6.0.0-next.16", "keywords": [ "react-native-component", "react-component", @@ -41,12 +41,12 @@ "clean": "del lib" }, "dependencies": { - "@react-navigation/elements": "^1.0.0-next.15", + "@react-navigation/elements": "^1.0.0-next.16", "color": "^3.1.3", "warn-once": "^0.1.0" }, "devDependencies": { - "@react-navigation/native": "^6.0.0-next.12", + "@react-navigation/native": "^6.0.0-next.13", "@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 19d12e56..bc729378 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.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 + + + + + # [1.0.0-next.15](https://github.com/react-navigation/react-navigation/compare/@react-navigation/elements@1.0.0-next.14...@react-navigation/elements@1.0.0-next.15) (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 790e1ad7..3b5e7b28 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.15", + "version": "1.0.0-next.16", "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.12", + "@react-navigation/native": "^6.0.0-next.13", "@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 27760233..6a89c4d7 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.4](https://github.com/react-navigation/react-navigation/compare/flipper-plugin-react-navigation@1.1.3...flipper-plugin-react-navigation@1.1.4) (2021-05-29) + +**Note:** Version bump only for package flipper-plugin-react-navigation + + + + + ## [1.1.3](https://github.com/react-navigation/react-navigation/compare/flipper-plugin-react-navigation@1.1.2...flipper-plugin-react-navigation@1.1.3) (2021-05-29) **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 98257f7c..ca59a941 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", "description": "Developer tools for React Navigation", - "version": "1.1.3", + "version": "1.1.4", "main": "dist/bundle.js", "license": "MIT", "keywords": [ @@ -25,7 +25,6 @@ "watch": "flipper-pkg bundle --watch", "test": "jest --no-watchman" }, - "dependencies": {}, "peerDependencies": { "antd": "*", "flipper": "*", @@ -35,7 +34,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.12", + "@react-navigation/core": "^6.0.0-next.13", "@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 5d9a6f22..339d1591 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.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 + + + + + # [6.0.0-next.12](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-bottom-tabs@6.0.0-next.11...@react-navigation/material-bottom-tabs@6.0.0-next.12) (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 3e675a91..cf30edaa 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.12", + "version": "6.0.0-next.13", "keywords": [ "react-native-component", "react-component", @@ -41,10 +41,10 @@ "clean": "del lib" }, "dependencies": { - "@react-navigation/elements": "^1.0.0-next.15" + "@react-navigation/elements": "^1.0.0-next.16" }, "devDependencies": { - "@react-navigation/native": "^6.0.0-next.12", + "@react-navigation/native": "^6.0.0-next.13", "@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 864c2648..34c4f7a6 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.14](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-top-tabs@6.0.0-next.13...@react-navigation/material-top-tabs@6.0.0-next.14) (2021-05-29) + +**Note:** Version bump only for package @react-navigation/material-top-tabs + + + + + # [6.0.0-next.13](https://github.com/react-navigation/react-navigation/compare/@react-navigation/material-top-tabs@6.0.0-next.12...@react-navigation/material-top-tabs@6.0.0-next.13) (2021-05-29) **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 4817312e..266c2749 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.13", + "version": "6.0.0-next.14", "keywords": [ "react-native-component", "react-component", @@ -45,7 +45,7 @@ "warn-once": "^0.1.0" }, "devDependencies": { - "@react-navigation/native": "^6.0.0-next.12", + "@react-navigation/native": "^6.0.0-next.13", "@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 da62301e..9f884fa8 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.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 + + + + + # [6.0.0-next.5](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native-stack@6.0.0-next.4...@react-navigation/native-stack@6.0.0-next.5) (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 2ea301e0..f7da9477 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.5", + "version": "6.0.0-next.6", "keywords": [ "react-native-component", "react-component", @@ -41,11 +41,11 @@ "clean": "del lib" }, "dependencies": { - "@react-navigation/elements": "^1.0.0-next.15", + "@react-navigation/elements": "^1.0.0-next.16", "warn-once": "^0.1.0" }, "devDependencies": { - "@react-navigation/native": "^6.0.0-next.12", + "@react-navigation/native": "^6.0.0-next.13", "@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 6f82a970..a0d61a37 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.13](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native@6.0.0-next.12...@react-navigation/native@6.0.0-next.13) (2021-05-29) + + +### Bug Fixes + +* validate property names in linking config ([324ea71](https://github.com/react-navigation/react-navigation/commit/324ea7181db6b743f512854be267cc9d65975b6f)) + + + + + # [6.0.0-next.12](https://github.com/react-navigation/react-navigation/compare/@react-navigation/native@6.0.0-next.11...@react-navigation/native@6.0.0-next.12) (2021-05-29) diff --git a/packages/native/package.json b/packages/native/package.json index 55df7782..8f585776 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.12", + "version": "6.0.0-next.13", "keywords": [ "react-native", "react-navigation", @@ -37,7 +37,7 @@ "clean": "del lib" }, "dependencies": { - "@react-navigation/core": "^6.0.0-next.12", + "@react-navigation/core": "^6.0.0-next.13", "escape-string-regexp": "^4.0.0", "nanoid": "^3.1.22" }, diff --git a/packages/stack/CHANGELOG.md b/packages/stack/CHANGELOG.md index 31cd4c58..47507f55 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.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) + + +### Bug Fixes + +* remove card shadow from default animation ([70f4fe2](https://github.com/react-navigation/react-navigation/commit/70f4fe2ffaa219a2a72e0ae25b7d5d007948c2a4)), closes [#9569](https://github.com/react-navigation/react-navigation/issues/9569) + + + + + # [6.0.0-next.23](https://github.com/react-navigation/react-navigation/compare/@react-navigation/stack@6.0.0-next.22...@react-navigation/stack@6.0.0-next.23) (2021-05-29) **Note:** Version bump only for package @react-navigation/stack diff --git a/packages/stack/package.json b/packages/stack/package.json index a9f6b479..20a63661 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.23", + "version": "6.0.0-next.24", "keywords": [ "react-native-component", "react-component", @@ -40,13 +40,13 @@ "clean": "del lib" }, "dependencies": { - "@react-navigation/elements": "^1.0.0-next.15", + "@react-navigation/elements": "^1.0.0-next.16", "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.12", + "@react-navigation/native": "^6.0.0-next.13", "@testing-library/react-native": "^7.2.0", "@types/color": "^3.0.1", "@types/react": "^16.9.53",