chore: publish

- react-navigation-drawer@2.7.1
 - react-navigation-tabs@2.11.1
This commit is contained in:
Satyajit Sahoo
2021-04-24 17:39:36 +02:00
parent 40a5345d69
commit 25eced804d
4 changed files with 24 additions and 2 deletions

View File

@@ -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)

View File

@@ -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",

View File

@@ -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)

View File

@@ -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",