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

Commit 22e3060

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 8a835b3 commit 22e3060

File tree

20 files changed

+174
-19
lines changed

20 files changed

+174
-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.42](https://github.com/react-navigation/navigation-ex/tree/master/packages/bottom-tabs/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2020-02-02)
7+
8+
9+
### Bug Fixes
10+
11+
* add licenses ([0c159db](https://github.com/react-navigation/navigation-ex/tree/master/packages/bottom-tabs/commit/0c159db4c9bc85e83b5cfe6819ab2562669a4d8f))
12+
13+
14+
15+
16+
617
# [5.0.0-alpha.40](https://github.com/react-navigation/navigation-ex/tree/master/packages/bottom-tabs/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2020-02-02)
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.41",
13+
"version": "5.0.0-alpha.42",
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.28",
33+
"@react-navigation/routers": "^5.0.0-alpha.30",
3434
"color": "^3.1.2",
3535
"react-native-iphone-x-helper": "^1.2.1"
3636
},

packages/compat/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.31](https://github.com/react-navigation/navigation-ex/tree/master/packages/compat/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2020-02-02)
7+
8+
9+
### Bug Fixes
10+
11+
* add licenses ([0c159db](https://github.com/react-navigation/navigation-ex/tree/master/packages/compat/commit/0c159db4c9bc85e83b5cfe6819ab2562669a4d8f))
12+
* throw when assigning or accessing the router property in compat ([944fa35](https://github.com/react-navigation/navigation-ex/tree/master/packages/compat/commit/944fa35ed4778ebc7fa7cd50092719cbd5bf3caf))
13+
14+
15+
16+
17+
618
# [5.0.0-alpha.29](https://github.com/react-navigation/navigation-ex/tree/master/packages/compat/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2020-02-02)
719

820

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.30",
4+
"version": "5.0.0-alpha.31",
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.28"
24+
"@react-navigation/routers": "^5.0.0-alpha.30"
2525
},
2626
"devDependencies": {
2727
"@types/react": "^16.9.17",

packages/core/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
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.40](https://github.com/react-navigation/navigation-ex/tree/master/packages/core/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2020-02-02)
7+
8+
9+
### Bug Fixes
10+
11+
* add licenses ([0c159db](https://github.com/react-navigation/navigation-ex/tree/master/packages/core/commit/0c159db4c9bc85e83b5cfe6819ab2562669a4d8f))
12+
* add warning when passing inline function to component prop ([fa4a959](https://github.com/react-navigation/navigation-ex/tree/master/packages/core/commit/fa4a959549ccd9dc2f9bd2ea495e99abdedc9f94))
13+
* tweak error messages for validation ([2243b45](https://github.com/react-navigation/navigation-ex/tree/master/packages/core/commit/2243b45cc1addf83727166d82736d214f181b1fb))
14+
15+
16+
### Features
17+
18+
* add `screens` prop for nested configs ([#308](https://github.com/react-navigation/navigation-ex/tree/master/packages/core/issues/308)) ([b931ae6](https://github.com/react-navigation/navigation-ex/tree/master/packages/core/commit/b931ae62dfb2c5253c94ea5ace73e9070ec17c4a))
19+
* add useIsDrawerOpen hook ([#299](https://github.com/react-navigation/navigation-ex/tree/master/packages/core/issues/299)) ([ecd68af](https://github.com/react-navigation/navigation-ex/tree/master/packages/core/commit/ecd68afb46a4c56200748da5e5fb284fa5a839db))
20+
* integrate with history API on web ([5a3f835](https://github.com/react-navigation/navigation-ex/tree/master/packages/core/commit/5a3f8356b05bff7ed20893a5db6804612da3e568))
21+
22+
23+
24+
25+
626
# [5.0.0-alpha.38](https://github.com/react-navigation/navigation-ex/tree/master/packages/core/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2020-02-02)
727

828

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.39",
9+
"version": "5.0.0-alpha.40",
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: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
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.44](https://github.com/react-navigation/navigation-ex/tree/master/packages/drawer/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2020-02-02)
7+
8+
9+
### Bug Fixes
10+
11+
* add licenses ([0c159db](https://github.com/react-navigation/navigation-ex/tree/master/packages/drawer/commit/0c159db4c9bc85e83b5cfe6819ab2562669a4d8f))
12+
* fix drawerType=back when drawer is on right ([9198597](https://github.com/react-navigation/navigation-ex/tree/master/packages/drawer/commit/9198597b7f0a34fbe3844ec86a8b82171036f8ed)), closes [#316](https://github.com/react-navigation/navigation-ex/tree/master/packages/drawer/issues/316)
13+
* handle back button in drawer itself ([0e8fda3](https://github.com/react-navigation/navigation-ex/tree/master/packages/drawer/commit/0e8fda319685a34090cfe82da08084c156eb5783))
14+
* screens integration on Android ([#294](https://github.com/react-navigation/navigation-ex/tree/master/packages/drawer/issues/294)) ([9bfb295](https://github.com/react-navigation/navigation-ex/tree/master/packages/drawer/commit/9bfb29562020c61b4d5c9bee278bcb1c7bdb8b67))
15+
* update screens for native stack ([5411816](https://github.com/react-navigation/navigation-ex/tree/master/packages/drawer/commit/54118161885738a6d20b062c7e6679f3bace8424))
16+
* wrap navigators in gesture handler root ([41a5e1a](https://github.com/react-navigation/navigation-ex/tree/master/packages/drawer/commit/41a5e1a385aa5180abc3992a4c67077c37b998b9))
17+
18+
19+
### Features
20+
21+
* add useIsDrawerOpen hook ([#299](https://github.com/react-navigation/navigation-ex/tree/master/packages/drawer/issues/299)) ([ecd68af](https://github.com/react-navigation/navigation-ex/tree/master/packages/drawer/commit/ecd68afb46a4c56200748da5e5fb284fa5a839db))
22+
* integrate with history API on web ([5a3f835](https://github.com/react-navigation/navigation-ex/tree/master/packages/drawer/commit/5a3f8356b05bff7ed20893a5db6804612da3e568))
23+
24+
25+
26+
27+
628
# [5.0.0-alpha.42](https://github.com/react-navigation/navigation-ex/tree/master/packages/drawer/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2020-02-02)
729

830

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.43",
14+
"version": "5.0.0-alpha.44",
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.28",
34+
"@react-navigation/routers": "^5.0.0-alpha.30",
3535
"color": "^3.1.2",
3636
"react-native-iphone-x-helper": "^1.2.1"
3737
},

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.0.0-alpha.39](https://github.com/react-navigation/navigation-ex/tree/master/packages/material-bottom-tabs/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2020-02-02)
7+
8+
9+
### Bug Fixes
10+
11+
* add licenses ([0c159db](https://github.com/react-navigation/navigation-ex/tree/master/packages/material-bottom-tabs/commit/0c159db4c9bc85e83b5cfe6819ab2562669a4d8f))
12+
13+
14+
15+
16+
617
# [5.0.0-alpha.37](https://github.com/react-navigation/navigation-ex/tree/master/packages/material-bottom-tabs/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2020-02-02)
718

819

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.38",
14+
"version": "5.0.0-alpha.39",
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.28"
34+
"@react-navigation/routers": "^5.0.0-alpha.30"
3535
},
3636
"devDependencies": {
3737
"@react-native-community/bob": "^0.8.0",

0 commit comments

Comments
 (0)