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]
 - @react-navigation/[email protected]
 - @react-navigation/[email protected]
  • Loading branch information
satya164 committed Oct 3, 2019
1 parent ece6e38 commit 8318c49
Show file tree
Hide file tree
Showing 20 changed files with 110 additions and 16 deletions.
8 changes: 8 additions & 0 deletions packages/bottom-tabs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
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.11](https://github.com/react-navigation/navigation-ex/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2019-10-03)

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





# [5.0.0-alpha.10](https://github.com/react-navigation/navigation-ex/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2019-09-27)


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.10",
"version": "5.0.0-alpha.11",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -33,7 +33,7 @@
"clean": "del lib"
},
"dependencies": {
"@react-navigation/routers": "^5.0.0-alpha.8",
"@react-navigation/routers": "^5.0.0-alpha.9",
"react-native-safe-area-view": "^0.14.7"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/compat/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
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.5](https://github.com/react-navigation/navigation-ex/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2019-10-03)

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





# [5.0.0-alpha.4](https://github.com/react-navigation/navigation-ex/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2019-09-27)

**Note:** Version bump only for package @react-navigation/compat
Expand Down
4 changes: 2 additions & 2 deletions packages/compat/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@react-navigation/compat",
"description": "Compatibility layer to write navigator definitions in static configuration format",
"version": "5.0.0-alpha.4",
"version": "5.0.0-alpha.5",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -24,7 +24,7 @@
"clean": "del lib"
},
"dependencies": {
"@react-navigation/routers": "^5.0.0-alpha.8"
"@react-navigation/routers": "^5.0.0-alpha.9"
},
"devDependencies": {
"@types/react": "^16.9.4",
Expand Down
17 changes: 17 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
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.12](https://github.com/react-navigation/navigation-ex/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2019-10-03)


### Bug Fixes

* don't merge state with existing state during reset. fixes [#111](https://github.com/react-navigation/navigation-ex/issues/111) ([7393464](https://github.com/react-navigation/navigation-ex/commit/7393464))
* don't throw when switching navigator. fixes [#91](https://github.com/react-navigation/navigation-ex/issues/91) ([19be2b4](https://github.com/react-navigation/navigation-ex/commit/19be2b4))


### Features

* add a getRootState method ([#119](https://github.com/react-navigation/navigation-ex/issues/119)) ([7a5bcb4](https://github.com/react-navigation/navigation-ex/commit/7a5bcb4))





# [5.0.0-alpha.11](https://github.com/react-navigation/navigation-ex/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2019-09-27)


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.11",
"version": "5.0.0-alpha.12",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/drawer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
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.11](https://github.com/react-navigation/navigation-ex/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2019-10-03)

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





# [5.0.0-alpha.10](https://github.com/react-navigation/navigation-ex/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2019-09-27)


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.10",
"version": "5.0.0-alpha.11",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -34,7 +34,7 @@
"clean": "del lib"
},
"dependencies": {
"@react-navigation/routers": "^5.0.0-alpha.8",
"@react-navigation/routers": "^5.0.0-alpha.9",
"react-native-safe-area-view": "^0.14.7"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/example/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
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.9](https://github.com/satya164/navigation-ex/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2019-10-03)

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





# [5.0.0-alpha.8](https://github.com/react-navigation/navigation-ex/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2019-09-27)


Expand Down
2 changes: 1 addition & 1 deletion packages/example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@react-navigation/example",
"description": "Demo app to showcase various functionality of React Navigation",
"version": "5.0.0-alpha.8",
"version": "5.0.0-alpha.9",
"private": true,
"workspaces": {
"nohoist": [
Expand Down
8 changes: 8 additions & 0 deletions packages/material-bottom-tabs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
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.10](https://github.com/react-navigation/navigation-ex/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2019-10-03)

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





# [5.0.0-alpha.9](https://github.com/react-navigation/navigation-ex/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2019-09-27)

**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.9",
"version": "5.0.0-alpha.10",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -34,7 +34,7 @@
"clean": "del lib"
},
"dependencies": {
"@react-navigation/routers": "^5.0.0-alpha.8"
"@react-navigation/routers": "^5.0.0-alpha.9"
},
"devDependencies": {
"@react-native-community/bob": "^0.7.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/material-top-tabs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
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.9](https://github.com/react-navigation/navigation-ex/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2019-10-03)

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





# [5.0.0-alpha.8](https://github.com/react-navigation/navigation-ex/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2019-09-27)


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.8",
"version": "5.0.0-alpha.9",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -34,7 +34,7 @@
"clean": "del lib"
},
"dependencies": {
"@react-navigation/routers": "^5.0.0-alpha.8"
"@react-navigation/routers": "^5.0.0-alpha.9"
},
"devDependencies": {
"@react-native-community/bob": "^0.7.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/native/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
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.9](https://github.com/react-navigation/navigation-ex/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2019-10-03)

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





# [5.0.0-alpha.8](https://github.com/react-navigation/navigation-ex/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2019-09-16)


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.8",
"version": "5.0.0-alpha.9",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
8 changes: 8 additions & 0 deletions packages/routers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
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.9](https://github.com/react-navigation/navigation-ex/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2019-10-03)

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





# [5.0.0-alpha.8](https://github.com/react-navigation/navigation-ex/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2019-09-27)


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.8",
"version": "5.0.0-alpha.9",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
13 changes: 13 additions & 0 deletions packages/stack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
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.21](https://github.com/react-navigation/navigation-ex/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2019-10-03)


### Bug Fixes

* add missing React import ([ece6e38](https://github.com/react-navigation/navigation-ex/commit/ece6e38))
* fix header buttons not clickable on Android. fixes [#108](https://github.com/react-navigation/navigation-ex/issues/108) ([da944cc](https://github.com/react-navigation/navigation-ex/commit/da944cc))
* keep the routes we are closing or replacing ([bc3586a](https://github.com/react-navigation/navigation-ex/commit/bc3586a))





# [5.0.0-alpha.20](https://github.com/react-navigation/navigation-ex/compare/@react-navigation/[email protected]...@react-navigation/[email protected]) (2019-09-27)


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.20",
"version": "5.0.0-alpha.21",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -33,7 +33,7 @@
"clean": "del lib"
},
"dependencies": {
"@react-navigation/routers": "^5.0.0-alpha.8",
"@react-navigation/routers": "^5.0.0-alpha.9",
"react-native-safe-area-view": "^0.14.7"
},
"devDependencies": {
Expand Down

0 comments on commit 8318c49

Please sign in to comment.