Skip to content

Commit 15c133f

Browse files
authored
chore: release react and react native sdks (#88)
🎫 Ticket: https://linear.app/stream/issue/XYZ-123 πŸ“‘ Docs: https://github.com/GetStream/docs-content/pull/<id> ### πŸ’‘ Overview ### πŸ“ Implementation notes
1 parent 2317d1e commit 15c133f

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"release": "nx run-many --target version --parallel=1",
2929
"release:client": "yarn workspace @stream-io/feeds-client npm publish --access=public --tag=alpha",
3030
"release:react-native-sdk": "yarn workspace @stream-io/feeds-react-native-sdk npm publish --access=public --tag=alpha",
31+
"release:react-sdk": "yarn workspace @stream-io/feeds-react-sdk npm publish --access=public --tag=alpha",
3132
"postinstall": "patch-package"
3233
},
3334
"devDependencies": {

β€Žpackages/react-native-sdk/project.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"options": {
5757
"commands": [
5858
{
59-
"command": "echo \"Skip releasing the React Native SDK.\"",
59+
"command": "yarn release:react-native-sdk",
6060
"forwardAllArgs": false
6161
}
6262
]

β€Žpackages/react-sdk/project.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"options": {
5757
"commands": [
5858
{
59-
"command": "echo \"Skip releasing the React SDK.\"",
59+
"command": "yarn release:react-sdk",
6060
"forwardAllArgs": false
6161
}
6262
]

0 commit comments

Comments
Β (0)