From 3f73582599b6941c06d184e4ca1a9a0b6198631a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Apr 2023 14:28:07 +0530 Subject: [PATCH] build: update versions for release --- apps/100ms-custom-app/package.json | 4 ++-- apps/100ms-web/package.json | 12 ++++++------ 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 | 4 ++-- packages/react-icons/package.json | 2 +- packages/react-sdk/package.json | 4 ++-- packages/react-ui/package.json | 6 +++--- 11 files changed, 24 insertions(+), 24 deletions(-) diff --git a/apps/100ms-custom-app/package.json b/apps/100ms-custom-app/package.json index 0ed84d3150..27cf3a6e87 100644 --- a/apps/100ms-custom-app/package.json +++ b/apps/100ms-custom-app/package.json @@ -4,8 +4,8 @@ "private": true, "dependencies": { "100ms_edtech_template": "0.1.4", - "@100mslive/react-icons": "0.8.1-alpha.1", - "@100mslive/react-ui": "0.8.1-alpha.1", + "@100mslive/react-icons": "0.8.1", + "@100mslive/react-ui": "0.8.1", "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 8e99c0f85c..8d91a3ce1e 100644 --- a/apps/100ms-web/package.json +++ b/apps/100ms-web/package.json @@ -9,12 +9,12 @@ "src" ], "dependencies": { - "@100mslive/hls-player": "0.1.1-alpha.1", - "@100mslive/hms-noise-suppression": "0.9.1-alpha.1", - "@100mslive/hms-virtual-background": "1.11.1-alpha.1", - "@100mslive/react-icons": "0.8.1-alpha.1", - "@100mslive/react-sdk": "0.8.1-alpha.1", - "@100mslive/react-ui": "0.8.1-alpha.1", + "@100mslive/hls-player": "0.1.1", + "@100mslive/hms-noise-suppression": "0.9.1", + "@100mslive/hms-virtual-background": "1.11.1", + "@100mslive/react-icons": "0.8.1", + "@100mslive/react-sdk": "0.8.1", + "@100mslive/react-ui": "0.8.1", "@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 8c77655526..d1278e7118 100644 --- a/packages/hls-player/package.json +++ b/packages/hls-player/package.json @@ -1,6 +1,6 @@ { "name": "@100mslive/hls-player", - "version": "0.1.1-alpha.1", + "version": "0.1.1", "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.1-alpha.1", + "@100mslive/hls-stats": "0.2.1", "eventemitter2": "^6.4.7", "hls.js": "^1.3.0" } diff --git a/packages/hls-stats/package.json b/packages/hls-stats/package.json index 81df49bf9e..de52eb8fe6 100644 --- a/packages/hls-stats/package.json +++ b/packages/hls-stats/package.json @@ -1,6 +1,6 @@ { "name": "@100mslive/hls-stats", - "version": "0.2.1-alpha.1", + "version": "0.2.1", "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 ce942e6809..9868126c8b 100644 --- a/packages/hms-noise-suppression/package.json +++ b/packages/hms-noise-suppression/package.json @@ -1,5 +1,5 @@ { - "version": "0.9.1-alpha.1", + "version": "0.9.1", "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.1-alpha.1" + "@100mslive/hms-video": "0.9.1" } } diff --git a/packages/hms-video-store/package.json b/packages/hms-video-store/package.json index 710410de4f..ae7d1b0c9f 100644 --- a/packages/hms-video-store/package.json +++ b/packages/hms-video-store/package.json @@ -1,5 +1,5 @@ { - "version": "0.10.1-alpha.1", + "version": "0.10.1", "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.1-alpha.1", + "@100mslive/hms-video": "0.9.1", "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 ba1776e415..b8b57f8c61 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.1-alpha.1", + "version": "0.9.1", "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 df3a191fd3..4de622225b 100755 --- a/packages/hms-virtual-background/package.json +++ b/packages/hms-virtual-background/package.json @@ -1,5 +1,5 @@ { - "version": "1.11.1-alpha.1", + "version": "1.11.1", "license": "MIT", "main": "dist/index.cjs.js", "typings": "dist/index.d.ts", @@ -30,7 +30,7 @@ "author": "ashish17", "module": "dist/index.js", "devDependencies": { - "@100mslive/hms-video": "0.9.1-alpha.1" + "@100mslive/hms-video": "0.9.1" }, "dependencies": { "@mediapipe/selfie_segmentation": "^0.1.1632777926", diff --git a/packages/react-icons/package.json b/packages/react-icons/package.json index ec0cba9704..ba2cb55d07 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.1-alpha.1", + "version": "0.8.1", "author": "100ms", "license": "MIT", "files": [ diff --git a/packages/react-sdk/package.json b/packages/react-sdk/package.json index c41d0fab93..d93ae790fb 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.1-alpha.1", + "version": "0.8.1", "author": "100ms", "license": "MIT", "files": [ @@ -36,7 +36,7 @@ "react": ">=16.8 <19.0.0" }, "dependencies": { - "@100mslive/hms-video-store": "0.10.1-alpha.1", + "@100mslive/hms-video-store": "0.10.1", "react-resize-detector": "^7.0.0", "zustand": "^3.6.2" } diff --git a/packages/react-ui/package.json b/packages/react-ui/package.json index e77b4b6a87..2f82f3ed18 100644 --- a/packages/react-ui/package.json +++ b/packages/react-ui/package.json @@ -4,7 +4,7 @@ "main": "dist/index.cjs.js", "module": "dist/index.js", "typings": "dist/index.d.ts", - "version": "0.8.1-alpha.1", + "version": "0.8.1", "author": "100ms", "license": "MIT", "files": [ @@ -51,8 +51,8 @@ "react": ">=17.0.2 <19.0.0" }, "dependencies": { - "@100mslive/react-icons": "0.8.1-alpha.1", - "@100mslive/react-sdk": "0.8.1-alpha.1", + "@100mslive/react-icons": "0.8.1", + "@100mslive/react-sdk": "0.8.1", "@radix-ui/react-accordion": "1.0.0", "@radix-ui/react-checkbox": "1.0.0", "@radix-ui/react-collapsible": "^1.0.1",