From bebaa35da830548dc943d08a9d3cfe2f472e23b1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Dec 2023 17:00:04 +0530 Subject: [PATCH] build: update versions for release --- apps/100ms-custom-app/package.json | 4 ++-- apps/100ms-web/package.json | 10 +++++----- packages/hls-player/package.json | 4 ++-- packages/hls-stats/package.json | 2 +- packages/hms-noise-suppression/package.json | 4 ++-- packages/hms-video-store/package.json | 4 ++-- packages/hms-video-web/package.json | 2 +- packages/hms-virtual-background/package.json | 6 +++--- packages/react-icons/package.json | 2 +- packages/react-sdk/package.json | 4 ++-- packages/roomkit-react/package.json | 10 +++++----- packages/roomkit-web/package.json | 4 ++-- 12 files changed, 28 insertions(+), 28 deletions(-) diff --git a/apps/100ms-custom-app/package.json b/apps/100ms-custom-app/package.json index 29c87cfaa7..e5f4c1da72 100644 --- a/apps/100ms-custom-app/package.json +++ b/apps/100ms-custom-app/package.json @@ -3,8 +3,8 @@ "version": "0.1.0", "private": true, "dependencies": { - "@100mslive/react-icons": "0.8.27-alpha.1", - "@100mslive/roomkit-react": "0.1.18-alpha.1", + "@100mslive/react-icons": "0.8.27", + "@100mslive/roomkit-react": "0.1.18", "axios": "^0.21.1", "js-cookies": "^1.0.4", "lodash.merge": "^4.6.2", diff --git a/apps/100ms-web/package.json b/apps/100ms-web/package.json index 74cf507465..4179a348bc 100644 --- a/apps/100ms-web/package.json +++ b/apps/100ms-web/package.json @@ -9,11 +9,11 @@ "src" ], "dependencies": { - "@100mslive/hls-player": "0.1.27-alpha.1", - "@100mslive/hms-virtual-background": "1.11.27-alpha.1", - "@100mslive/react-icons": "0.8.27-alpha.1", - "@100mslive/react-sdk": "0.8.27-alpha.1", - "@100mslive/roomkit-react": "0.1.18-alpha.1", + "@100mslive/hls-player": "0.1.27", + "@100mslive/hms-virtual-background": "1.11.27", + "@100mslive/react-icons": "0.8.27", + "@100mslive/react-sdk": "0.8.27", + "@100mslive/roomkit-react": "0.1.18", "@emoji-mart/data": "^1.0.6", "@emoji-mart/react": "^1.0.1", "@tldraw/tldraw": "^1.18.4", diff --git a/packages/hls-player/package.json b/packages/hls-player/package.json index 1571cece7a..b75b916975 100644 --- a/packages/hls-player/package.json +++ b/packages/hls-player/package.json @@ -1,6 +1,6 @@ { "name": "@100mslive/hls-player", - "version": "0.1.27-alpha.1", + "version": "0.1.27", "description": "HLS client library which uses HTML5 Video element and Media Source Extension for playback", "main": "dist/index.cjs.js", "module": "dist/index.js", @@ -31,7 +31,7 @@ "author": "100ms", "license": "MIT", "dependencies": { - "@100mslive/hls-stats": "0.2.27-alpha.1", + "@100mslive/hls-stats": "0.2.27", "eventemitter2": "^6.4.7", "hls.js": "1.4.12" } diff --git a/packages/hls-stats/package.json b/packages/hls-stats/package.json index 1fa62b48b2..6188b9b018 100644 --- a/packages/hls-stats/package.json +++ b/packages/hls-stats/package.json @@ -1,6 +1,6 @@ { "name": "@100mslive/hls-stats", - "version": "0.2.27-alpha.1", + "version": "0.2.27", "description": "A simple library that provides stats for your hls stream", "main": "dist/index.cjs.js", "module": "dist/index.js", diff --git a/packages/hms-noise-suppression/package.json b/packages/hms-noise-suppression/package.json index cc56c37fb3..a4c9e0ca8b 100644 --- a/packages/hms-noise-suppression/package.json +++ b/packages/hms-noise-suppression/package.json @@ -1,5 +1,5 @@ { - "version": "0.9.27-alpha.1", + "version": "0.9.27", "license": "MIT", "main": "dist/index.cjs.js", "typings": "dist/index.d.ts", @@ -37,6 +37,6 @@ "author": "vishaldhull09", "module": "dist/index.js", "devDependencies": { - "@100mslive/hms-video": "0.9.27-alpha.1" + "@100mslive/hms-video": "0.9.27" } } diff --git a/packages/hms-video-store/package.json b/packages/hms-video-store/package.json index 2dffba8b22..a5419d4864 100644 --- a/packages/hms-video-store/package.json +++ b/packages/hms-video-store/package.json @@ -1,5 +1,5 @@ { - "version": "0.10.27-alpha.1", + "version": "0.10.27", "license": "MIT", "main": "dist/index.cjs.js", "module": "dist/index.js", @@ -41,7 +41,7 @@ "author": "100ms", "sideEffects": false, "dependencies": { - "@100mslive/hms-video": "0.9.27-alpha.1", + "@100mslive/hms-video": "0.9.27", "eventemitter2": "^6.4.7", "immer": "^9.0.6", "reselect": "4.0.0", diff --git a/packages/hms-video-web/package.json b/packages/hms-video-web/package.json index 8b2f2c0d70..d776410d80 100644 --- a/packages/hms-video-web/package.json +++ b/packages/hms-video-web/package.json @@ -1,6 +1,6 @@ { "name": "@100mslive/hms-video", - "version": "0.9.27-alpha.1", + "version": "0.9.27", "license": "MIT", "main": "dist/index.cjs.js", "typings": "dist/index.d.ts", diff --git a/packages/hms-virtual-background/package.json b/packages/hms-virtual-background/package.json index 453881a9ba..cf1bd32998 100755 --- a/packages/hms-virtual-background/package.json +++ b/packages/hms-virtual-background/package.json @@ -1,5 +1,5 @@ { - "version": "1.11.27-alpha.1", + "version": "1.11.27", "license": "MIT", "main": "dist/index.cjs.js", "typings": "dist/index.d.ts", @@ -24,13 +24,13 @@ "format": "prettier --write src/**/*.ts" }, "peerDependencies": { - "@100mslive/hms-video": "0.9.27-alpha.1" + "@100mslive/hms-video": "0.9.27" }, "name": "@100mslive/hms-virtual-background", "author": "ashish17", "module": "dist/index.js", "devDependencies": { - "@100mslive/hms-video": "0.9.27-alpha.1" + "@100mslive/hms-video": "0.9.27" }, "dependencies": { "@mediapipe/selfie_segmentation": "^0.1.1632777926", diff --git a/packages/react-icons/package.json b/packages/react-icons/package.json index cc69a34a51..96dcb3f2c8 100644 --- a/packages/react-icons/package.json +++ b/packages/react-icons/package.json @@ -4,7 +4,7 @@ "main": "dist/index.cjs.js", "module": "dist/index.js", "typings": "dist/index.d.ts", - "version": "0.8.27-alpha.1", + "version": "0.8.27", "author": "100ms", "license": "MIT", "files": [ diff --git a/packages/react-sdk/package.json b/packages/react-sdk/package.json index c130b07201..6d178fa6ea 100644 --- a/packages/react-sdk/package.json +++ b/packages/react-sdk/package.json @@ -4,7 +4,7 @@ "main": "dist/index.cjs.js", "module": "dist/index.js", "typings": "dist/index.d.ts", - "version": "0.8.27-alpha.1", + "version": "0.8.27", "author": "100ms", "license": "MIT", "files": [ @@ -43,7 +43,7 @@ "react": ">=16.8 <19.0.0" }, "dependencies": { - "@100mslive/hms-video-store": "0.10.27-alpha.1", + "@100mslive/hms-video-store": "0.10.27", "react-resize-detector": "^7.0.0", "zustand": "^3.6.2" } diff --git a/packages/roomkit-react/package.json b/packages/roomkit-react/package.json index 0f08518a55..6a94856e12 100644 --- a/packages/roomkit-react/package.json +++ b/packages/roomkit-react/package.json @@ -10,7 +10,7 @@ "prebuilt", "roomkit" ], - "version": "0.1.18-alpha.1", + "version": "0.1.18", "author": "100ms", "license": "MIT", "files": [ @@ -76,10 +76,10 @@ "react": ">=17.0.2 <19.0.0" }, "dependencies": { - "@100mslive/hls-player": "0.1.27-alpha.1", - "@100mslive/hms-virtual-background": "1.11.27-alpha.1", - "@100mslive/react-icons": "0.8.27-alpha.1", - "@100mslive/react-sdk": "0.8.27-alpha.1", + "@100mslive/hls-player": "0.1.27", + "@100mslive/hms-virtual-background": "1.11.27", + "@100mslive/react-icons": "0.8.27", + "@100mslive/react-sdk": "0.8.27", "@100mslive/types-prebuilt": "0.12.5", "@emoji-mart/data": "^1.0.6", "@emoji-mart/react": "^1.0.1", diff --git a/packages/roomkit-web/package.json b/packages/roomkit-web/package.json index 4c10fd0c1b..680d8f2ab2 100644 --- a/packages/roomkit-web/package.json +++ b/packages/roomkit-web/package.json @@ -1,6 +1,6 @@ { "name": "@100mslive/roomkit-web", - "version": "0.0.11-alpha.1", + "version": "0.0.11", "description": "A web component implementation of 100ms Prebuilt component", "keywords": [ "web-components", @@ -28,7 +28,7 @@ "build": "rm -rf dist && node ../../scripts/build-webapp" }, "dependencies": { - "@100mslive/roomkit-react": "0.1.18-alpha.1", + "@100mslive/roomkit-react": "0.1.18", "@r2wc/react-to-web-component": "2.0.2" } }