From 2a8330c1fc583381edbadfb4c0234ad8c3d816a1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 25 Sep 2024 06:56:44 +0000 Subject: [PATCH] chore(release): 2.1.0-staging.15 [skip ci] # [2.1.0-staging.15](https://github.com/dyte-io/ui-kit/compare/@dyte-in/ui-kit-v2.1.0-staging.14...@dyte-in/ui-kit-v2.1.0-staging.15) (2024-09-25) ### Bug Fixes * **off-stage-actions:** mic and camera toggle should not be shown off stage ([23ae96d](https://github.com/dyte-io/ui-kit/commit/23ae96d9fe494424d8cea0b0fd680de8b559eb25)) * **offstage-screenshare:** permission update for screenshare was causing toggle to show up off stage ([4485515](https://github.com/dyte-io/ui-kit/commit/4485515faef3086d046e18ba652e89325f0764b7)) ### Features * **internal:** added ability to show view only public chat ([17d8b7a](https://github.com/dyte-io/ui-kit/commit/17d8b7a80c9abd169cbfacda19c62177259dd20c)) skip-checks: true --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 6 +++--- .../projects/components/package.json | 2 +- packages/core/package.json | 2 +- packages/react-library/package.json | 2 +- packages/vue-library/package.json | 2 +- 6 files changed, 20 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f599a9b..f1adbd29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [2.1.0-staging.15](https://github.com/dyte-io/ui-kit/compare/@dyte-in/ui-kit-v2.1.0-staging.14...@dyte-in/ui-kit-v2.1.0-staging.15) (2024-09-25) + + +### Bug Fixes + +* **off-stage-actions:** mic and camera toggle should not be shown off stage ([23ae96d](https://github.com/dyte-io/ui-kit/commit/23ae96d9fe494424d8cea0b0fd680de8b559eb25)) +* **offstage-screenshare:** permission update for screenshare was causing toggle to show up off stage ([4485515](https://github.com/dyte-io/ui-kit/commit/4485515faef3086d046e18ba652e89325f0764b7)) + + +### Features + +* **internal:** added ability to show view only public chat ([17d8b7a](https://github.com/dyte-io/ui-kit/commit/17d8b7a80c9abd169cbfacda19c62177259dd20c)) + # [2.1.0-staging.14](https://github.com/dyte-io/ui-kit/compare/@dyte-in/ui-kit-v2.1.0-staging.13...@dyte-in/ui-kit-v2.1.0-staging.14) (2024-09-23) diff --git a/package-lock.json b/package-lock.json index f84bef8b..0d998342 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26313,7 +26313,7 @@ }, "packages/core": { "name": "@dytesdk/ui-kit", - "version": "2.1.0-staging.14", + "version": "2.1.0-staging.15", "license": "UNLICENSED", "dependencies": { "@floating-ui/dom": "^1.1.0", @@ -26868,7 +26868,7 @@ }, "packages/react-library": { "name": "@dytesdk/react-ui-kit", - "version": "2.1.0-staging.14", + "version": "2.1.0-staging.15", "license": "UNLICENSED", "devDependencies": { "@types/node": "^15.12.2", @@ -26890,7 +26890,7 @@ }, "packages/vue-library": { "name": "@dytesdk/vue-ui-kit", - "version": "2.1.0-staging.14", + "version": "2.1.0-staging.15", "license": "UNLICENSED", "devDependencies": { "vue": "^3.2.36" diff --git a/packages/angular-library/projects/components/package.json b/packages/angular-library/projects/components/package.json index 650bb8d4..371bb0d5 100644 --- a/packages/angular-library/projects/components/package.json +++ b/packages/angular-library/projects/components/package.json @@ -1,6 +1,6 @@ { "name": "@dytesdk/angular-ui-kit", - "version": "2.1.0-staging.14", + "version": "2.1.0-staging.15", "description": "Dyte's UI Kit to support easy UI development for Angular Projects", "peerDependencies": { "@angular/common": "^13 || ^14 || ^15 || ^16 || ^17", diff --git a/packages/core/package.json b/packages/core/package.json index 72bb46ed..249638f3 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@dytesdk/ui-kit", - "version": "2.1.0-staging.14", + "version": "2.1.0-staging.15", "description": "Dyte's UI kit to support easy UI development over the core web library.", "main": "dist/index.cjs.js", "module": "dist/index.js", diff --git a/packages/react-library/package.json b/packages/react-library/package.json index cb70962f..e0b3483e 100644 --- a/packages/react-library/package.json +++ b/packages/react-library/package.json @@ -1,6 +1,6 @@ { "name": "@dytesdk/react-ui-kit", - "version": "2.1.0-staging.14", + "version": "2.1.0-staging.15", "description": "Dyte's UI Kit to support easy UI development for React.", "repository": { "type": "git", diff --git a/packages/vue-library/package.json b/packages/vue-library/package.json index 83e13290..ea8e0af1 100644 --- a/packages/vue-library/package.json +++ b/packages/vue-library/package.json @@ -1,6 +1,6 @@ { "name": "@dytesdk/vue-ui-kit", - "version": "2.1.0-staging.14", + "version": "2.1.0-staging.15", "description": "Dyte's UI Kit to support easy UI development for Vue.", "license": "UNLICENSED", "main": "lib/index.js",