From 5efeb5dbc34d0d69d436608a466aa6d65c2ab5db Mon Sep 17 00:00:00 2001 From: Ovidiu Cristescu <55203625+LunatiqueCoder@users.noreply.github.com> Date: Sun, 2 Jun 2024 13:04:37 +0300 Subject: [PATCH] chore: release 2.2.4 --- examples/VanillaVideoplayer/package.json | 4 ++-- package.json | 2 +- packages/media-console/package.json | 2 +- packages/reanimated/package.json | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/VanillaVideoplayer/package.json b/examples/VanillaVideoplayer/package.json index 5103a3a..7c8b514 100644 --- a/examples/VanillaVideoplayer/package.json +++ b/examples/VanillaVideoplayer/package.json @@ -1,6 +1,6 @@ { "name": "vanillavideoplayer", - "version": "2.2.3", + "version": "2.2.4", "private": true, "scripts": { "android": "react-native run-android", @@ -12,7 +12,7 @@ "dependencies": { "react": "18.2.0", "react-native": "0.72.5", - "react-native-media-console": "^2.2.3", + "react-native-media-console": "^2.2.4", "react-native-video": "^5.2.1" }, "devDependencies": { diff --git a/package.json b/package.json index 3814eea..1f6e5ca 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-media-console", "private": true, - "version": "2.2.3", + "version": "2.2.4", "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 ac7dca7..1f8b2d2 100644 --- a/packages/media-console/package.json +++ b/packages/media-console/package.json @@ -1,6 +1,6 @@ { "name": "react-native-media-console", - "version": "2.2.3", + "version": "2.2.4", "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 446a65e..cf65725 100644 --- a/packages/reanimated/package.json +++ b/packages/reanimated/package.json @@ -1,6 +1,6 @@ { "name": "@react-native-media-console/reanimated", - "version": "2.2.3", + "version": "2.2.4", "description": "A media player for the react-native-video component", "license": "MIT", "source": "src/index", @@ -29,7 +29,7 @@ "react-native": ">=0.46.0", "react-native-video": ">=2.0.0", "react-native-reanimated": "^2.12.0", - "react-native-media-console": "^2.2.3" + "react-native-media-console": "^2.2.4" }, "devDependencies": { "@types/react-native-video": "^5.0.14",