Skip to content

Commit

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

### Bug Fixes

* add event listener in componentDidLoad ([d99524a](d99524a))

skip-checks: true
  • Loading branch information
semantic-release-bot committed Nov 14, 2024
1 parent d99524a commit e27506e
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.42](https://github.com/dyte-io/ui-kit/compare/@dyte-in/ui-kit-v2.1.0-staging.41...@dyte-in/ui-kit-v2.1.0-staging.42) (2024-11-14)


### Bug Fixes

* add event listener in componentDidLoad ([d99524a](https://github.com/dyte-io/ui-kit/commit/d99524ab2f2cdbdddb6671972c0169e724c53383))

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


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

0 comments on commit e27506e

Please sign in to comment.