Skip to content

Commit

Permalink
chore(release): 2.1.0-staging.36 [skip ci]
Browse files Browse the repository at this point in the history
# [2.1.0-staging.36](https://github.com/dyte-io/ui-kit/compare/@dyte-in/ui-kit-v2.1.0-staging.35...@dyte-in/ui-kit-v2.1.0-staging.36) (2024-11-05)

### Features

* **livestream:** show livestream viewers and stage list ([23b4040](23b4040))

skip-checks: true
  • Loading branch information
semantic-release-bot committed Nov 5, 2024
1 parent abcec8c commit cd2c3e2
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [2.1.0-staging.36](https://github.com/dyte-io/ui-kit/compare/@dyte-in/ui-kit-v2.1.0-staging.35...@dyte-in/ui-kit-v2.1.0-staging.36) (2024-11-05)


### Features

* **livestream:** show livestream viewers and stage list ([23b4040](https://github.com/dyte-io/ui-kit/commit/23b4040125d0435e7b80fc2f2b0a58a22e8f7b20))

# [2.1.0-staging.35](https://github.com/dyte-io/ui-kit/compare/@dyte-in/ui-kit-v2.1.0-staging.34...@dyte-in/ui-kit-v2.1.0-staging.35) (2024-11-04)


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.35",
"version": "2.1.0-staging.36",
"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.35",
"version": "2.1.0-staging.36",
"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.35",
"version": "2.1.0-staging.36",
"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.35",
"version": "2.1.0-staging.36",
"description": "Dyte's UI Kit to support easy UI development for Vue.",
"license": "UNLICENSED",
"main": "lib/index.js",
Expand Down

0 comments on commit cd2c3e2

Please sign in to comment.