Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fishjam-web-sdk",
"version": "0.29.0",
"version": "0.30.0-rc.0",
"license": "MIT",
"private": true,
"workspaces": [
Expand Down
2 changes: 1 addition & 1 deletion packages/ios-expo-voip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fishjam-cloud/ios-expo-voip",
"version": "0.29.0",
"version": "0.30.0-rc.0",
"description": "AppDelegate glue for Fishjam VoIP on iOS — registers PushKit at launch and routes Siri/Recents call intents. Install alongside @fishjam-cloud/react-native-client when VoIP options are enabled.",
"license": "Apache-2.0",
"author": "Fishjam Team",
Expand Down
2 changes: 1 addition & 1 deletion packages/mobile-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fishjam-cloud/react-native-client",
"version": "0.29.0",
"version": "0.30.0-rc.0",
"description": "React Native client library for Fishjam",
"license": "Apache-2.0",
"author": "Fishjam Team",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fishjam-cloud/react-client",
"version": "0.29.0",
"version": "0.30.0-rc.0",
"description": "React client library for Fishjam",
"license": "Apache-2.0",
"author": "Fishjam Team",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-custom-video-source/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fishjam-cloud/react-native-custom-video-source",
"version": "0.29.0",
"version": "0.30.0-rc.0",
"description": "Publish your own video frames to Fishjam — forward native buffers or render into a WebGPU surface pool, from any frame source",
"license": "Apache-2.0",
"author": "Fishjam Team",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-vision-camera-source/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fishjam-cloud/react-native-vision-camera-source",
"version": "0.29.0",
"version": "0.30.0-rc.0",
"description": "VisionCamera frame outputs that publish camera frames to Fishjam — zero-copy forwarding and WebGPU-rendered video sources",
"license": "Apache-2.0",
"author": "Fishjam Team",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-webrtc
2 changes: 1 addition & 1 deletion packages/ts-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fishjam-cloud/ts-client",
"version": "0.29.0",
"version": "0.30.0-rc.0",
"description": "Typescript client library for Fishjam",
"license": "Apache-2.0",
"author": "Fishjam Team",
Expand Down
2 changes: 1 addition & 1 deletion packages/webrtc-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fishjam-cloud/webrtc-client",
"version": "0.29.0",
"version": "0.30.0-rc.0",
"description": "Typescript client library for ExWebRTC/WebRTC endpoint in Membrane RTC Engine",
"license": "Apache-2.0",
"author": "Fishjam Team",
Expand Down
Loading