Skip to content

Commit

Permalink
chore(release): 2.1.0-staging.15 [skip ci]
Browse files Browse the repository at this point in the history
# [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](23ae96d))
* **offstage-screenshare:** permission update for screenshare was causing toggle to show up off stage ([4485515](4485515))

### Features

* **internal:** added ability to show view only public chat ([17d8b7a](17d8b7a))

skip-checks: true
  • Loading branch information
semantic-release-bot committed Sep 25, 2024
1 parent 88f865f commit 2a8330c
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 7 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/angular-library/projects/components/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-library/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-library/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 2a8330c

Please sign in to comment.