chore: prepare for release

This commit is contained in:
Krzysztof Moch
2025-06-30 18:49:11 +02:00
parent 2cc3430afb
commit 0f55a372bf
5 changed files with 33 additions and 75 deletions
+5 -2
View File
@@ -1,8 +1,9 @@
{
"name": "@react-native-video",
"packageManager": "bun@1.1.42",
"version": "7.0.0-dev.13",
"private": true,
"repository": "https://github.com/TheWidlarzGroup/react-native-video-v7",
"repository": "https://github.com/TheWidlarzGroup/react-native-video",
"author": "TheWidlarzGroup <hi@thewidlarzgroup.com> (https://github.com/TheWidlarzGroup)",
"workspaces": [
"packages/react-native-video",
@@ -16,7 +17,9 @@
"clean": "git clean -xdf",
"react-native-video": "bun run --cwd packages/react-native-video",
"example": "bun run --cwd example",
"postinstall": "patch-package --patch-dir example/patches"
"postinstall": "patch-package --patch-dir example/patches",
"release:github": "release-it --preRelease alpha",
"release": "./scripts/release.sh"
},
"devDependencies": {
"@eslint/js": "^9.10.0",