Skip to content

Commit 536225c

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 23f7618 commit 536225c

File tree

20 files changed

+99
-19
lines changed

20 files changed

+99
-19
lines changed

Diff for: packages/bottom-tabs/CHANGELOG.md

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

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

Diff for: packages/bottom-tabs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"android",
1111
"tab"
1212
],
13-
"version": "5.0.0-alpha.34",
13+
"version": "5.0.0-alpha.35",
1414
"license": "MIT",
1515
"repository": "https://github.com/react-navigation/navigation-ex/tree/master/packages/bottom-tabs",
1616
"main": "lib/commonjs/index.js",
@@ -29,7 +29,7 @@
2929
"clean": "del lib"
3030
},
3131
"dependencies": {
32-
"@react-navigation/routers": "^5.0.0-alpha.22",
32+
"@react-navigation/routers": "^5.0.0-alpha.23",
3333
"color": "^3.1.2",
3434
"react-native-iphone-x-helper": "^1.2.1"
3535
},

Diff for: packages/compat/CHANGELOG.md

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

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

Diff for: packages/compat/package.json

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

Diff for: packages/core/CHANGELOG.md

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

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

Diff for: packages/core/package.json

+1-1
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.32",
9+
"version": "5.0.0-alpha.33",
1010
"license": "MIT",
1111
"repository": "https://github.com/react-navigation/navigation-ex/tree/master/packages/core",
1212
"main": "lib/commonjs/index.js",

Diff for: packages/drawer/CHANGELOG.md

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

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

Diff for: packages/drawer/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"material",
1212
"drawer"
1313
],
14-
"version": "5.0.0-alpha.36",
14+
"version": "5.0.0-alpha.37",
1515
"license": "MIT",
1616
"repository": "https://github.com/react-navigation/navigation-ex/tree/master/packages/drawer",
1717
"main": "lib/commonjs/index.js",
@@ -30,7 +30,7 @@
3030
"clean": "del lib"
3131
},
3232
"dependencies": {
33-
"@react-navigation/routers": "^5.0.0-alpha.22",
33+
"@react-navigation/routers": "^5.0.0-alpha.23",
3434
"color": "^3.1.2",
3535
"react-native-iphone-x-helper": "^1.2.1"
3636
},

Diff for: packages/material-bottom-tabs/CHANGELOG.md

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

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

Diff for: packages/material-bottom-tabs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"material",
1212
"tab"
1313
],
14-
"version": "5.0.0-alpha.31",
14+
"version": "5.0.0-alpha.32",
1515
"license": "MIT",
1616
"repository": "https://github.com/react-navigation/navigation-ex/tree/master/packages/material-bottom-tabs",
1717
"main": "lib/commonjs/index.js",
@@ -30,7 +30,7 @@
3030
"clean": "del lib"
3131
},
3232
"dependencies": {
33-
"@react-navigation/routers": "^5.0.0-alpha.22"
33+
"@react-navigation/routers": "^5.0.0-alpha.23"
3434
},
3535
"devDependencies": {
3636
"@react-native-community/bob": "^0.7.1",

Diff for: packages/material-top-tabs/CHANGELOG.md

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

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

Diff for: packages/material-top-tabs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"material",
1212
"tab"
1313
],
14-
"version": "5.0.0-alpha.30",
14+
"version": "5.0.0-alpha.31",
1515
"license": "MIT",
1616
"repository": "https://github.com/react-navigation/navigation-ex/tree/master/packages/material-top-tabs",
1717
"main": "lib/commonjs/index.js",
@@ -30,7 +30,7 @@
3030
"clean": "del lib"
3131
},
3232
"dependencies": {
33-
"@react-navigation/routers": "^5.0.0-alpha.22",
33+
"@react-navigation/routers": "^5.0.0-alpha.23",
3434
"color": "^3.1.2"
3535
},
3636
"devDependencies": {

Diff for: packages/native-stack/CHANGELOG.md

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

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

Diff for: packages/native-stack/package.json

+2-2
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.24",
9+
"version": "5.0.0-alpha.25",
1010
"license": "MIT",
1111
"repository": "https://github.com/react-navigation/navigation-ex/tree/master/packages/native-stack",
1212
"main": "lib/commonjs/index.js",
@@ -25,7 +25,7 @@
2525
"clean": "del lib"
2626
},
2727
"dependencies": {
28-
"@react-navigation/routers": "^5.0.0-alpha.22"
28+
"@react-navigation/routers": "^5.0.0-alpha.23"
2929
},
3030
"devDependencies": {
3131
"@react-native-community/bob": "^0.7.1",

Diff for: packages/native/CHANGELOG.md

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

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

Diff for: packages/native/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"ios",
88
"android"
99
],
10-
"version": "5.0.0-alpha.24",
10+
"version": "5.0.0-alpha.25",
1111
"license": "MIT",
1212
"repository": "https://github.com/react-navigation/navigation-ex/tree/master/packages/native",
1313
"main": "lib/commonjs/index.js",
@@ -26,7 +26,7 @@
2626
"clean": "del lib"
2727
},
2828
"dependencies": {
29-
"@react-navigation/core": "^5.0.0-alpha.32"
29+
"@react-navigation/core": "^5.0.0-alpha.33"
3030
},
3131
"devDependencies": {
3232
"@react-native-community/bob": "^0.7.1",

Diff for: packages/routers/CHANGELOG.md

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

816

Diff for: packages/routers/package.json

+2-2
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.22",
9+
"version": "5.0.0-alpha.23",
1010
"license": "MIT",
1111
"repository": "https://github.com/react-navigation/navigation-ex/tree/master/packages/routers",
1212
"main": "lib/commonjs/index.js",
@@ -25,7 +25,7 @@
2525
"clean": "del lib"
2626
},
2727
"dependencies": {
28-
"@react-navigation/core": "^5.0.0-alpha.32",
28+
"@react-navigation/core": "^5.0.0-alpha.33",
2929
"shortid": "^2.2.15"
3030
},
3131
"devDependencies": {

Diff for: packages/stack/CHANGELOG.md

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

816

Diff for: packages/stack/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"android",
1111
"stack"
1212
],
13-
"version": "5.0.0-alpha.58",
13+
"version": "5.0.0-alpha.59",
1414
"license": "MIT",
1515
"repository": "https://github.com/react-navigation/navigation-ex/tree/master/packages/stack",
1616
"main": "lib/commonjs/index.js",
@@ -29,7 +29,7 @@
2929
"clean": "del lib"
3030
},
3131
"dependencies": {
32-
"@react-navigation/routers": "^5.0.0-alpha.22",
32+
"@react-navigation/routers": "^5.0.0-alpha.23",
3333
"color": "^3.1.2",
3434
"react-native-iphone-x-helper": "^1.2.1"
3535
},

0 commit comments

Comments
 (0)