From 25e45c934325d084273247159eae28ac19a3dca3 Mon Sep 17 00:00:00 2001 From: Ovidiu Cristescu <55203625+LunatiqueCoder@users.noreply.github.com> Date: Tue, 26 Sep 2023 16:22:34 +0300 Subject: [PATCH] explore release it :/ --- examples/VanillaVideoplayer/package.json | 2 +- package.json | 2 +- packages/media-console/package.json | 3 +-- packages/reanimated/package.json | 5 ++--- 4 files changed, 5 insertions(+), 7 deletions(-) diff --git a/examples/VanillaVideoplayer/package.json b/examples/VanillaVideoplayer/package.json index 032da2a..b1daedb 100644 --- a/examples/VanillaVideoplayer/package.json +++ b/examples/VanillaVideoplayer/package.json @@ -1,6 +1,6 @@ { "name": "vanillavideoplayer", - "version": "2.1.0-0", + "version": "2.0.7", "private": true, "scripts": { "android": "react-native run-android", diff --git a/package.json b/package.json index c85c1dc..a54665f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-media-console", "private": true, - "version": "2.1.0-0", + "version": "2.0.7", "description": "A media player for the react-native-video component", "license": "MIT", "source": "src/index", diff --git a/packages/media-console/package.json b/packages/media-console/package.json index f0425f4..2805464 100644 --- a/packages/media-console/package.json +++ b/packages/media-console/package.json @@ -1,7 +1,6 @@ { "name": "react-native-media-console", - "private": true, - "version": "2.1.0-0", + "version": "2.0.7", "description": "A media player for the react-native-video component", "license": "MIT", "source": "src/index", diff --git a/packages/reanimated/package.json b/packages/reanimated/package.json index 421819c..f26769d 100644 --- a/packages/reanimated/package.json +++ b/packages/reanimated/package.json @@ -1,7 +1,6 @@ { "name": "@react-native-media-console/reanimated", - "private": true, - "version": "2.1.0-0", + "version": "2.0.7", "description": "A media player for the react-native-video component", "license": "MIT", "source": "src/index", @@ -33,7 +32,7 @@ "react-native": ">=0.46.0", "react-native-video": ">=2.0.0", "react-native-reanimated": "^2.12.0", - "react-native-media-console": "^2.1.0-0" + "react-native-media-console": "^2.0.7" }, "devDependencies": { "@types/react-native-video": "^5.0.14",