mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-04-29 21:05:29 +08:00
chore: publish
- @react-navigation/bottom-tabs@5.0.0-alpha.1 - @react-navigation/core@5.0.0-alpha.1 - @react-navigation/drawer@5.0.0-alpha.1 - @react-navigation/example@5.0.0-alpha.1 - @react-navigation/material-bottom-tabs@5.0.0-alpha.1 - @react-navigation/material-top-tabs@5.0.0-alpha.1 - @react-navigation/native@5.0.0-alpha.1 - @react-navigation/routers@5.0.0-alpha.1 - @react-navigation/stack@5.0.0-alpha.1
This commit is contained in:
18
packages/material-top-tabs/CHANGELOG.md
Normal file
18
packages/material-top-tabs/CHANGELOG.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# 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-08-21)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* fix peer deps and add git urls ([6b4fc74](https://github.com/react-navigation/navigation-ex/commit/6b4fc74))
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add a simple stack and material tabs integration ([#39](https://github.com/react-navigation/navigation-ex/issues/39)) ([e0bee10](https://github.com/react-navigation/navigation-ex/commit/e0bee10))
|
||||
* add integration for paper's bottom navigation ([f3b6d1f](https://github.com/react-navigation/navigation-ex/commit/f3b6d1f))
|
||||
* integrate reanimated based stack ([#42](https://github.com/react-navigation/navigation-ex/issues/42)) ([dcf57c0](https://github.com/react-navigation/navigation-ex/commit/dcf57c0))
|
||||
@@ -11,7 +11,7 @@
|
||||
"material",
|
||||
"tab"
|
||||
],
|
||||
"version": "5.0.0-alpha.0",
|
||||
"version": "5.0.0-alpha.1",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -34,7 +34,7 @@
|
||||
"clean": "del lib"
|
||||
},
|
||||
"dependencies": {
|
||||
"@react-navigation/routers": "^5.0.0-alpha.0"
|
||||
"@react-navigation/routers": "^5.0.0-alpha.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@react-native-community/bob": "^0.7.0",
|
||||
|
||||
Reference in New Issue
Block a user