From 67760c7639df439f057c00b674c0ab687e8e3ea7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 30 Aug 2019 10:06:26 +0000 Subject: [PATCH] chore(release): 7.0.0 [skip ci] # [7.0.0](https://github.com/react-native-community/react-native-webview/compare/v6.11.1...v7.0.0) (2019-08-30) ### Bug Fixes * **iOS:** UIWebView Removal ([#828](https://github.com/react-native-community/react-native-webview/issues/828)) ([8549be5](https://github.com/react-native-community/react-native-webview/commit/8549be5)), closes [#819](https://github.com/react-native-community/react-native-webview/issues/819) ### BREAKING CHANGES * **iOS:** UIWebView has been removed * **iOS:** useWebkit prop removal * **iOS:** scalesPageToFit prop removal on iOS (since it's not compatible with WKWebview) * **iOS:** Renamed RNCWKWebView to RNCWebView on iOS --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9769b14..39490d6 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "Thibault Malbranche " ], "license": "MIT", - "version": "7.0.1", + "version": "7.0.0", "homepage": "https://github.com/react-native-community/react-native-webview#readme", "scripts": { "ci": "CI=true && yarn lint && yarn test",