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

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - @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]
  • Loading branch information
satya164 committed Aug 22, 2019
1 parent f182315 commit 4e07461
Show file tree
Hide file tree
Showing 16 changed files with 101 additions and 13 deletions.
11 changes: 11 additions & 0 deletions packages/bottom-tabs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.0-alpha.3](https://github.com/react-navigation/navigation-ex/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2019-08-22)


### Bug Fixes

* fix path to typescript definitions ([f182315](https://github.com/react-navigation/navigation-ex/commit/f182315))





# [5.0.0-alpha.2](https://github.com/react-navigation/navigation-ex/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2019-08-22)

**Note:** Version bump only for package @react-navigation/bottom-tabs
Expand Down
4 changes: 2 additions & 2 deletions packages/bottom-tabs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"android",
"tab"
],
"version": "5.0.0-alpha.2",
"version": "5.0.0-alpha.3",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -33,7 +33,7 @@
"clean": "del lib"
},
"dependencies": {
"@react-navigation/routers": "^5.0.0-alpha.2",
"@react-navigation/routers": "^5.0.0-alpha.3",
"react-native-safe-area-view": "^0.14.6"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.0-alpha.2](https://github.com/react-navigation/navigation-ex/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2019-08-22)


### Bug Fixes

* fix path to typescript definitions ([f182315](https://github.com/react-navigation/navigation-ex/commit/f182315))





# 5.0.0-alpha.1 (2019-08-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"react-native",
"react-navigation"
],
"version": "5.0.0-alpha.1",
"version": "5.0.0-alpha.2",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
11 changes: 11 additions & 0 deletions packages/drawer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.0-alpha.3](https://github.com/react-navigation/navigation-ex/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2019-08-22)


### Bug Fixes

* fix path to typescript definitions ([f182315](https://github.com/react-navigation/navigation-ex/commit/f182315))





# [5.0.0-alpha.2](https://github.com/react-navigation/navigation-ex/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2019-08-22)

**Note:** Version bump only for package @react-navigation/drawer
Expand Down
4 changes: 2 additions & 2 deletions packages/drawer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"material",
"drawer"
],
"version": "5.0.0-alpha.2",
"version": "5.0.0-alpha.3",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -34,7 +34,7 @@
"clean": "del lib"
},
"dependencies": {
"@react-navigation/routers": "^5.0.0-alpha.2",
"@react-navigation/routers": "^5.0.0-alpha.3",
"react-native-safe-area-view": "^0.14.6"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/material-bottom-tabs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.0-alpha.3](https://github.com/react-navigation/navigation-ex/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2019-08-22)


### Bug Fixes

* fix path to typescript definitions ([f182315](https://github.com/react-navigation/navigation-ex/commit/f182315))





# [5.0.0-alpha.2](https://github.com/react-navigation/navigation-ex/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2019-08-22)

**Note:** Version bump only for package @react-navigation/material-bottom-tabs
Expand Down
4 changes: 2 additions & 2 deletions packages/material-bottom-tabs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"material",
"tab"
],
"version": "5.0.0-alpha.2",
"version": "5.0.0-alpha.3",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -34,7 +34,7 @@
"clean": "del lib"
},
"dependencies": {
"@react-navigation/routers": "^5.0.0-alpha.2"
"@react-navigation/routers": "^5.0.0-alpha.3"
},
"devDependencies": {
"@react-native-community/bob": "^0.7.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/material-top-tabs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.0-alpha.3](https://github.com/react-navigation/navigation-ex/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2019-08-22)


### Bug Fixes

* fix path to typescript definitions ([f182315](https://github.com/react-navigation/navigation-ex/commit/f182315))





# [5.0.0-alpha.2](https://github.com/react-navigation/navigation-ex/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2019-08-22)

**Note:** Version bump only for package @react-navigation/material-top-tabs
Expand Down
4 changes: 2 additions & 2 deletions packages/material-top-tabs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"material",
"tab"
],
"version": "5.0.0-alpha.2",
"version": "5.0.0-alpha.3",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -34,7 +34,7 @@
"clean": "del lib"
},
"dependencies": {
"@react-navigation/routers": "^5.0.0-alpha.2"
"@react-navigation/routers": "^5.0.0-alpha.3"
},
"devDependencies": {
"@react-native-community/bob": "^0.7.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.0-alpha.2](https://github.com/react-navigation/navigation-ex/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2019-08-22)


### Bug Fixes

* fix path to typescript definitions ([f182315](https://github.com/react-navigation/navigation-ex/commit/f182315))





# 5.0.0-alpha.1 (2019-08-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"ios",
"android"
],
"version": "5.0.0-alpha.1",
"version": "5.0.0-alpha.2",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
11 changes: 11 additions & 0 deletions packages/routers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.0-alpha.3](https://github.com/react-navigation/navigation-ex/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2019-08-22)


### Bug Fixes

* fix path to typescript definitions ([f182315](https://github.com/react-navigation/navigation-ex/commit/f182315))





# [5.0.0-alpha.2](https://github.com/react-navigation/navigation-ex/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2019-08-22)


Expand Down
2 changes: 1 addition & 1 deletion packages/routers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"react-native",
"react-navigation"
],
"version": "5.0.0-alpha.2",
"version": "5.0.0-alpha.3",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
11 changes: 11 additions & 0 deletions packages/stack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.0-alpha.4](https://github.com/react-navigation/navigation-ex/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2019-08-22)


### Bug Fixes

* fix path to typescript definitions ([f182315](https://github.com/react-navigation/navigation-ex/commit/f182315))





# [5.0.0-alpha.3](https://github.com/react-navigation/navigation-ex/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2019-08-22)

**Note:** Version bump only for package @react-navigation/stack
Expand Down
4 changes: 2 additions & 2 deletions packages/stack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"android",
"stack"
],
"version": "5.0.0-alpha.3",
"version": "5.0.0-alpha.4",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -33,7 +33,7 @@
"clean": "del lib"
},
"dependencies": {
"@react-navigation/routers": "^5.0.0-alpha.2",
"@react-navigation/routers": "^5.0.0-alpha.3",
"react-native-safe-area-view": "^0.14.6"
},
"devDependencies": {
Expand Down

0 comments on commit 4e07461

Please sign in to comment.