From 3fbfb70699bdadf0a5cf0f78cdc7a2d1bb4decc6 Mon Sep 17 00:00:00 2001 From: Satyajit Sahoo Date: Mon, 3 Feb 2020 05:48:24 +0100 Subject: [PATCH] chore: publish - @react-navigation/stack@5.0.0-alpha.68 --- 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 bbd593f7..fb0d3f5e 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. +# [5.0.0-alpha.68](https://github.com/react-navigation/navigation-ex/tree/master/packages/stack/compare/@react-navigation/stack@5.0.0-alpha.67...@react-navigation/stack@5.0.0-alpha.68) (2020-02-03) + + +### Bug Fixes + +* use .native for masked view instead of .web ([abdf9d1](https://github.com/react-navigation/navigation-ex/tree/master/packages/stack/commit/abdf9d12b5c3fbde6414b50e3b6e082b67899772)) + + + + + # [5.0.0-alpha.67](https://github.com/react-navigation/navigation-ex/tree/master/packages/stack/compare/@react-navigation/stack@5.0.0-alpha.66...@react-navigation/stack@5.0.0-alpha.67) (2020-02-03) **Note:** Version bump only for package @react-navigation/stack diff --git a/packages/stack/package.json b/packages/stack/package.json index b56c292b..3b82a0ff 100644 --- a/packages/stack/package.json +++ b/packages/stack/package.json @@ -10,7 +10,7 @@ "android", "stack" ], - "version": "5.0.0-alpha.67", + "version": "5.0.0-alpha.68", "license": "MIT", "repository": "https://github.com/react-navigation/navigation-ex/tree/master/packages/stack", "main": "lib/commonjs/index.js",