Skip to content

Commit aa4bcfc

Browse files
chore(release): 1.28.0-ccwidgets.119 [skip ci]
# [1.28.0-ccwidgets.119](v1.28.0-ccwidgets.118...v1.28.0-ccwidgets.119) (2025-10-22) ### Features * **task:** Update Outdial Dialpad UI to Match Figma ([#538](#538)) ([07577f6](07577f6))
1 parent 07577f6 commit aa4bcfc

8 files changed

Lines changed: 15 additions & 8 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.119](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.118...v1.28.0-ccwidgets.119) (2025-10-22)
2+
3+
4+
### Features
5+
6+
* **task:** Update Outdial Dialpad UI to Match Figma ([#538](https://github.com/webex/widgets/issues/538)) ([07577f6](https://github.com/webex/widgets/commit/07577f634fb1e6486af088672adaba9b9dccb43b))
7+
18
# [1.28.0-ccwidgets.118](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.117...v1.28.0-ccwidgets.118) (2025-10-15)
29

310

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

Lines changed: 1 addition & 1 deletion
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.118",
4+
"version": "1.28.0-ccwidgets.119",
55
"main": "dist/index.js",
66
"types": "dist/types/index.d.ts",
77
"publishConfig": {

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

Lines changed: 1 addition & 1 deletion
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.118",
4+
"version": "1.28.0-ccwidgets.119",
55
"main": "dist/index.js",
66
"types": "dist/types/index.d.ts",
77
"publishConfig": {

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

Lines changed: 1 addition & 1 deletion
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.118",
4+
"version": "1.28.0-ccwidgets.119",
55
"main": "dist/index.js",
66
"types": "dist/types/index.d.ts",
77
"publishConfig": {

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.118",
4+
"version": "1.28.0-ccwidgets.119",
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: 1 addition & 1 deletion
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.118",
4+
"version": "1.28.0-ccwidgets.119",
55
"main": "dist/index.js",
66
"types": "dist/types/index.d.ts",
77
"publishConfig": {

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

Lines changed: 1 addition & 1 deletion
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.118",
3+
"version": "1.28.0-ccwidgets.119",
44
"description": "UI metrics tracking for Webex widgets",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

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

Lines changed: 1 addition & 1 deletion
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.118",
4+
"version": "1.28.0-ccwidgets.119",
55
"main": "dist/index.js",
66
"types": "dist/types/index.d.ts",
77
"publishConfig": {

0 commit comments

Comments
 (0)