chore: publish

- @react-navigation/bottom-tabs@5.0.0-alpha.8
 - @react-navigation/compat@5.0.0-alpha.1
 - @react-navigation/core@5.0.0-alpha.9
 - @react-navigation/drawer@5.0.0-alpha.9
 - @react-navigation/example@5.0.0-alpha.7
 - @react-navigation/material-bottom-tabs@5.0.0-alpha.8
 - @react-navigation/native@5.0.0-alpha.8
 - @react-navigation/stack@5.0.0-alpha.16
This commit is contained in:
satyajit.happy
2019-09-16 23:45:20 +02:00
parent 6af8400421
commit 2537145d81
16 changed files with 115 additions and 10 deletions

View File

@@ -0,0 +1,17 @@
# Change Log
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.1 (2019-09-16)
### Bug Fixes
* fix dispatching compat actions ([88a560a](https://github.com/react-navigation/navigation-ex/commit/88a560a))
* support legacy goBack method ([d83d3de](https://github.com/react-navigation/navigation-ex/commit/d83d3de))
### Features
* compatibility layer ([e0f28a4](https://github.com/react-navigation/navigation-ex/commit/e0f28a4))

View File

@@ -1,7 +1,7 @@
{
"name": "@react-navigation/compat",
"description": "Compatibility layer to write navigator definitions in static configuration format",
"version": "5.0.0-alpha.0",
"version": "5.0.0-alpha.1",
"license": "MIT",
"repository": {
"type": "git",
@@ -32,8 +32,8 @@
"typescript": "^3.5.3"
},
"peerDependencies": {
"react": "^16.8.3",
"@react-navigation/core": "^5.0.0-alpha.0"
"@react-navigation/core": "^5.0.0-alpha.0",
"react": "^16.8.3"
},
"@react-native-community/bob": {
"source": "src",