Skip to content
This repository was archived by the owner on Feb 8, 2020. It is now read-only.

Commit 5e7cfc4

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] - @react-navigation/[email protected] - @react-navigation/[email protected]
1 parent 5751e7f commit 5e7cfc4

File tree

20 files changed

+110
-19
lines changed

20 files changed

+110
-19
lines changed

packages/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.0.0-alpha.39](https://github.com/react-navigation/navigation-ex/tree/master/packages/bottom-tabs/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2020-01-24)
7+
8+
9+
### Bug Fixes
10+
11+
* use layout instead of dimensions for determining tab bar layout ([f1fe951](https://github.com/react-navigation/navigation-ex/tree/master/packages/bottom-tabs/commit/f1fe951cf9d602e1b6d4932e3c6c77bbeaaec5c0))
12+
13+
14+
15+
16+
617
# [5.0.0-alpha.38](https://github.com/react-navigation/navigation-ex/tree/master/packages/bottom-tabs/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2020-01-23)
718

819

packages/bottom-tabs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"android",
1111
"tab"
1212
],
13-
"version": "5.0.0-alpha.38",
13+
"version": "5.0.0-alpha.39",
1414
"license": "MIT",
1515
"repository": "https://github.com/react-navigation/navigation-ex/tree/master/packages/bottom-tabs",
1616
"main": "lib/commonjs/index.js",
@@ -30,7 +30,7 @@
3030
"clean": "del lib"
3131
},
3232
"dependencies": {
33-
"@react-navigation/routers": "^5.0.0-alpha.26",
33+
"@react-navigation/routers": "^5.0.0-alpha.27",
3434
"color": "^3.1.2",
3535
"react-native-iphone-x-helper": "^1.2.1"
3636
},

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.0.0-alpha.28](https://github.com/react-navigation/navigation-ex/tree/master/packages/compat/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2020-01-24)
7+
8+
**Note:** Version bump only for package @react-navigation/compat
9+
10+
11+
12+
13+
614
# [5.0.0-alpha.27](https://github.com/react-navigation/navigation-ex/tree/master/packages/compat/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2020-01-23)
715

816

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.0.0-alpha.27",
4+
"version": "5.0.0-alpha.28",
55
"license": "MIT",
66
"repository": "https://github.com/react-navigation/navigation-ex/tree/master/packages/compat",
77
"main": "lib/commonjs/index.js",
@@ -21,7 +21,7 @@
2121
"clean": "del lib"
2222
},
2323
"dependencies": {
24-
"@react-navigation/routers": "^5.0.0-alpha.26"
24+
"@react-navigation/routers": "^5.0.0-alpha.27"
2525
},
2626
"devDependencies": {
2727
"@types/react": "^16.9.17",

packages/core/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.0.0-alpha.37](https://github.com/react-navigation/navigation-ex/tree/master/packages/core/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2020-01-24)
7+
8+
9+
### Bug Fixes
10+
11+
* add error message when trying to use v4 API with v5 ([179e807](https://github.com/react-navigation/navigation-ex/tree/master/packages/core/commit/179e807a64a7d031d671c2c4b12edaee3c3440c5))
12+
* validate screen configs ([2f1f0af](https://github.com/react-navigation/navigation-ex/tree/master/packages/core/commit/2f1f0af862ef8625da4c2aaf463d45fe17a4ac88))
13+
* warn if non-serializable values found in state ([5751e7f](https://github.com/react-navigation/navigation-ex/tree/master/packages/core/commit/5751e7f97a1731a5c71862174dfd931b6ffe13e2))
14+
15+
16+
17+
18+
619
# [5.0.0-alpha.36](https://github.com/react-navigation/navigation-ex/tree/master/packages/core/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2020-01-23)
720

821

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"react-native",
77
"react-navigation"
88
],
9-
"version": "5.0.0-alpha.36",
9+
"version": "5.0.0-alpha.37",
1010
"license": "MIT",
1111
"repository": "https://github.com/react-navigation/navigation-ex/tree/master/packages/core",
1212
"main": "lib/commonjs/index.js",

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.0.0-alpha.41](https://github.com/react-navigation/navigation-ex/tree/master/packages/drawer/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2020-01-24)
7+
8+
**Note:** Version bump only for package @react-navigation/drawer
9+
10+
11+
12+
13+
614
# [5.0.0-alpha.40](https://github.com/react-navigation/navigation-ex/tree/master/packages/drawer/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2020-01-23)
715

816

packages/drawer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"material",
1212
"drawer"
1313
],
14-
"version": "5.0.0-alpha.40",
14+
"version": "5.0.0-alpha.41",
1515
"license": "MIT",
1616
"repository": "https://github.com/react-navigation/navigation-ex/tree/master/packages/drawer",
1717
"main": "lib/commonjs/index.js",
@@ -31,7 +31,7 @@
3131
"clean": "del lib"
3232
},
3333
"dependencies": {
34-
"@react-navigation/routers": "^5.0.0-alpha.26",
34+
"@react-navigation/routers": "^5.0.0-alpha.27",
3535
"color": "^3.1.2",
3636
"react-native-iphone-x-helper": "^1.2.1"
3737
},

packages/material-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.0.0-alpha.36](https://github.com/react-navigation/navigation-ex/tree/master/packages/material-bottom-tabs/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2020-01-24)
7+
8+
**Note:** Version bump only for package @react-navigation/material-bottom-tabs
9+
10+
11+
12+
13+
614
# [5.0.0-alpha.35](https://github.com/react-navigation/navigation-ex/tree/master/packages/material-bottom-tabs/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2020-01-23)
715

816

packages/material-bottom-tabs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"material",
1212
"tab"
1313
],
14-
"version": "5.0.0-alpha.35",
14+
"version": "5.0.0-alpha.36",
1515
"license": "MIT",
1616
"repository": "https://github.com/react-navigation/navigation-ex/tree/master/packages/material-bottom-tabs",
1717
"main": "lib/commonjs/index.js",
@@ -31,7 +31,7 @@
3131
"clean": "del lib"
3232
},
3333
"dependencies": {
34-
"@react-navigation/routers": "^5.0.0-alpha.26"
34+
"@react-navigation/routers": "^5.0.0-alpha.27"
3535
},
3636
"devDependencies": {
3737
"@react-native-community/bob": "^0.8.0",

0 commit comments

Comments
 (0)