Skip to content

Commit 843c936

Browse files
committed
chore: release 7.0.0-alpha.10
1 parent 99d3861 commit 843c936

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-video-example",
3-
"version": "7.0.0-alpha.9",
3+
"version": "7.0.0-alpha.10",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-video-monorepo",
33
"packageManager": "[email protected]",
4-
"version": "7.0.0-alpha.9",
4+
"version": "7.0.0-alpha.10",
55
"private": true,
66
"repository": "https://github.com/TheWidlarzGroup/react-native-video",
77
"author": "TheWidlarzGroup <[email protected]> (https://github.com/TheWidlarzGroup)",

packages/drm-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-video/drm",
3-
"version": "7.0.0-alpha.9",
3+
"version": "7.0.0-alpha.10",
44
"description": "DRM plugin for react-native-video",
55
"main": "./lib/module/index.js",
66
"types": "./lib/typescript/src/index.d.ts",

packages/react-native-video/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-video",
3-
"version": "7.0.0-alpha.9",
3+
"version": "7.0.0-alpha.10",
44
"description": "<Video /> Component for React Native",
55
"source": "./src/index.tsx",
66
"main": "./lib/commonjs/index.js",

0 commit comments

Comments
 (0)