From 7062a0da6aab1f2d97f85ad5e150e1f69717b25f Mon Sep 17 00:00:00 2001 From: Ivan Sekovanikj Date: Thu, 31 Jul 2025 16:30:53 +0200 Subject: [PATCH] chore: release react and react native sdks --- package.json | 1 + packages/react-native-sdk/project.json | 2 +- packages/react-sdk/project.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index dd698d25..a59f9448 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,7 @@ "release": "nx run-many --target version --parallel=1", "release:client": "yarn workspace @stream-io/feeds-client npm publish --access=public --tag=alpha", "release:react-native-sdk": "yarn workspace @stream-io/feeds-react-native-sdk npm publish --access=public --tag=alpha", + "release:react-sdk": "yarn workspace @stream-io/feeds-react-sdk npm publish --access=public --tag=alpha", "postinstall": "patch-package" }, "devDependencies": { diff --git a/packages/react-native-sdk/project.json b/packages/react-native-sdk/project.json index 202f8fd7..75f5a4f7 100644 --- a/packages/react-native-sdk/project.json +++ b/packages/react-native-sdk/project.json @@ -56,7 +56,7 @@ "options": { "commands": [ { - "command": "echo \"Skip releasing the React Native SDK.\"", + "command": "yarn release:react-native-sdk", "forwardAllArgs": false } ] diff --git a/packages/react-sdk/project.json b/packages/react-sdk/project.json index 2aa7cb6a..0a49efce 100644 --- a/packages/react-sdk/project.json +++ b/packages/react-sdk/project.json @@ -56,7 +56,7 @@ "options": { "commands": [ { - "command": "echo \"Skip releasing the React SDK.\"", + "command": "yarn release:react-sdk", "forwardAllArgs": false } ]