Skip to content

Commit 572450a

Browse files
chore(release): 1.28.0-ccwidgets.118 [skip ci]
# [1.28.0-ccwidgets.118](v1.28.0-ccwidgets.117...v1.28.0-ccwidgets.118) (2025-10-15) ### Features * **cc-widgets:** added-address-book ([#537](#537)) ([0997d10](0997d10))
1 parent 0997d10 commit 572450a

File tree

8 files changed

+17
-10
lines changed

8 files changed

+17
-10
lines changed

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.118](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.117...v1.28.0-ccwidgets.118) (2025-10-15)
2+
3+
4+
### Features
5+
6+
* **cc-widgets:** added-address-book ([#537](https://github.com/webex/widgets/issues/537)) ([0997d10](https://github.com/webex/widgets/commit/0997d106299ce12fc04a61c5e7f387511a76c76d))
7+
18
# [1.28.0-ccwidgets.117](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.116...v1.28.0-ccwidgets.117) (2025-10-13)
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.117",
4+
"version": "1.28.0-ccwidgets.118",
55
"main": "dist/index.js",
66
"types": "dist/types/index.d.ts",
77
"publishConfig": {

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

packages/contact-center/store/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-store",
33
"description": "Webex Contact Center Widgets: Widgets Store",
4-
"version": "1.28.0-ccwidgets.117",
4+
"version": "1.28.0-ccwidgets.118",
55
"main": "dist/index.js",
66
"types": "dist/types/index.d.ts",
77
"license": "MIT",

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

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.117",
3+
"version": "1.28.0-ccwidgets.118",
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.117",
4+
"version": "1.28.0-ccwidgets.118",
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)