From 4af9d10298dcca2abb3134e94eaf7201d67b516b Mon Sep 17 00:00:00 2001 From: Satyajit Sahoo Date: Sun, 9 May 2021 08:06:56 +0200 Subject: [PATCH] chore: publish - @react-navigation/stack@6.0.0-next.14 --- 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 f3094893..3561b344 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.14](https://github.com/react-navigation/react-navigation/compare/@react-navigation/stack@6.0.0-next.13...@react-navigation/stack@6.0.0-next.14) (2021-05-09) + + +### Bug Fixes + +* fix modal animation not being set properly ([08e74af](https://github.com/react-navigation/react-navigation/commit/08e74af54529582dcbc8d91e77bfed70f006f00d)) + + + + + # [6.0.0-next.13](https://github.com/react-navigation/react-navigation/compare/@react-navigation/stack@6.0.0-next.12...@react-navigation/stack@6.0.0-next.13) (2021-05-09) **Note:** Version bump only for package @react-navigation/stack diff --git a/packages/stack/package.json b/packages/stack/package.json index 56faa7eb..e2cf0497 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.13", + "version": "6.0.0-next.14", "keywords": [ "react-native-component", "react-component",