diff --git a/package.json b/package.json index 9bf4c37f..02d8f799 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fishjam-web-sdk", - "version": "0.25.0", + "version": "0.25.1", "license": "MIT", "private": true, "workspaces": [ diff --git a/packages/mobile-client/package.json b/packages/mobile-client/package.json index 39d852de..3a14c8cb 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.0", + "version": "0.25.1", "description": "React Native client library for Fishjam", "license": "Apache-2.0", "author": "Fishjam Team", diff --git a/packages/protobufs/fishjam/agent_notifications.ts b/packages/protobufs/fishjam/agent_notifications.ts index f3463181..e1bd7046 100644 --- a/packages/protobufs/fishjam/agent_notifications.ts +++ b/packages/protobufs/fishjam/agent_notifications.ts @@ -1,7 +1,7 @@ // Code generated by protoc-gen-ts_proto. DO NOT EDIT. // versions: // protoc-gen-ts_proto v2.7.0 -// protoc v6.33.4 +// protoc v6.33.0 // source: fishjam/agent_notifications.proto /* eslint-disable */ diff --git a/packages/protobufs/fishjam/media_events/peer/peer.ts b/packages/protobufs/fishjam/media_events/peer/peer.ts index b97f4b70..7a7be2d6 100644 --- a/packages/protobufs/fishjam/media_events/peer/peer.ts +++ b/packages/protobufs/fishjam/media_events/peer/peer.ts @@ -1,7 +1,7 @@ // Code generated by protoc-gen-ts_proto. DO NOT EDIT. // versions: // protoc-gen-ts_proto v2.7.0 -// protoc v6.33.4 +// protoc v6.33.0 // source: fishjam/media_events/peer/peer.proto /* eslint-disable */ diff --git a/packages/protobufs/fishjam/media_events/server/server.ts b/packages/protobufs/fishjam/media_events/server/server.ts index e771bf5f..2a7b0a47 100644 --- a/packages/protobufs/fishjam/media_events/server/server.ts +++ b/packages/protobufs/fishjam/media_events/server/server.ts @@ -1,7 +1,7 @@ // Code generated by protoc-gen-ts_proto. DO NOT EDIT. // versions: // protoc-gen-ts_proto v2.7.0 -// protoc v6.33.4 +// protoc v6.33.0 // source: fishjam/media_events/server/server.proto /* eslint-disable */ diff --git a/packages/protobufs/fishjam/media_events/shared.ts b/packages/protobufs/fishjam/media_events/shared.ts index b20e9354..4928f970 100644 --- a/packages/protobufs/fishjam/media_events/shared.ts +++ b/packages/protobufs/fishjam/media_events/shared.ts @@ -1,7 +1,7 @@ // Code generated by protoc-gen-ts_proto. DO NOT EDIT. // versions: // protoc-gen-ts_proto v2.7.0 -// protoc v6.33.4 +// protoc v6.33.0 // source: fishjam/media_events/shared.proto /* eslint-disable */ diff --git a/packages/protobufs/fishjam/notifications/shared.ts b/packages/protobufs/fishjam/notifications/shared.ts index cab56ce4..04f97e25 100644 --- a/packages/protobufs/fishjam/notifications/shared.ts +++ b/packages/protobufs/fishjam/notifications/shared.ts @@ -1,7 +1,7 @@ // Code generated by protoc-gen-ts_proto. DO NOT EDIT. // versions: // protoc-gen-ts_proto v2.7.0 -// protoc v6.33.4 +// protoc v6.33.0 // source: fishjam/notifications/shared.proto /* eslint-disable */ diff --git a/packages/protobufs/fishjam/peer_notifications.ts b/packages/protobufs/fishjam/peer_notifications.ts index dd6c5279..9e10d07e 100644 --- a/packages/protobufs/fishjam/peer_notifications.ts +++ b/packages/protobufs/fishjam/peer_notifications.ts @@ -1,7 +1,7 @@ // Code generated by protoc-gen-ts_proto. DO NOT EDIT. // versions: // protoc-gen-ts_proto v2.7.0 -// protoc v6.33.4 +// protoc v6.33.0 // source: fishjam/peer_notifications.proto /* eslint-disable */ diff --git a/packages/protobufs/fishjam/server_notifications.ts b/packages/protobufs/fishjam/server_notifications.ts index a0f78e3e..5a604350 100644 --- a/packages/protobufs/fishjam/server_notifications.ts +++ b/packages/protobufs/fishjam/server_notifications.ts @@ -1,7 +1,7 @@ // Code generated by protoc-gen-ts_proto. DO NOT EDIT. // versions: // protoc-gen-ts_proto v2.7.0 -// protoc v6.33.4 +// protoc v6.33.0 // source: fishjam/server_notifications.proto /* eslint-disable */ diff --git a/packages/protobufs/protos b/packages/protobufs/protos index 129e3774..9d807b55 160000 --- a/packages/protobufs/protos +++ b/packages/protobufs/protos @@ -1 +1 @@ -Subproject commit 129e3774291fa899d781b5ee804a42146fbe8a78 +Subproject commit 9d807b55279de385136f82b12f5df75d73104514 diff --git a/packages/react-client/package.json b/packages/react-client/package.json index ff3cb961..ae16575b 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.0", + "version": "0.25.1", "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 279c8975..bee3be3f 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.0", + "version": "0.25.1", "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 2cc87d5c..59f08df3 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.0", + "version": "0.25.1", "description": "Typescript client library for ExWebRTC/WebRTC endpoint in Membrane RTC Engine", "license": "Apache-2.0", "author": "Fishjam Team",