From 21f61d6eebcb232b487bad37187e78107eb56c83 Mon Sep 17 00:00:00 2001 From: Satyajit Sahoo Date: Sat, 6 Jun 2020 02:15:26 +0200 Subject: [PATCH] chore: publish - @react-navigation/bottom-tabs@5.5.2 - @react-navigation/compat@5.1.26 - @react-navigation/core@5.10.0 - @react-navigation/drawer@5.8.2 - @react-navigation/material-bottom-tabs@5.2.10 - @react-navigation/material-top-tabs@5.2.10 - @react-navigation/native@5.5.1 - @react-navigation/stack@5.4.2 --- packages/bottom-tabs/CHANGELOG.md | 8 ++++++++ packages/bottom-tabs/package.json | 4 ++-- packages/compat/CHANGELOG.md | 8 ++++++++ packages/compat/package.json | 4 ++-- packages/core/CHANGELOG.md | 19 +++++++++++++++++++ packages/core/package.json | 2 +- packages/drawer/CHANGELOG.md | 11 +++++++++++ packages/drawer/package.json | 4 ++-- packages/material-bottom-tabs/CHANGELOG.md | 8 ++++++++ packages/material-bottom-tabs/package.json | 4 ++-- packages/material-top-tabs/CHANGELOG.md | 8 ++++++++ packages/material-top-tabs/package.json | 4 ++-- packages/native/CHANGELOG.md | 8 ++++++++ packages/native/package.json | 4 ++-- packages/stack/CHANGELOG.md | 11 +++++++++++ packages/stack/package.json | 4 ++-- 16 files changed, 96 insertions(+), 15 deletions(-) diff --git a/packages/bottom-tabs/CHANGELOG.md b/packages/bottom-tabs/CHANGELOG.md index dd82249d..c3430a85 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. +## [5.5.2](https://github.com/react-navigation/react-navigation/tree/master/packages/bottom-tabs/compare/@react-navigation/bottom-tabs@5.5.1...@react-navigation/bottom-tabs@5.5.2) (2020-06-06) + +**Note:** Version bump only for package @react-navigation/bottom-tabs + + + + + ## [5.5.1](https://github.com/react-navigation/react-navigation/tree/master/packages/bottom-tabs/compare/@react-navigation/bottom-tabs@5.5.0...@react-navigation/bottom-tabs@5.5.1) (2020-05-27) diff --git a/packages/bottom-tabs/package.json b/packages/bottom-tabs/package.json index 9ac108d1..d565631c 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": "5.5.1", + "version": "5.5.2", "keywords": [ "react-native-component", "react-component", @@ -37,7 +37,7 @@ }, "devDependencies": { "@react-native-community/bob": "^0.14.3", - "@react-navigation/native": "^5.5.0", + "@react-navigation/native": "^5.5.1", "@types/color": "^3.0.1", "@types/react": "^16.9.34", "@types/react-native": "^0.62.7", diff --git a/packages/compat/CHANGELOG.md b/packages/compat/CHANGELOG.md index 37d2f4b2..f51b8900 100644 --- a/packages/compat/CHANGELOG.md +++ b/packages/compat/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. +## [5.1.26](https://github.com/react-navigation/react-navigation/tree/master/packages/compat/compare/@react-navigation/compat@5.1.25...@react-navigation/compat@5.1.26) (2020-06-06) + +**Note:** Version bump only for package @react-navigation/compat + + + + + ## [5.1.25](https://github.com/react-navigation/react-navigation/tree/master/packages/compat/compare/@react-navigation/compat@5.1.24...@react-navigation/compat@5.1.25) (2020-05-27) **Note:** Version bump only for package @react-navigation/compat diff --git a/packages/compat/package.json b/packages/compat/package.json index 4cf62dbf..f964b0da 100644 --- a/packages/compat/package.json +++ b/packages/compat/package.json @@ -1,7 +1,7 @@ { "name": "@react-navigation/compat", "description": "Compatibility layer to write navigator definitions in static configuration format", - "version": "5.1.25", + "version": "5.1.26", "license": "MIT", "repository": "https://github.com/react-navigation/react-navigation/tree/master/packages/compat", "bugs": { @@ -28,7 +28,7 @@ }, "devDependencies": { "@react-native-community/bob": "^0.14.3", - "@react-navigation/native": "^5.5.0", + "@react-navigation/native": "^5.5.1", "@types/react": "^16.9.34", "react": "~16.9.0", "typescript": "^3.8.3" diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 349eee40..ae72ecd8 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [5.10.0](https://github.com/react-navigation/react-navigation/tree/master/packages/core/compare/@react-navigation/core@5.9.0...@react-navigation/core@5.10.0) (2020-06-06) + + +### Bug Fixes + +* catch missing params when they are required in navigate ([#8389](https://github.com/react-navigation/react-navigation/tree/master/packages/core/issues/8389)) ([8774ca9](https://github.com/react-navigation/react-navigation/tree/master/packages/core/commit/8774ca97e1da91e97677ecd816c85f66af296b93)) +* make sure the wildcard pattern catches nested unmatched routes ([c3bd349](https://github.com/react-navigation/react-navigation/tree/master/packages/core/commit/c3bd349d77688011c9c55027edd66c6f39de2ade)) +* only use the query params for focused route in path ([2d66ef9](https://github.com/react-navigation/react-navigation/tree/master/packages/core/commit/2d66ef93ec9923a452415c482c40e7c6b769917c)) +* prevent state change being emitted unnecessarily ([ab1f79c](https://github.com/react-navigation/react-navigation/tree/master/packages/core/commit/ab1f79c096e94475a4da1acf1c850d04fb1bc4cf)) + + +### Features + +* add wildcard patterns for paths ([4fe72e3](https://github.com/react-navigation/react-navigation/tree/master/packages/core/commit/4fe72e3ce7bae9120d04e490401f3bad58ebdf5c)), closes [#8019](https://github.com/react-navigation/react-navigation/tree/master/packages/core/issues/8019) + + + + + # [5.9.0](https://github.com/react-navigation/react-navigation/tree/master/packages/core/compare/@react-navigation/core@5.8.2...@react-navigation/core@5.9.0) (2020-05-27) diff --git a/packages/core/package.json b/packages/core/package.json index 8ef99572..bbf8d645 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": "5.9.0", + "version": "5.10.0", "keywords": [ "react", "react-native", diff --git a/packages/drawer/CHANGELOG.md b/packages/drawer/CHANGELOG.md index dc55932d..4c04d174 100644 --- a/packages/drawer/CHANGELOG.md +++ b/packages/drawer/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. +## [5.8.2](https://github.com/react-navigation/react-navigation/tree/master/packages/drawer/compare/@react-navigation/drawer@5.8.1...@react-navigation/drawer@5.8.2) (2020-06-06) + + +### Bug Fixes + +* typo on drawerPosition default props ([#8357](https://github.com/react-navigation/react-navigation/tree/master/packages/drawer/issues/8357)) ([762cc44](https://github.com/react-navigation/react-navigation/tree/master/packages/drawer/commit/762cc4457842182189eeac84aedbb88169452e1e)) + + + + + ## [5.8.1](https://github.com/react-navigation/react-navigation/tree/master/packages/drawer/compare/@react-navigation/drawer@5.8.0...@react-navigation/drawer@5.8.1) (2020-05-27) **Note:** Version bump only for package @react-navigation/drawer diff --git a/packages/drawer/package.json b/packages/drawer/package.json index ac24bb6c..d4aedbfe 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": "5.8.1", + "version": "5.8.2", "keywords": [ "react-native-component", "react-component", @@ -42,7 +42,7 @@ }, "devDependencies": { "@react-native-community/bob": "^0.14.3", - "@react-navigation/native": "^5.5.0", + "@react-navigation/native": "^5.5.1", "@types/react": "^16.9.34", "@types/react-native": "^0.62.7", "del-cli": "^3.0.0", diff --git a/packages/material-bottom-tabs/CHANGELOG.md b/packages/material-bottom-tabs/CHANGELOG.md index 84af3abd..da5e36f1 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. +## [5.2.10](https://github.com/react-navigation/react-navigation/tree/master/packages/material-bottom-tabs/compare/@react-navigation/material-bottom-tabs@5.2.9...@react-navigation/material-bottom-tabs@5.2.10) (2020-06-06) + +**Note:** Version bump only for package @react-navigation/material-bottom-tabs + + + + + ## [5.2.9](https://github.com/react-navigation/react-navigation/tree/master/packages/material-bottom-tabs/compare/@react-navigation/material-bottom-tabs@5.2.8...@react-navigation/material-bottom-tabs@5.2.9) (2020-05-27) **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 c6d6b685..585c6806 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": "5.2.9", + "version": "5.2.10", "keywords": [ "react-native-component", "react-component", @@ -38,7 +38,7 @@ }, "devDependencies": { "@react-native-community/bob": "^0.14.3", - "@react-navigation/native": "^5.5.0", + "@react-navigation/native": "^5.5.1", "@types/react": "^16.9.34", "@types/react-native": "^0.62.7", "@types/react-native-vector-icons": "^6.4.5", diff --git a/packages/material-top-tabs/CHANGELOG.md b/packages/material-top-tabs/CHANGELOG.md index 6a5481cd..cdd59265 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. +## [5.2.10](https://github.com/react-navigation/react-navigation/tree/master/packages/material-top-tabs/compare/@react-navigation/material-top-tabs@5.2.9...@react-navigation/material-top-tabs@5.2.10) (2020-06-06) + +**Note:** Version bump only for package @react-navigation/material-top-tabs + + + + + ## [5.2.9](https://github.com/react-navigation/react-navigation/tree/master/packages/material-top-tabs/compare/@react-navigation/material-top-tabs@5.2.8...@react-navigation/material-top-tabs@5.2.9) (2020-05-27) **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 46917b88..e0a036b4 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": "5.2.9", + "version": "5.2.10", "keywords": [ "react-native-component", "react-component", @@ -41,7 +41,7 @@ }, "devDependencies": { "@react-native-community/bob": "^0.14.3", - "@react-navigation/native": "^5.5.0", + "@react-navigation/native": "^5.5.1", "@types/react": "^16.9.34", "@types/react-native": "^0.62.7", "del-cli": "^3.0.0", diff --git a/packages/native/CHANGELOG.md b/packages/native/CHANGELOG.md index 74c8fd35..e6f81ac0 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. +## [5.5.1](https://github.com/react-navigation/react-navigation/tree/master/packages/native/compare/@react-navigation/native@5.5.0...@react-navigation/native@5.5.1) (2020-06-06) + +**Note:** Version bump only for package @react-navigation/native + + + + + # [5.5.0](https://github.com/react-navigation/react-navigation/tree/master/packages/native/compare/@react-navigation/native@5.4.3...@react-navigation/native@5.5.0) (2020-05-27) diff --git a/packages/native/package.json b/packages/native/package.json index d0a56380..626e75fb 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": "5.5.0", + "version": "5.5.1", "keywords": [ "react-native", "react-navigation", @@ -33,7 +33,7 @@ "clean": "del lib" }, "dependencies": { - "@react-navigation/core": "^5.9.0", + "@react-navigation/core": "^5.10.0", "nanoid": "^3.1.9" }, "devDependencies": { diff --git a/packages/stack/CHANGELOG.md b/packages/stack/CHANGELOG.md index b15802c9..2fab1990 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. +## [5.4.2](https://github.com/react-navigation/react-navigation/tree/master/packages/stack/compare/@react-navigation/stack@5.4.1...@react-navigation/stack@5.4.2) (2020-06-06) + + +### Bug Fixes + +* relatively position float Header if !headerTransparent ([#8285](https://github.com/react-navigation/react-navigation/tree/master/packages/stack/issues/8285)) ([78afbff](https://github.com/react-navigation/react-navigation/tree/master/packages/stack/commit/78afbffe976b14bb60666a2b1230127db0dc24f6)) + + + + + ## [5.4.1](https://github.com/react-navigation/react-navigation/tree/master/packages/stack/compare/@react-navigation/stack@5.4.0...@react-navigation/stack@5.4.1) (2020-05-27) diff --git a/packages/stack/package.json b/packages/stack/package.json index 050871d6..31c0c11f 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": "5.4.1", + "version": "5.4.2", "keywords": [ "react-native-component", "react-component", @@ -42,7 +42,7 @@ "devDependencies": { "@react-native-community/bob": "^0.14.3", "@react-native-community/masked-view": "^0.1.10", - "@react-navigation/native": "^5.5.0", + "@react-navigation/native": "^5.5.1", "@types/color": "^3.0.1", "@types/react": "^16.9.34", "@types/react-native": "^0.62.7",