Skip to content

Commit 930eb72

Browse files
chore(release): 1.28.0-ccwidgets.113 [skip ci]
# [1.28.0-ccwidgets.113](v1.28.0-ccwidgets.112...v1.28.0-ccwidgets.113) (2025-09-15) ### Features * **ccwidgets:** add error metrics and boundary for widgets ([#520](#520)) ([ab1b595](ab1b595))
1 parent ab1b595 commit 930eb72

8 files changed

Lines changed: 21 additions & 14 deletions

File tree

packages/contact-center/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.28.0-ccwidgets.113](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.112...v1.28.0-ccwidgets.113) (2025-09-15)
2+
3+
4+
### Features
5+
6+
* **ccwidgets:** add error metrics and boundary for widgets ([#520](https://github.com/webex/widgets/issues/520)) ([ab1b595](https://github.com/webex/widgets/commit/ab1b59536fb046272015f9e39566cc8fa58bfa3d))
7+
18
# [1.28.0-ccwidgets.112](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.111...v1.28.0-ccwidgets.112) (2025-09-09)
29

310

packages/contact-center/cc-components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@webex/cc-components",
33
"description": "Webex Contact Center UI Components Library for your custom contact center solutions",
4-
"version": "1.28.0-ccwidgets.112",
4+
"version": "1.28.0-ccwidgets.113",
55
"main": "dist/index.js",
66
"types": "dist/types/index.d.ts",
77
"publishConfig": {
@@ -76,4 +76,4 @@
7676
"react": ">=18.3.1",
7777
"react-dom": ">=18.3.1"
7878
}
79-
}
79+
}

packages/contact-center/cc-widgets/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@webex/cc-widgets",
33
"description": "Webex Contact Center Widgets",
4-
"version": "1.28.0-ccwidgets.112",
4+
"version": "1.28.0-ccwidgets.113",
55
"main": "dist/index.js",
66
"types": "dist/types/index.d.ts",
77
"publishConfig": {
@@ -95,4 +95,4 @@
9595
"^.+\\.(css|less|scss)$": "babel-jest"
9696
}
9797
}
98-
}
98+
}

packages/contact-center/station-login/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@webex/cc-station-login",
33
"description": "Webex Contact Center Widgets: Station Login",
4-
"version": "1.28.0-ccwidgets.112",
4+
"version": "1.28.0-ccwidgets.113",
55
"main": "dist/index.js",
66
"types": "dist/types/index.d.ts",
77
"publishConfig": {
@@ -66,4 +66,4 @@
6666
"react": ">=18.3.1",
6767
"react-dom": ">=18.3.1"
6868
}
69-
}
69+
}

packages/contact-center/store/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@webex/cc-store",
33
"description": "Webex Contact Center Widgets: Widgets Store",
4-
"version": "1.28.0-ccwidgets.112",
4+
"version": "1.28.0-ccwidgets.113",
55
"main": "dist/index.js",
66
"types": "dist/types/index.d.ts",
77
"license": "MIT",
@@ -59,4 +59,4 @@
5959
"webpack-cli": "5.1.4",
6060
"webpack-merge": "6.0.1"
6161
}
62-
}
62+
}

packages/contact-center/task/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@webex/cc-task",
33
"description": "Webex Contact Center Widgets: Task",
4-
"version": "1.28.0-ccwidgets.112",
4+
"version": "1.28.0-ccwidgets.113",
55
"main": "dist/index.js",
66
"types": "dist/types/index.d.ts",
77
"publishConfig": {
@@ -65,4 +65,4 @@
6565
"react": ">=18.3.1",
6666
"react-dom": ">=18.3.1"
6767
}
68-
}
68+
}

packages/contact-center/ui-logging/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@webex/cc-ui-logging",
3-
"version": "1.28.0-ccwidgets.112",
3+
"version": "1.28.0-ccwidgets.113",
44
"description": "UI metrics tracking for Webex widgets",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -36,4 +36,4 @@
3636
"react": ">=18.3.1",
3737
"react-dom": ">=18.3.1"
3838
}
39-
}
39+
}

packages/contact-center/user-state/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@webex/cc-user-state",
33
"description": "Webex Contact Center Widgets: User State",
4-
"version": "1.28.0-ccwidgets.112",
4+
"version": "1.28.0-ccwidgets.113",
55
"main": "dist/index.js",
66
"types": "dist/types/index.d.ts",
77
"publishConfig": {
@@ -64,4 +64,4 @@
6464
"react": ">=18.3.1",
6565
"react-dom": ">=18.3.1"
6666
}
67-
}
67+
}

0 commit comments

Comments
 (0)