diff --git a/examples/react-client/fishjam-chat/package.json b/examples/react-client/fishjam-chat/package.json index 81c99b85..a687fe6e 100644 --- a/examples/react-client/fishjam-chat/package.json +++ b/examples/react-client/fishjam-chat/package.json @@ -1,7 +1,7 @@ { "name": "@fishjam-example/fishjam-chat", "private": true, - "version": "0.0.0", + "version": "0.10.0", "type": "module", "scripts": { "dev": "vite", diff --git a/examples/react-client/minimal-react/package.json b/examples/react-client/minimal-react/package.json index cbcdc891..87dce049 100644 --- a/examples/react-client/minimal-react/package.json +++ b/examples/react-client/minimal-react/package.json @@ -1,7 +1,7 @@ { "name": "@fishjam-example/minimal-react-example", "private": true, - "version": "0.0.1", + "version": "0.10.0", "type": "module", "license": "Apache-2.0", "scripts": { diff --git a/examples/react-client/use-camera-and-microphone/package.json b/examples/react-client/use-camera-and-microphone/package.json index 818fea50..21ad1425 100644 --- a/examples/react-client/use-camera-and-microphone/package.json +++ b/examples/react-client/use-camera-and-microphone/package.json @@ -1,7 +1,7 @@ { "name": "@fishjam-example/camera-and-microphone", "private": true, - "version": "0.0.0", + "version": "0.10.0", "type": "module", "license": "Apache-2.0", "scripts": { diff --git a/examples/ts-client/minimal/package.json b/examples/ts-client/minimal/package.json index 22188ab1..e99213fa 100644 --- a/examples/ts-client/minimal/package.json +++ b/examples/ts-client/minimal/package.json @@ -1,7 +1,7 @@ { "name": "@fishjam-example/minimal", "private": true, - "version": "0.0.1", + "version": "0.10.0", "type": "module", "license": "Apache-2.0", "scripts": { diff --git a/examples/ts-client/simple-app/package.json b/examples/ts-client/simple-app/package.json index e965f153..046839ce 100644 --- a/examples/ts-client/simple-app/package.json +++ b/examples/ts-client/simple-app/package.json @@ -1,7 +1,7 @@ { "name": "@fishjam-example/simple-app", "private": true, - "version": "0.0.1", + "version": "0.10.0", "license": "Apache-2.0", "type": "module", "scripts": { diff --git a/package.json b/package.json index 22df386b..777d8255 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fishjam-web-sdk", - "version": "0.9.0", + "version": "0.10.0", "license": "MIT", "private": true, "workspaces": [ diff --git a/packages/protobufs/package.json b/packages/protobufs/package.json index 143f0d05..ec65f1ff 100644 --- a/packages/protobufs/package.json +++ b/packages/protobufs/package.json @@ -1,6 +1,6 @@ { "name": "@fishjam-cloud/protobufs", - "version": "0.9.0", + "version": "0.10.0", "private": true, "exports": { "./peer": "./fishjam/media_events/peer/peer.ts", diff --git a/packages/react-client/package.json b/packages/react-client/package.json index fb0c893f..d9617ecf 100644 --- a/packages/react-client/package.json +++ b/packages/react-client/package.json @@ -1,6 +1,6 @@ { "name": "@fishjam-cloud/react-client", - "version": "0.9.0", + "version": "0.10.0", "description": "React client library for Fishjam Cloud", "license": "Apache-2.0", "author": "Fishjam Cloud Team", diff --git a/packages/webrtc-client/package.json b/packages/webrtc-client/package.json index 880c0a04..3e9c2c1b 100644 --- a/packages/webrtc-client/package.json +++ b/packages/webrtc-client/package.json @@ -1,6 +1,6 @@ { "name": "@fishjam-cloud/webrtc-client", - "version": "0.9.0", + "version": "0.10.0", "description": "Typescript client library for ExWebRTC/WebRTC endpoint in Membrane RTC Engine", "license": "Apache-2.0", "author": "Fishjam Cloud Team",