Skip to content

Commit 873b047

Browse files
chore(release): 2.3.2 [skip ci]
## [2.3.2](https://github.com/dyte-io/ui-kit/compare/@dyte-in/ui-kit-v2.3.1...@dyte-in/ui-kit-v2.3.2) (2025-03-10) ### Bug Fixes * **react:** cjs build ([79977d3](79977d3)) * rollup optional dep error in github action ([529b4cb](529b4cb)) * set es2015 target ([faf2b04](faf2b04)) skip-checks: true
1 parent 8294ebc commit 873b047

File tree

6 files changed

+16
-7
lines changed

6 files changed

+16
-7
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## [2.3.2](https://github.com/dyte-io/ui-kit/compare/@dyte-in/ui-kit-v2.3.1...@dyte-in/ui-kit-v2.3.2) (2025-03-10)
2+
3+
4+
### Bug Fixes
5+
6+
* **react:** cjs build ([79977d3](https://github.com/dyte-io/ui-kit/commit/79977d339f96865ba28e3f6e5f2aa7fbdd35c9bc))
7+
* rollup optional dep error in github action ([529b4cb](https://github.com/dyte-io/ui-kit/commit/529b4cba94129963b92c3ee127945431c8497860))
8+
* set es2015 target ([faf2b04](https://github.com/dyte-io/ui-kit/commit/faf2b044b8447bff356f77a472b41219d920b358))
9+
110
## [2.3.2-staging.2](https://github.com/dyte-io/ui-kit/compare/@dyte-in/ui-kit-v2.3.2-staging.1...@dyte-in/ui-kit-v2.3.2-staging.2) (2025-03-10)
211

312

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.2-staging.2",
3+
"version": "2.3.2",
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.2-staging.2",
3+
"version": "2.3.2",
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.2-staging.2",
3+
"version": "2.3.2",
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.2-staging.2",
3+
"version": "2.3.2",
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)