diff --git a/packages/bottom-tabs/CHANGELOG.md b/packages/bottom-tabs/CHANGELOG.md index dde49263..061bf71c 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.2.1](https://github.com/react-navigation/react-navigation/tree/master/packages/bottom-tabs/compare/@react-navigation/bottom-tabs@5.2.0...@react-navigation/bottom-tabs@5.2.1) (2020-03-17) + +**Note:** Version bump only for package @react-navigation/bottom-tabs + + + + + # [5.2.0](https://github.com/react-navigation/react-navigation/tree/master/packages/bottom-tabs/compare/@react-navigation/bottom-tabs@5.1.1...@react-navigation/bottom-tabs@5.2.0) (2020-03-16) diff --git a/packages/bottom-tabs/package.json b/packages/bottom-tabs/package.json index 46ab2b19..7fb7fcda 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.2.0", + "version": "5.2.1", "keywords": [ "react-native-component", "react-component", @@ -35,7 +35,7 @@ }, "devDependencies": { "@react-native-community/bob": "^0.10.0", - "@react-navigation/native": "^5.0.10", + "@react-navigation/native": "^5.1.0", "@types/color": "^3.0.1", "@types/react": "^16.9.23", "@types/react-native": "^0.61.22", diff --git a/packages/compat/CHANGELOG.md b/packages/compat/CHANGELOG.md index becefbaf..1f248083 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.3](https://github.com/react-navigation/react-navigation/tree/master/packages/compat/compare/@react-navigation/compat@5.1.2...@react-navigation/compat@5.1.3) (2020-03-17) + +**Note:** Version bump only for package @react-navigation/compat + + + + + ## [5.1.2](https://github.com/react-navigation/react-navigation/tree/master/packages/compat/compare/@react-navigation/compat@5.1.1...@react-navigation/compat@5.1.2) (2020-03-16) **Note:** Version bump only for package @react-navigation/compat diff --git a/packages/compat/package.json b/packages/compat/package.json index 51d4f94c..016d2cd6 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.2", + "version": "5.1.3", "license": "MIT", "repository": "https://github.com/react-navigation/react-navigation/tree/master/packages/compat", "bugs": { @@ -26,7 +26,7 @@ }, "devDependencies": { "@react-native-community/bob": "^0.10.0", - "@react-navigation/native": "^5.0.10", + "@react-navigation/native": "^5.1.0", "@types/react": "^16.9.23", "react": "~16.9.0", "typescript": "^3.7.5" diff --git a/packages/drawer/CHANGELOG.md b/packages/drawer/CHANGELOG.md index 8ceb4527..85416ae5 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.3.0](https://github.com/react-navigation/react-navigation/tree/master/packages/drawer/compare/@react-navigation/drawer@5.2.0...@react-navigation/drawer@5.3.0) (2020-03-17) + + +### Features + +* add permanent drawer type ([#7818](https://github.com/react-navigation/react-navigation/tree/master/packages/drawer/issues/7818)) ([6a5d0a0](https://github.com/react-navigation/react-navigation/tree/master/packages/drawer/commit/6a5d0a035afae60d91aef78401ec8826295746fe)) + + + + + # [5.2.0](https://github.com/react-navigation/react-navigation/tree/master/packages/drawer/compare/@react-navigation/drawer@5.1.1...@react-navigation/drawer@5.2.0) (2020-03-16) diff --git a/packages/drawer/package.json b/packages/drawer/package.json index 789affc8..0c409e06 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.2.0", + "version": "5.3.0", "keywords": [ "react-native-component", "react-component", @@ -40,7 +40,7 @@ }, "devDependencies": { "@react-native-community/bob": "^0.10.0", - "@react-navigation/native": "^5.0.10", + "@react-navigation/native": "^5.1.0", "@types/react": "^16.9.23", "@types/react-native": "^0.61.22", "del-cli": "^3.0.0", diff --git a/packages/material-bottom-tabs/CHANGELOG.md b/packages/material-bottom-tabs/CHANGELOG.md index 119c6df7..d2a03ab1 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.1.3](https://github.com/react-navigation/react-navigation/tree/master/packages/material-bottom-tabs/compare/@react-navigation/material-bottom-tabs@5.1.2...@react-navigation/material-bottom-tabs@5.1.3) (2020-03-17) + +**Note:** Version bump only for package @react-navigation/material-bottom-tabs + + + + + ## [5.1.2](https://github.com/react-navigation/react-navigation/tree/master/packages/material-bottom-tabs/compare/@react-navigation/material-bottom-tabs@5.1.1...@react-navigation/material-bottom-tabs@5.1.2) (2020-03-16) **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 948c8a55..857a2fdd 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.1.2", + "version": "5.1.3", "keywords": [ "react-native-component", "react-component", @@ -36,7 +36,7 @@ }, "devDependencies": { "@react-native-community/bob": "^0.10.0", - "@react-navigation/native": "^5.0.10", + "@react-navigation/native": "^5.1.0", "@types/react": "^16.9.23", "@types/react-native": "^0.61.22", "@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 4699bcce..e458c455 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.1.3](https://github.com/react-navigation/react-navigation/tree/master/packages/material-top-tabs/compare/@react-navigation/material-top-tabs@5.1.2...@react-navigation/material-top-tabs@5.1.3) (2020-03-17) + +**Note:** Version bump only for package @react-navigation/material-top-tabs + + + + + ## [5.1.2](https://github.com/react-navigation/react-navigation/tree/master/packages/material-top-tabs/compare/@react-navigation/material-top-tabs@5.1.1...@react-navigation/material-top-tabs@5.1.2) (2020-03-16) **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 ebbe89b4..a2ff1f15 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.1.2", + "version": "5.1.3", "keywords": [ "react-native-component", "react-component", @@ -39,7 +39,7 @@ }, "devDependencies": { "@react-native-community/bob": "^0.10.0", - "@react-navigation/native": "^5.0.10", + "@react-navigation/native": "^5.1.0", "@types/react": "^16.9.23", "@types/react-native": "^0.61.22", "del-cli": "^3.0.0", diff --git a/packages/native/CHANGELOG.md b/packages/native/CHANGELOG.md index b9bbc3d2..767decb3 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. +# [5.1.0](https://github.com/react-navigation/react-navigation/tree/master/packages/native/compare/@react-navigation/native@5.0.10...@react-navigation/native@5.1.0) (2020-03-17) + + +### Features + +* add permanent drawer type ([#7818](https://github.com/react-navigation/react-navigation/tree/master/packages/native/issues/7818)) ([6a5d0a0](https://github.com/react-navigation/react-navigation/tree/master/packages/native/commit/6a5d0a035afae60d91aef78401ec8826295746fe)) + + + + + ## [5.0.10](https://github.com/react-navigation/react-navigation/tree/master/packages/native/compare/@react-navigation/native@5.0.9...@react-navigation/native@5.0.10) (2020-03-16) **Note:** Version bump only for package @react-navigation/native diff --git a/packages/native/package.json b/packages/native/package.json index a4572b1d..ce482b2e 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.0.10", + "version": "5.1.0", "keywords": [ "react-native", "react-navigation", diff --git a/packages/stack/CHANGELOG.md b/packages/stack/CHANGELOG.md index 9ce27586..96f3219f 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. +## [5.2.1](https://github.com/react-navigation/react-navigation/tree/master/packages/stack/compare/@react-navigation/stack@5.2.0...@react-navigation/stack@5.2.1) (2020-03-17) + +**Note:** Version bump only for package @react-navigation/stack + + + + + # [5.2.0](https://github.com/react-navigation/react-navigation/tree/master/packages/stack/compare/@react-navigation/stack@5.1.1...@react-navigation/stack@5.2.0) (2020-03-16) diff --git a/packages/stack/package.json b/packages/stack/package.json index 2432ec80..d90f62bf 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.2.0", + "version": "5.2.1", "keywords": [ "react-native-component", "react-component", @@ -40,7 +40,7 @@ "devDependencies": { "@react-native-community/bob": "^0.10.0", "@react-native-community/masked-view": "^0.1.7", - "@react-navigation/native": "^5.0.10", + "@react-navigation/native": "^5.1.0", "@types/color": "^3.0.1", "@types/react": "^16.9.23", "@types/react-native": "^0.61.22",