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",