From 64a1f3c9ce08c5f33695fdbae52d54a4f5d6c553 Mon Sep 17 00:00:00 2001 From: Release Automation Bot Date: Thu, 26 Mar 2026 14:40:34 +0000 Subject: [PATCH] chore: bump version to 0.26.0-rc.0 --- package.json | 5 +++-- packages/mobile-client/package.json | 2 +- packages/react-client/package.json | 2 +- packages/ts-client/package.json | 2 +- packages/webrtc-client/package.json | 2 +- 5 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 36147c6c..0d5b524a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fishjam-web-sdk", - "version": "0.25.4", + "version": "0.26.0-rc.0", "license": "MIT", "private": true, "workspaces": [ @@ -55,5 +55,6 @@ "typedoc": "^0.28.2", "typedoc-material-theme": "^1.3.0", "typescript": "^5.8.3" - } + }, + "stableVersion": "0.26.0-rc.0" } diff --git a/packages/mobile-client/package.json b/packages/mobile-client/package.json index 689de319..82875ef4 100644 --- a/packages/mobile-client/package.json +++ b/packages/mobile-client/package.json @@ -1,6 +1,6 @@ { "name": "@fishjam-cloud/react-native-client", - "version": "0.25.4", + "version": "0.26.0-rc.0", "description": "React Native client library for Fishjam", "license": "Apache-2.0", "author": "Fishjam Team", diff --git a/packages/react-client/package.json b/packages/react-client/package.json index 4ce04863..d6d6e21b 100644 --- a/packages/react-client/package.json +++ b/packages/react-client/package.json @@ -1,6 +1,6 @@ { "name": "@fishjam-cloud/react-client", - "version": "0.25.4", + "version": "0.26.0-rc.0", "description": "React client library for Fishjam", "license": "Apache-2.0", "author": "Fishjam Team", diff --git a/packages/ts-client/package.json b/packages/ts-client/package.json index 7abde636..13260506 100644 --- a/packages/ts-client/package.json +++ b/packages/ts-client/package.json @@ -1,6 +1,6 @@ { "name": "@fishjam-cloud/ts-client", - "version": "0.25.4", + "version": "0.26.0-rc.0", "description": "Typescript client library for Fishjam", "license": "Apache-2.0", "author": "Fishjam Team", diff --git a/packages/webrtc-client/package.json b/packages/webrtc-client/package.json index 2b53febe..a54db28f 100644 --- a/packages/webrtc-client/package.json +++ b/packages/webrtc-client/package.json @@ -1,6 +1,6 @@ { "name": "@fishjam-cloud/webrtc-client", - "version": "0.25.4", + "version": "0.26.0-rc.0", "description": "Typescript client library for ExWebRTC/WebRTC endpoint in Membrane RTC Engine", "license": "Apache-2.0", "author": "Fishjam Team",