From cecb86a48e4275459bc0c288388bf25afdbfc632 Mon Sep 17 00:00:00 2001 From: Adnan Bacic Date: Tue, 4 Oct 2022 13:18:23 +0200 Subject: [PATCH 1/3] added homepage to package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index e242bfb4..7ce95b15 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "main": "Video.js", "license": "MIT", "author": "Community Contributors", + "homepage": "https://github.com/react-native-video/react-native-video#readme", "repository": { "type": "git", "url": "git@github.com:react-native-video/react-native-video.git" From 187e566ee2b22cd117ddff23149810e6ce0a1d2e Mon Sep 17 00:00:00 2001 From: Adnan Bacic Date: Tue, 4 Oct 2022 13:25:49 +0200 Subject: [PATCH 2/3] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4c15931..520d9c96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ - Android: Switch Google's maven repository to default `google()` [#2860](https://github.com/react-native-video/react-native-video/pull/2860) - Android: Implement focusable prop so the video view can toggle whether it is focusable for non-touch devices [#2819](https://github.com/react-native-video/react-native-video/issues/2819) - Fix iOS RCTSwiftLog naming collision [#2868](https://github.com/react-native-video/react-native-video/issues/2868) +- Added "homepage" to package.json [#2868](https://github.com/react-native-video/react-native-video/pull/2882) ### Version 6.0.0-alpha.3 From bb40bba0a650755098120b92aaadc11428a51362 Mon Sep 17 00:00:00 2001 From: Adnan Bacic Date: Tue, 4 Oct 2022 13:29:55 +0200 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 520d9c96..b1213f3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ - Android: Switch Google's maven repository to default `google()` [#2860](https://github.com/react-native-video/react-native-video/pull/2860) - Android: Implement focusable prop so the video view can toggle whether it is focusable for non-touch devices [#2819](https://github.com/react-native-video/react-native-video/issues/2819) - Fix iOS RCTSwiftLog naming collision [#2868](https://github.com/react-native-video/react-native-video/issues/2868) -- Added "homepage" to package.json [#2868](https://github.com/react-native-video/react-native-video/pull/2882) +- Added "homepage" to package.json [#2882](https://github.com/react-native-video/react-native-video/pull/2882) ### Version 6.0.0-alpha.3