mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-03-06 17:34:59 +08:00
chore: publish
- react-navigation-drawer@2.7.1 - react-navigation-tabs@2.11.1
This commit is contained in:
@@ -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.
|
||||
|
||||
## [2.7.1](https://github.com/react-navigation/drawer/compare/react-navigation-drawer@2.7.0...react-navigation-drawer@2.7.1) (2021-04-24)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* check for screens enabled in ScreenContainer ([6e832cb](https://github.com/react-navigation/drawer/commit/6e832cb4ac5e6568e3bc9c846e1fbd739a3c3d84))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [2.7.0](https://github.com/react-navigation/drawer/compare/react-navigation-drawer@2.6.0...react-navigation-drawer@2.7.0) (2021-02-21)
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-navigation-drawer",
|
||||
"version": "2.7.0",
|
||||
"version": "2.7.1",
|
||||
"description": "Drawer navigator component for React Navigation",
|
||||
"main": "lib/commonjs/index.js",
|
||||
"react-native": "lib/module/index.js",
|
||||
|
||||
@@ -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.
|
||||
|
||||
## [2.11.1](https://github.com/react-navigation/tabs/compare/react-navigation-tabs@2.11.0...react-navigation-tabs@2.11.1) (2021-04-24)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* check for screens enabled in ScreenContainer ([6e832cb](https://github.com/react-navigation/tabs/commit/6e832cb4ac5e6568e3bc9c846e1fbd739a3c3d84))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [2.11.0](https://github.com/react-navigation/tabs/compare/react-navigation-tabs@2.10.1...react-navigation-tabs@2.11.0) (2021-02-21)
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-navigation-tabs",
|
||||
"version": "2.11.0",
|
||||
"version": "2.11.1",
|
||||
"description": "Tab Navigation components for React Navigation",
|
||||
"main": "lib/commonjs/index.js",
|
||||
"module": "lib/module/index.js",
|
||||
|
||||
Reference in New Issue
Block a user