Skip to content

Commit 1354f51

Browse files
chore(release): 2.3.5 [skip ci]
## [2.3.5](https://github.com/dyte-io/ui-kit/compare/@dyte-in/ui-kit-v2.3.4...@dyte-in/ui-kit-v2.3.5) (2025-03-11) ### Bug Fixes * revert to older react-output-target ([a5fb103](a5fb103)) skip-checks: true
1 parent 31fedd4 commit 1354f51

File tree

6 files changed

+14
-7
lines changed

6 files changed

+14
-7
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.3.5](https://github.com/dyte-io/ui-kit/compare/@dyte-in/ui-kit-v2.3.4...@dyte-in/ui-kit-v2.3.5) (2025-03-11)
2+
3+
4+
### Bug Fixes
5+
6+
* revert to older react-output-target ([a5fb103](https://github.com/dyte-io/ui-kit/commit/a5fb1035b5a5c417eab63d11d02a6dc1a7dc14e4))
7+
18
## [2.3.5-staging.1](https://github.com/dyte-io/ui-kit/compare/@dyte-in/ui-kit-v2.3.4...@dyte-in/ui-kit-v2.3.5-staging.1) (2025-03-11)
29

310

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/angular-library/projects/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dytesdk/angular-ui-kit",
3-
"version": "2.3.5-staging.1",
3+
"version": "2.3.5",
44
"description": "Dyte's UI Kit to support easy UI development for Angular Projects",
55
"peerDependencies": {
66
"@angular/common": ">=12",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dytesdk/ui-kit",
3-
"version": "2.3.5-staging.1",
3+
"version": "2.3.5",
44
"description": "Dyte's UI kit to support easy UI development over the core web library.",
55
"main": "dist/index.cjs.js",
66
"module": "dist/index.js",

packages/react-library/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dytesdk/react-ui-kit",
3-
"version": "2.3.5-staging.1",
3+
"version": "2.3.5",
44
"description": "Dyte's UI Kit to support easy UI development for React.",
55
"repository": {
66
"type": "git",

packages/vue-library/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dytesdk/vue-ui-kit",
3-
"version": "2.3.5-staging.1",
3+
"version": "2.3.5",
44
"description": "Dyte's UI Kit to support easy UI development for Vue.",
55
"main": "dist/index.js",
66
"types": "dist/types/index.d.ts",

0 commit comments

Comments
 (0)