From c68522d957946ea473a355a75ed6031971fbdf50 Mon Sep 17 00:00:00 2001 From: raviteja83 Date: Thu, 7 Mar 2024 10:57:02 +0530 Subject: [PATCH 1/9] feat: patch release --- .../src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/roomkit-react/src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx b/packages/roomkit-react/src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx index 6ae278df87..655f5103a7 100644 --- a/packages/roomkit-react/src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx +++ b/packages/roomkit-react/src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx @@ -44,6 +44,7 @@ const SecondarySection = ({ gridTemplateColumns: '1fr', gridTemplateRows: `repeat(${tiles.length}, minmax(0, 1fr))`, maxHeight: '100%', + width: 240, } : { gridTemplateRows: React.Children.count(children) > 0 ? '136px auto' : '154px', From d0dca194522ebfe9aae7c933377dd45a040357aa Mon Sep 17 00:00:00 2001 From: raviteja83 Date: Thu, 7 Mar 2024 11:01:26 +0530 Subject: [PATCH 2/9] 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 +- 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 ++-- 9 files changed, 18 insertions(+), 18 deletions(-) diff --git a/examples/prebuilt-react-integration/package.json b/examples/prebuilt-react-integration/package.json index 75bb20f0d3..f44041a923 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.3.0", + "@100mslive/roomkit-react": "0.3.1-alpha.5", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/packages/hls-player/package.json b/packages/hls-player/package.json index 2dde4ae91c..ec0d206217 100644 --- a/packages/hls-player/package.json +++ b/packages/hls-player/package.json @@ -1,6 +1,6 @@ { "name": "@100mslive/hls-player", - "version": "0.3.0", + "version": "0.3.1-alpha.5", "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.4.0", + "@100mslive/hls-stats": "0.4.1-alpha.5", "eventemitter2": "^6.4.9", "hls.js": "1.4.12" } diff --git a/packages/hls-stats/package.json b/packages/hls-stats/package.json index 1ee33d0b28..1493719da7 100644 --- a/packages/hls-stats/package.json +++ b/packages/hls-stats/package.json @@ -1,6 +1,6 @@ { "name": "@100mslive/hls-stats", - "version": "0.4.0", + "version": "0.4.1-alpha.5", "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 c1b0d41263..34601f68c1 100644 --- a/packages/hms-video-store/package.json +++ b/packages/hms-video-store/package.json @@ -1,5 +1,5 @@ { - "version": "0.12.0", + "version": "0.12.1-alpha.5", "license": "MIT", "repository": { "type": "git", diff --git a/packages/hms-virtual-background/package.json b/packages/hms-virtual-background/package.json index 4320686d79..653a508cc8 100755 --- a/packages/hms-virtual-background/package.json +++ b/packages/hms-virtual-background/package.json @@ -1,5 +1,5 @@ { - "version": "1.13.0", + "version": "1.13.1-alpha.5", "license": "MIT", "name": "@100mslive/hms-virtual-background", "author": "100ms", @@ -32,10 +32,10 @@ "format": "prettier --write src/**/*.ts" }, "peerDependencies": { - "@100mslive/hms-video-store": "0.12.0" + "@100mslive/hms-video-store": "0.12.1-alpha.5" }, "devDependencies": { - "@100mslive/hms-video-store": "0.12.0" + "@100mslive/hms-video-store": "0.12.1-alpha.5" }, "dependencies": { "@mediapipe/selfie_segmentation": "^0.1.1632777926", diff --git a/packages/react-icons/package.json b/packages/react-icons/package.json index 5a3f260f0c..6557596997 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.10.0", + "version": "0.10.1-alpha.5", "author": "100ms", "license": "MIT", "repository": { diff --git a/packages/react-sdk/package.json b/packages/react-sdk/package.json index c66f7fe009..2d4e005302 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.10.0", + "version": "0.10.1-alpha.5", "author": "100ms", "license": "MIT", "repository": { @@ -48,7 +48,7 @@ "react": ">=16.8 <19.0.0" }, "dependencies": { - "@100mslive/hms-video-store": "0.12.0", + "@100mslive/hms-video-store": "0.12.1-alpha.5", "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 4b42128539..becb0e0066 100644 --- a/packages/roomkit-react/package.json +++ b/packages/roomkit-react/package.json @@ -10,7 +10,7 @@ "prebuilt", "roomkit" ], - "version": "0.3.0", + "version": "0.3.1-alpha.5", "author": "100ms", "license": "MIT", "repository": { @@ -82,11 +82,11 @@ "react": ">=17.0.2 <19.0.0" }, "dependencies": { - "@100mslive/hls-player": "0.3.0", + "@100mslive/hls-player": "0.3.1-alpha.5", "@100mslive/hms-noise-cancellation": "0.0.0-alpha.1", - "@100mslive/hms-virtual-background": "1.13.0", - "@100mslive/react-icons": "0.10.0", - "@100mslive/react-sdk": "0.10.0", + "@100mslive/hms-virtual-background": "1.13.1-alpha.5", + "@100mslive/react-icons": "0.10.1-alpha.5", + "@100mslive/react-sdk": "0.10.1-alpha.5", "@100mslive/types-prebuilt": "0.12.7", "@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 6f66c69d8f..c208ba3809 100644 --- a/packages/roomkit-web/package.json +++ b/packages/roomkit-web/package.json @@ -1,6 +1,6 @@ { "name": "@100mslive/roomkit-web", - "version": "0.2.0", + "version": "0.2.1-alpha.5", "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.3.0", + "@100mslive/roomkit-react": "0.3.1-alpha.5", "@r2wc/react-to-web-component": "2.0.2" } } From 190087f587ca1fec25453976b938b733ebce8d45 Mon Sep 17 00:00:00 2001 From: raviteja83 Date: Thu, 7 Mar 2024 11:19:28 +0530 Subject: [PATCH 3/9] fix: remove height of the tile for sidebar --- .../src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/roomkit-react/src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx b/packages/roomkit-react/src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx index 655f5103a7..9ed895d2d8 100644 --- a/packages/roomkit-react/src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx +++ b/packages/roomkit-react/src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx @@ -70,7 +70,7 @@ const SecondarySection = ({ rootCSS={{ padding: 0, maxWidth: 240, - h: '100%', + h: hasSidebar ? undefined : '100%', aspectRatio: 16 / 9, '@md': { aspectRatio: 1 }, }} From 26d1da9289ab9502147a574572ff5b903dbf6e4a Mon Sep 17 00:00:00 2001 From: raviteja83 Date: Thu, 7 Mar 2024 11:21:05 +0530 Subject: [PATCH 4/9] 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 +- 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 ++-- 9 files changed, 18 insertions(+), 18 deletions(-) diff --git a/examples/prebuilt-react-integration/package.json b/examples/prebuilt-react-integration/package.json index f44041a923..022c0b186a 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.3.1-alpha.5", + "@100mslive/roomkit-react": "0.3.1-alpha.6", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/packages/hls-player/package.json b/packages/hls-player/package.json index ec0d206217..f24f0efb91 100644 --- a/packages/hls-player/package.json +++ b/packages/hls-player/package.json @@ -1,6 +1,6 @@ { "name": "@100mslive/hls-player", - "version": "0.3.1-alpha.5", + "version": "0.3.1-alpha.6", "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.4.1-alpha.5", + "@100mslive/hls-stats": "0.4.1-alpha.6", "eventemitter2": "^6.4.9", "hls.js": "1.4.12" } diff --git a/packages/hls-stats/package.json b/packages/hls-stats/package.json index 1493719da7..bedcac0215 100644 --- a/packages/hls-stats/package.json +++ b/packages/hls-stats/package.json @@ -1,6 +1,6 @@ { "name": "@100mslive/hls-stats", - "version": "0.4.1-alpha.5", + "version": "0.4.1-alpha.6", "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 34601f68c1..e802a18fcf 100644 --- a/packages/hms-video-store/package.json +++ b/packages/hms-video-store/package.json @@ -1,5 +1,5 @@ { - "version": "0.12.1-alpha.5", + "version": "0.12.1-alpha.6", "license": "MIT", "repository": { "type": "git", diff --git a/packages/hms-virtual-background/package.json b/packages/hms-virtual-background/package.json index 653a508cc8..038de009b6 100755 --- a/packages/hms-virtual-background/package.json +++ b/packages/hms-virtual-background/package.json @@ -1,5 +1,5 @@ { - "version": "1.13.1-alpha.5", + "version": "1.13.1-alpha.6", "license": "MIT", "name": "@100mslive/hms-virtual-background", "author": "100ms", @@ -32,10 +32,10 @@ "format": "prettier --write src/**/*.ts" }, "peerDependencies": { - "@100mslive/hms-video-store": "0.12.1-alpha.5" + "@100mslive/hms-video-store": "0.12.1-alpha.6" }, "devDependencies": { - "@100mslive/hms-video-store": "0.12.1-alpha.5" + "@100mslive/hms-video-store": "0.12.1-alpha.6" }, "dependencies": { "@mediapipe/selfie_segmentation": "^0.1.1632777926", diff --git a/packages/react-icons/package.json b/packages/react-icons/package.json index 6557596997..a7f5c394e9 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.10.1-alpha.5", + "version": "0.10.1-alpha.6", "author": "100ms", "license": "MIT", "repository": { diff --git a/packages/react-sdk/package.json b/packages/react-sdk/package.json index 2d4e005302..3fb511dadf 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.10.1-alpha.5", + "version": "0.10.1-alpha.6", "author": "100ms", "license": "MIT", "repository": { @@ -48,7 +48,7 @@ "react": ">=16.8 <19.0.0" }, "dependencies": { - "@100mslive/hms-video-store": "0.12.1-alpha.5", + "@100mslive/hms-video-store": "0.12.1-alpha.6", "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 becb0e0066..ba822c73e2 100644 --- a/packages/roomkit-react/package.json +++ b/packages/roomkit-react/package.json @@ -10,7 +10,7 @@ "prebuilt", "roomkit" ], - "version": "0.3.1-alpha.5", + "version": "0.3.1-alpha.6", "author": "100ms", "license": "MIT", "repository": { @@ -82,11 +82,11 @@ "react": ">=17.0.2 <19.0.0" }, "dependencies": { - "@100mslive/hls-player": "0.3.1-alpha.5", + "@100mslive/hls-player": "0.3.1-alpha.6", "@100mslive/hms-noise-cancellation": "0.0.0-alpha.1", - "@100mslive/hms-virtual-background": "1.13.1-alpha.5", - "@100mslive/react-icons": "0.10.1-alpha.5", - "@100mslive/react-sdk": "0.10.1-alpha.5", + "@100mslive/hms-virtual-background": "1.13.1-alpha.6", + "@100mslive/react-icons": "0.10.1-alpha.6", + "@100mslive/react-sdk": "0.10.1-alpha.6", "@100mslive/types-prebuilt": "0.12.7", "@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 c208ba3809..3fac3e60d3 100644 --- a/packages/roomkit-web/package.json +++ b/packages/roomkit-web/package.json @@ -1,6 +1,6 @@ { "name": "@100mslive/roomkit-web", - "version": "0.2.1-alpha.5", + "version": "0.2.1-alpha.6", "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.3.1-alpha.5", + "@100mslive/roomkit-react": "0.3.1-alpha.6", "@r2wc/react-to-web-component": "2.0.2" } } From 939bce5ec26f722d2c916d86e4bda9dd9908fa45 Mon Sep 17 00:00:00 2001 From: raviteja83 Date: Thu, 7 Mar 2024 13:22:17 +0530 Subject: [PATCH 5/9] build: update versions for release - alpha --- 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 +- 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 ++-- 9 files changed, 18 insertions(+), 18 deletions(-) diff --git a/examples/prebuilt-react-integration/package.json b/examples/prebuilt-react-integration/package.json index 022c0b186a..445e164f8a 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.3.1-alpha.6", + "@100mslive/roomkit-react": "0.3.1-alpha.7", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/packages/hls-player/package.json b/packages/hls-player/package.json index f24f0efb91..c134d9c7d5 100644 --- a/packages/hls-player/package.json +++ b/packages/hls-player/package.json @@ -1,6 +1,6 @@ { "name": "@100mslive/hls-player", - "version": "0.3.1-alpha.6", + "version": "0.3.1-alpha.7", "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.4.1-alpha.6", + "@100mslive/hls-stats": "0.4.1-alpha.7", "eventemitter2": "^6.4.9", "hls.js": "1.4.12" } diff --git a/packages/hls-stats/package.json b/packages/hls-stats/package.json index bedcac0215..e7841e5af4 100644 --- a/packages/hls-stats/package.json +++ b/packages/hls-stats/package.json @@ -1,6 +1,6 @@ { "name": "@100mslive/hls-stats", - "version": "0.4.1-alpha.6", + "version": "0.4.1-alpha.7", "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 e802a18fcf..7b55bf01d3 100644 --- a/packages/hms-video-store/package.json +++ b/packages/hms-video-store/package.json @@ -1,5 +1,5 @@ { - "version": "0.12.1-alpha.6", + "version": "0.12.1-alpha.7", "license": "MIT", "repository": { "type": "git", diff --git a/packages/hms-virtual-background/package.json b/packages/hms-virtual-background/package.json index 038de009b6..e707f0d7a4 100755 --- a/packages/hms-virtual-background/package.json +++ b/packages/hms-virtual-background/package.json @@ -1,5 +1,5 @@ { - "version": "1.13.1-alpha.6", + "version": "1.13.1-alpha.7", "license": "MIT", "name": "@100mslive/hms-virtual-background", "author": "100ms", @@ -32,10 +32,10 @@ "format": "prettier --write src/**/*.ts" }, "peerDependencies": { - "@100mslive/hms-video-store": "0.12.1-alpha.6" + "@100mslive/hms-video-store": "0.12.1-alpha.7" }, "devDependencies": { - "@100mslive/hms-video-store": "0.12.1-alpha.6" + "@100mslive/hms-video-store": "0.12.1-alpha.7" }, "dependencies": { "@mediapipe/selfie_segmentation": "^0.1.1632777926", diff --git a/packages/react-icons/package.json b/packages/react-icons/package.json index a7f5c394e9..fde4b6d56b 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.10.1-alpha.6", + "version": "0.10.1-alpha.7", "author": "100ms", "license": "MIT", "repository": { diff --git a/packages/react-sdk/package.json b/packages/react-sdk/package.json index 3fb511dadf..e13083a27d 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.10.1-alpha.6", + "version": "0.10.1-alpha.7", "author": "100ms", "license": "MIT", "repository": { @@ -48,7 +48,7 @@ "react": ">=16.8 <19.0.0" }, "dependencies": { - "@100mslive/hms-video-store": "0.12.1-alpha.6", + "@100mslive/hms-video-store": "0.12.1-alpha.7", "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 ba822c73e2..3bda0341b8 100644 --- a/packages/roomkit-react/package.json +++ b/packages/roomkit-react/package.json @@ -10,7 +10,7 @@ "prebuilt", "roomkit" ], - "version": "0.3.1-alpha.6", + "version": "0.3.1-alpha.7", "author": "100ms", "license": "MIT", "repository": { @@ -82,11 +82,11 @@ "react": ">=17.0.2 <19.0.0" }, "dependencies": { - "@100mslive/hls-player": "0.3.1-alpha.6", + "@100mslive/hls-player": "0.3.1-alpha.7", "@100mslive/hms-noise-cancellation": "0.0.0-alpha.1", - "@100mslive/hms-virtual-background": "1.13.1-alpha.6", - "@100mslive/react-icons": "0.10.1-alpha.6", - "@100mslive/react-sdk": "0.10.1-alpha.6", + "@100mslive/hms-virtual-background": "1.13.1-alpha.7", + "@100mslive/react-icons": "0.10.1-alpha.7", + "@100mslive/react-sdk": "0.10.1-alpha.7", "@100mslive/types-prebuilt": "0.12.7", "@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 3fac3e60d3..6522199e4a 100644 --- a/packages/roomkit-web/package.json +++ b/packages/roomkit-web/package.json @@ -1,6 +1,6 @@ { "name": "@100mslive/roomkit-web", - "version": "0.2.1-alpha.6", + "version": "0.2.1-alpha.7", "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.3.1-alpha.6", + "@100mslive/roomkit-react": "0.3.1-alpha.7", "@r2wc/react-to-web-component": "2.0.2" } } From 042450fdebe2bb618bbcff4e2fb0f35de7619027 Mon Sep 17 00:00:00 2001 From: raviteja83 Date: Thu, 7 Mar 2024 15:29:32 +0530 Subject: [PATCH 6/9] ci: comment main check for now --- .github/workflows/publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e0d8c94841..a2917a4bb2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,9 +19,9 @@ jobs: node-version: 18 registry-url: https://registry.npmjs.org/ - - name: Check for main branch if latest - if: (github.event.inputs.publishFlag == 'latest' || github.event.client_payload.slash_command.args.unnamed.arg1 == 'latest') && github.ref_name != 'main' - run: exit 1 + # - name: Check for main branch if latest + # if: (github.event.inputs.publishFlag == 'latest' || github.event.client_payload.slash_command.args.unnamed.arg1 == 'latest') && github.ref_name != 'main' + # run: exit 1 - name: Notify slack starting if: github.event.inputs.publishFlag == 'latest' && success() From fff51f4e055e089629a9320b0cb6e79e0245180c Mon Sep 17 00:00:00 2001 From: raviteja83 Date: Thu, 7 Mar 2024 16:42:18 +0530 Subject: [PATCH 7/9] 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 +- 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 ++-- 9 files changed, 18 insertions(+), 18 deletions(-) diff --git a/examples/prebuilt-react-integration/package.json b/examples/prebuilt-react-integration/package.json index 445e164f8a..0ab13ba996 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.3.1-alpha.7", + "@100mslive/roomkit-react": "0.3.1", "react": "^18.2.0", "react-dom": "^18.2.0" }, diff --git a/packages/hls-player/package.json b/packages/hls-player/package.json index c134d9c7d5..22051e3eb0 100644 --- a/packages/hls-player/package.json +++ b/packages/hls-player/package.json @@ -1,6 +1,6 @@ { "name": "@100mslive/hls-player", - "version": "0.3.1-alpha.7", + "version": "0.3.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", @@ -36,7 +36,7 @@ "author": "100ms", "license": "MIT", "dependencies": { - "@100mslive/hls-stats": "0.4.1-alpha.7", + "@100mslive/hls-stats": "0.4.1", "eventemitter2": "^6.4.9", "hls.js": "1.4.12" } diff --git a/packages/hls-stats/package.json b/packages/hls-stats/package.json index e7841e5af4..5da917ca71 100644 --- a/packages/hls-stats/package.json +++ b/packages/hls-stats/package.json @@ -1,6 +1,6 @@ { "name": "@100mslive/hls-stats", - "version": "0.4.1-alpha.7", + "version": "0.4.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-video-store/package.json b/packages/hms-video-store/package.json index 7b55bf01d3..5c07956221 100644 --- a/packages/hms-video-store/package.json +++ b/packages/hms-video-store/package.json @@ -1,5 +1,5 @@ { - "version": "0.12.1-alpha.7", + "version": "0.12.1", "license": "MIT", "repository": { "type": "git", diff --git a/packages/hms-virtual-background/package.json b/packages/hms-virtual-background/package.json index e707f0d7a4..4f105d174b 100755 --- a/packages/hms-virtual-background/package.json +++ b/packages/hms-virtual-background/package.json @@ -1,5 +1,5 @@ { - "version": "1.13.1-alpha.7", + "version": "1.13.1", "license": "MIT", "name": "@100mslive/hms-virtual-background", "author": "100ms", @@ -32,10 +32,10 @@ "format": "prettier --write src/**/*.ts" }, "peerDependencies": { - "@100mslive/hms-video-store": "0.12.1-alpha.7" + "@100mslive/hms-video-store": "0.12.1" }, "devDependencies": { - "@100mslive/hms-video-store": "0.12.1-alpha.7" + "@100mslive/hms-video-store": "0.12.1" }, "dependencies": { "@mediapipe/selfie_segmentation": "^0.1.1632777926", diff --git a/packages/react-icons/package.json b/packages/react-icons/package.json index fde4b6d56b..5b3b3ed759 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.10.1-alpha.7", + "version": "0.10.1", "author": "100ms", "license": "MIT", "repository": { diff --git a/packages/react-sdk/package.json b/packages/react-sdk/package.json index e13083a27d..2bb16efd01 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.10.1-alpha.7", + "version": "0.10.1", "author": "100ms", "license": "MIT", "repository": { @@ -48,7 +48,7 @@ "react": ">=16.8 <19.0.0" }, "dependencies": { - "@100mslive/hms-video-store": "0.12.1-alpha.7", + "@100mslive/hms-video-store": "0.12.1", "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 3bda0341b8..05ac1996c9 100644 --- a/packages/roomkit-react/package.json +++ b/packages/roomkit-react/package.json @@ -10,7 +10,7 @@ "prebuilt", "roomkit" ], - "version": "0.3.1-alpha.7", + "version": "0.3.1", "author": "100ms", "license": "MIT", "repository": { @@ -82,11 +82,11 @@ "react": ">=17.0.2 <19.0.0" }, "dependencies": { - "@100mslive/hls-player": "0.3.1-alpha.7", + "@100mslive/hls-player": "0.3.1", "@100mslive/hms-noise-cancellation": "0.0.0-alpha.1", - "@100mslive/hms-virtual-background": "1.13.1-alpha.7", - "@100mslive/react-icons": "0.10.1-alpha.7", - "@100mslive/react-sdk": "0.10.1-alpha.7", + "@100mslive/hms-virtual-background": "1.13.1", + "@100mslive/react-icons": "0.10.1", + "@100mslive/react-sdk": "0.10.1", "@100mslive/types-prebuilt": "0.12.7", "@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 6522199e4a..ca0e5f035e 100644 --- a/packages/roomkit-web/package.json +++ b/packages/roomkit-web/package.json @@ -1,6 +1,6 @@ { "name": "@100mslive/roomkit-web", - "version": "0.2.1-alpha.7", + "version": "0.2.1", "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.3.1-alpha.7", + "@100mslive/roomkit-react": "0.3.1", "@r2wc/react-to-web-component": "2.0.2" } } From 281ff80e37e3dafa752e34351d44e596d97f89d5 Mon Sep 17 00:00:00 2001 From: raviteja83 Date: Thu, 7 Mar 2024 17:12:56 +0530 Subject: [PATCH 8/9] ci: enable main check for latest --- .github/workflows/publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a2917a4bb2..e0d8c94841 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,9 +19,9 @@ jobs: node-version: 18 registry-url: https://registry.npmjs.org/ - # - name: Check for main branch if latest - # if: (github.event.inputs.publishFlag == 'latest' || github.event.client_payload.slash_command.args.unnamed.arg1 == 'latest') && github.ref_name != 'main' - # run: exit 1 + - name: Check for main branch if latest + if: (github.event.inputs.publishFlag == 'latest' || github.event.client_payload.slash_command.args.unnamed.arg1 == 'latest') && github.ref_name != 'main' + run: exit 1 - name: Notify slack starting if: github.event.inputs.publishFlag == 'latest' && success() From 299c1b5c5a178095794a6cbd38d02defb0f65bd9 Mon Sep 17 00:00:00 2001 From: raviteja83 Date: Thu, 7 Mar 2024 17:18:14 +0530 Subject: [PATCH 9/9] fix: duplicate property --- .../src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/roomkit-react/src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx b/packages/roomkit-react/src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx index 08eab0188e..9041d8f945 100644 --- a/packages/roomkit-react/src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx +++ b/packages/roomkit-react/src/Prebuilt/components/VideoLayouts/ProminenceLayout.tsx @@ -73,7 +73,6 @@ const SecondarySection = ({ maxWidth: 240, h: hasSidebar ? undefined : '100%', aspectRatio: 16 / 9, - h: '100%', '@md': { aspectRatio: 1 }, }} objectFit="contain"