mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-30 13:22:13 +08:00
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:
17
packages/compat/CHANGELOG.md
Normal file
17
packages/compat/CHANGELOG.md
Normal 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))
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user