From 83684d84e695eaf15f683f361848293c2df337a2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 19:22:35 +0530 Subject: [PATCH] build: update versions for release --- examples/prebuilt-react-integration/package.json | 2 +- packages/hls-player/package.json | 4 ++-- packages/hls-stats/package.json | 2 +- packages/hms-video-store/package.json | 2 +- .../hms-video-store/src/interfaces/framework-info.ts | 4 ++-- .../src/plugins/audio/HMSAudioPlugin.ts | 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 ++-- 11 files changed, 21 insertions(+), 21 deletions(-) diff --git a/examples/prebuilt-react-integration/package.json b/examples/prebuilt-react-integration/package.json index 59aeaaa22a..b1309b9f7a 100644 --- a/examples/prebuilt-react-integration/package.json +++ b/examples/prebuilt-react-integration/package.json @@ -10,7 +10,7 @@ "preview": "vite preview" }, "dependencies": { - "@100mslive/roomkit-react": "0.2.3-alpha.0", + "@100mslive/roomkit-react": "0.2.3", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/packages/hls-player/package.json b/packages/hls-player/package.json index d77fc68cda..638ef382dd 100644 --- a/packages/hls-player/package.json +++ b/packages/hls-player/package.json @@ -1,6 +1,6 @@ { "name": "@100mslive/hls-player", - "version": "0.2.3-alpha.0", + "version": "0.2.3", "description": "HLS client library which uses HTML5 Video element and Media Source Extension for playback", "main": "dist/index.cjs.js", "module": "dist/index.js", @@ -36,7 +36,7 @@ "author": "100ms", "license": "MIT", "dependencies": { - "@100mslive/hls-stats": "0.3.3-alpha.0", + "@100mslive/hls-stats": "0.3.3", "eventemitter2": "^6.4.9", "hls.js": "1.4.12" } diff --git a/packages/hls-stats/package.json b/packages/hls-stats/package.json index 2a5cc44552..7d515bf716 100644 --- a/packages/hls-stats/package.json +++ b/packages/hls-stats/package.json @@ -1,6 +1,6 @@ { "name": "@100mslive/hls-stats", - "version": "0.3.3-alpha.0", + "version": "0.3.3", "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-video-store/package.json b/packages/hms-video-store/package.json index 3e60bcdf52..88a7adcf4a 100644 --- a/packages/hms-video-store/package.json +++ b/packages/hms-video-store/package.json @@ -1,5 +1,5 @@ { - "version": "0.11.3-alpha.0", + "version": "0.11.3", "license": "MIT", "repository": { "type": "git", diff --git a/packages/hms-video-store/src/interfaces/framework-info.ts b/packages/hms-video-store/src/interfaces/framework-info.ts index 0783762088..f5958b9ac6 100644 --- a/packages/hms-video-store/src/interfaces/framework-info.ts +++ b/packages/hms-video-store/src/interfaces/framework-info.ts @@ -4,12 +4,12 @@ export interface HMSFrameworkInfo { type: 'js' | 'react-web'; /** - * version of the framework being used, i.e., version of react + * version of the framework being used, that is, version of react * optional since there's no framework version required for JS SDK usage */ version?: string; /** - * version of the SDK being used i.e., version of hms-video-store or react-sdk + * version of the SDK being used, that is, version of hms-video-store or react-sdk */ sdkVersion: string; /** diff --git a/packages/hms-video-store/src/plugins/audio/HMSAudioPlugin.ts b/packages/hms-video-store/src/plugins/audio/HMSAudioPlugin.ts index 9862096f84..dc95c38d2c 100644 --- a/packages/hms-video-store/src/plugins/audio/HMSAudioPlugin.ts +++ b/packages/hms-video-store/src/plugins/audio/HMSAudioPlugin.ts @@ -8,7 +8,7 @@ export interface HMSAudioPlugin { /** * This function will be called by the SDK for audio track which the plugin needs to process. - * The reason audio context is also part of the interface is that it's recommeneded to reuse on audio context + * The reason audio context is also part of the interface is that it's recommended to reuse on audio context * instead of creating new for every use - https://developer.mozilla.org/en-US/docs/Web/API/AudioContext */ processAudioTrack(ctx: AudioContext, source: AudioNode): Promise; diff --git a/packages/hms-virtual-background/package.json b/packages/hms-virtual-background/package.json index d9f5327565..f7371c9f6c 100755 --- a/packages/hms-virtual-background/package.json +++ b/packages/hms-virtual-background/package.json @@ -1,5 +1,5 @@ { - "version": "1.12.3-alpha.0", + "version": "1.12.3", "license": "MIT", "name": "@100mslive/hms-virtual-background", "author": "100ms", @@ -32,10 +32,10 @@ "format": "prettier --write src/**/*.ts" }, "peerDependencies": { - "@100mslive/hms-video-store": "0.11.3-alpha.0" + "@100mslive/hms-video-store": "0.11.3" }, "devDependencies": { - "@100mslive/hms-video-store": "0.11.3-alpha.0" + "@100mslive/hms-video-store": "0.11.3" }, "dependencies": { "@mediapipe/selfie_segmentation": "^0.1.1632777926", diff --git a/packages/react-icons/package.json b/packages/react-icons/package.json index 6db5d87a9a..835af7deda 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.9.3-alpha.0", + "version": "0.9.3", "author": "100ms", "license": "MIT", "repository": { diff --git a/packages/react-sdk/package.json b/packages/react-sdk/package.json index 27c67d131e..685d0b6f2a 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.9.3-alpha.0", + "version": "0.9.3", "author": "100ms", "license": "MIT", "repository": { @@ -48,7 +48,7 @@ "react": ">=16.8 <19.0.0" }, "dependencies": { - "@100mslive/hms-video-store": "0.11.3-alpha.0", + "@100mslive/hms-video-store": "0.11.3", "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 f257424392..64c7c7bcc3 100644 --- a/packages/roomkit-react/package.json +++ b/packages/roomkit-react/package.json @@ -10,7 +10,7 @@ "prebuilt", "roomkit" ], - "version": "0.2.3-alpha.0", + "version": "0.2.3", "author": "100ms", "license": "MIT", "repository": { @@ -82,10 +82,10 @@ "react": ">=17.0.2 <19.0.0" }, "dependencies": { - "@100mslive/hls-player": "0.2.3-alpha.0", - "@100mslive/hms-virtual-background": "1.12.3-alpha.0", - "@100mslive/react-icons": "0.9.3-alpha.0", - "@100mslive/react-sdk": "0.9.3-alpha.0", + "@100mslive/hls-player": "0.2.3", + "@100mslive/hms-virtual-background": "1.12.3", + "@100mslive/react-icons": "0.9.3", + "@100mslive/react-sdk": "0.9.3", "@100mslive/types-prebuilt": "0.12.6", "@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 131d6e5d64..891f513088 100644 --- a/packages/roomkit-web/package.json +++ b/packages/roomkit-web/package.json @@ -1,6 +1,6 @@ { "name": "@100mslive/roomkit-web", - "version": "0.1.3-alpha.0", + "version": "0.1.3", "description": "A web component implementation of 100ms Prebuilt component", "keywords": [ "web-components", @@ -33,7 +33,7 @@ "build": "rm -rf dist && node ../../scripts/build-webapp" }, "dependencies": { - "@100mslive/roomkit-react": "0.2.3-alpha.0", + "@100mslive/roomkit-react": "0.2.3", "@r2wc/react-to-web-component": "2.0.2" } }