Skip to content

Commit 9304a8a

Browse files
committed
chore: publish
- @react-navigation/[email protected] - @react-navigation/[email protected] - @react-navigation/[email protected] - @react-navigation/[email protected] - @react-navigation/[email protected] - @react-navigation/[email protected] - @react-navigation/[email protected] - @react-navigation/[email protected]
1 parent 51b4087 commit 9304a8a

File tree

16 files changed

+98
-15
lines changed

16 files changed

+98
-15
lines changed

packages/bottom-tabs/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.4.5](https://github.com/react-navigation/react-navigation/tree/master/packages/bottom-tabs/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2020-05-16)
7+
8+
**Note:** Version bump only for package @react-navigation/bottom-tabs
9+
10+
11+
12+
13+
614
## [5.4.4](https://github.com/react-navigation/react-navigation/tree/master/packages/bottom-tabs/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2020-05-14)
715

816
**Note:** Version bump only for package @react-navigation/bottom-tabs

packages/bottom-tabs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@react-navigation/bottom-tabs",
33
"description": "Bottom tab navigator following iOS design guidelines",
4-
"version": "5.4.4",
4+
"version": "5.4.5",
55
"keywords": [
66
"react-native-component",
77
"react-component",
@@ -36,7 +36,7 @@
3636
},
3737
"devDependencies": {
3838
"@react-native-community/bob": "^0.13.1",
39-
"@react-navigation/native": "^5.3.2",
39+
"@react-navigation/native": "^5.4.0",
4040
"@types/color": "^3.0.1",
4141
"@types/react": "^16.9.34",
4242
"@types/react-native": "^0.62.7",

packages/compat/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.1.21](https://github.com/react-navigation/react-navigation/tree/master/packages/compat/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2020-05-16)
7+
8+
**Note:** Version bump only for package @react-navigation/compat
9+
10+
11+
12+
13+
614
## [5.1.20](https://github.com/react-navigation/react-navigation/tree/master/packages/compat/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2020-05-14)
715

816
**Note:** Version bump only for package @react-navigation/compat

packages/compat/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@react-navigation/compat",
33
"description": "Compatibility layer to write navigator definitions in static configuration format",
4-
"version": "5.1.20",
4+
"version": "5.1.21",
55
"license": "MIT",
66
"repository": "https://github.com/react-navigation/react-navigation/tree/master/packages/compat",
77
"bugs": {
@@ -27,7 +27,7 @@
2727
},
2828
"devDependencies": {
2929
"@react-native-community/bob": "^0.13.1",
30-
"@react-navigation/native": "^5.3.2",
30+
"@react-navigation/native": "^5.4.0",
3131
"@types/react": "^16.9.34",
3232
"react": "~16.9.0",
3333
"typescript": "^3.8.3"

packages/core/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [5.7.0](https://github.com/react-navigation/react-navigation/tree/master/packages/core/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2020-05-16)
7+
8+
9+
### Bug Fixes
10+
11+
* don't use Object.fromEntries ([51f4d11](https://github.com/react-navigation/react-navigation/tree/master/packages/core/commit/51f4d11fdf4bd2bb06f8cd4094f051816590e62c))
12+
13+
14+
### Features
15+
16+
* add a PathConfig type ([60cb3c9](https://github.com/react-navigation/react-navigation/tree/master/packages/core/commit/60cb3c9ba76d7ef166c9fe8b55f23728975b5b6e))
17+
18+
19+
20+
21+
622
## [5.6.1](https://github.com/react-navigation/react-navigation/tree/master/packages/core/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2020-05-14)
723

824

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@react-navigation/core",
33
"description": "Core utilities for building navigators",
4-
"version": "5.6.1",
4+
"version": "5.7.0",
55
"keywords": [
66
"react",
77
"react-native",

packages/drawer/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.7.5](https://github.com/react-navigation/react-navigation/tree/master/packages/drawer/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2020-05-16)
7+
8+
**Note:** Version bump only for package @react-navigation/drawer
9+
10+
11+
12+
13+
614
## [5.7.4](https://github.com/react-navigation/react-navigation/tree/master/packages/drawer/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2020-05-14)
715

816
**Note:** Version bump only for package @react-navigation/drawer

packages/drawer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@react-navigation/drawer",
33
"description": "Drawer navigator component with animated transitions and gesturess",
4-
"version": "5.7.4",
4+
"version": "5.7.5",
55
"keywords": [
66
"react-native-component",
77
"react-component",
@@ -41,7 +41,7 @@
4141
},
4242
"devDependencies": {
4343
"@react-native-community/bob": "^0.13.1",
44-
"@react-navigation/native": "^5.3.2",
44+
"@react-navigation/native": "^5.4.0",
4545
"@types/react": "^16.9.34",
4646
"@types/react-native": "^0.62.7",
4747
"del-cli": "^3.0.0",

packages/material-bottom-tabs/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.2.5](https://github.com/react-navigation/react-navigation/tree/master/packages/material-bottom-tabs/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2020-05-16)
7+
8+
9+
### Bug Fixes
10+
11+
* center icons in material tab bar. fixes [#8248](https://github.com/react-navigation/react-navigation/tree/master/packages/material-bottom-tabs/issues/8248) ([51b4087](https://github.com/react-navigation/react-navigation/tree/master/packages/material-bottom-tabs/commit/51b40879bdb9cea5462a2291955513a88eb87340))
12+
13+
14+
15+
16+
617
## [5.2.4](https://github.com/react-navigation/react-navigation/tree/master/packages/material-bottom-tabs/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2020-05-14)
718

819
**Note:** Version bump only for package @react-navigation/material-bottom-tabs

packages/material-bottom-tabs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@react-navigation/material-bottom-tabs",
33
"description": "Integration for bottom navigation component from react-native-paper",
4-
"version": "5.2.4",
4+
"version": "5.2.5",
55
"keywords": [
66
"react-native-component",
77
"react-component",
@@ -37,7 +37,7 @@
3737
},
3838
"devDependencies": {
3939
"@react-native-community/bob": "^0.13.1",
40-
"@react-navigation/native": "^5.3.2",
40+
"@react-navigation/native": "^5.4.0",
4141
"@types/react": "^16.9.34",
4242
"@types/react-native": "^0.62.7",
4343
"@types/react-native-vector-icons": "^6.4.5",

0 commit comments

Comments
 (0)