From d5f5521d5db66e5dd47b800bca03a348bb3117a8 Mon Sep 17 00:00:00 2001 From: Satyajit Sahoo Date: Mon, 24 May 2021 15:10:52 +0200 Subject: [PATCH] chore: publish - @react-navigation/stack@6.0.0-next.19 --- packages/stack/CHANGELOG.md | 11 +++++++++++ packages/stack/package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/packages/stack/CHANGELOG.md b/packages/stack/CHANGELOG.md index 7cc45f69..43ef58a5 100644 --- a/packages/stack/CHANGELOG.md +++ b/packages/stack/CHANGELOG.md @@ -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. +# [6.0.0-next.19](https://github.com/react-navigation/react-navigation/compare/@react-navigation/stack@6.0.0-next.18...@react-navigation/stack@6.0.0-next.19) (2021-05-24) + + +### Bug Fixes + +* make transparent modal work with modal presentation ([c90bff0](https://github.com/react-navigation/react-navigation/commit/c90bff08d54d1c7151737a43d4f73abe7d364366)) + + + + + # [6.0.0-next.18](https://github.com/react-navigation/react-navigation/compare/@react-navigation/stack@6.0.0-next.17...@react-navigation/stack@6.0.0-next.18) (2021-05-23) diff --git a/packages/stack/package.json b/packages/stack/package.json index aef4883b..6d54c2ed 100644 --- a/packages/stack/package.json +++ b/packages/stack/package.json @@ -1,7 +1,7 @@ { "name": "@react-navigation/stack", "description": "Stack navigator component for iOS and Android with animated transitions and gestures", - "version": "6.0.0-next.18", + "version": "6.0.0-next.19", "keywords": [ "react-native-component", "react-component",