diff --git a/packages/react-room/package.json b/packages/react-room/package.json index 990e9dd..1db12c6 100644 --- a/packages/react-room/package.json +++ b/packages/react-room/package.json @@ -1,7 +1,7 @@ { "name": "@superviz/react", "private": false, - "version": "1.0.0-lab.5", + "version": "1.0.0-beta.2", "type": "module", "scripts": { "watch": "./node_modules/typescript/bin/tsc && vite build --watch", diff --git a/packages/room/package.json b/packages/room/package.json index f8021ec..872ea5f 100644 --- a/packages/room/package.json +++ b/packages/room/package.json @@ -1,6 +1,6 @@ { "name": "@superviz/room", - "version": "1.0.0-lab.1", + "version": "1.0.0-beta.2", "description": "SuperViz Room", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/packages/socket-client/package.json b/packages/socket-client/package.json index fcf66a1..f2ab1d1 100644 --- a/packages/socket-client/package.json +++ b/packages/socket-client/package.json @@ -1,6 +1,6 @@ { "name": "@superviz/socket-client", - "version": "1.16.0-lab.7", + "version": "1.16.0-beta.2", "description": "SuperViz Socket Client", "main": "./dist/index.js", "types": "./dist/index.d.ts", diff --git a/packages/video/package.json b/packages/video/package.json index f79ab27..65055e5 100644 --- a/packages/video/package.json +++ b/packages/video/package.json @@ -1,6 +1,6 @@ { "name": "@superviz/video", - "version": "1.0.0-lab.4", + "version": "1.0.0-beta.2", "description": "SuperViz Video SDK", "main": "./dist/index.js", "types": "./dist/index.d.ts",