Skip to content

Commit 9294d8f

Browse files
chore(release): 1.28.0-ccwidgets.124 [skip ci]
# [1.28.0-ccwidgets.124](v1.28.0-ccwidgets.123...v1.28.0-ccwidgets.124) (2025-11-13) ### Bug Fixes * **cc-task:** visibility toggle for conference feature ([#553](#553)) ([ab5fd64](ab5fd64))
1 parent ab5fd64 commit 9294d8f

File tree

8 files changed

+14
-7
lines changed

8 files changed

+14
-7
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.124](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.123...v1.28.0-ccwidgets.124) (2025-11-13)
2+
3+
4+
### Bug Fixes
5+
6+
* **cc-task:** visibility toggle for conference feature ([#553](https://github.com/webex/widgets/issues/553)) ([ab5fd64](https://github.com/webex/widgets/commit/ab5fd64e6c8b6c9efaf85281d9b31cd5cac8a32e))
7+
18
# [1.28.0-ccwidgets.123](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.122...v1.28.0-ccwidgets.123) (2025-11-11)
29

310

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@webex/cc-components",
33
"description": "Webex Contact Center UI Components Library for your custom contact center solutions",
44
"license": "Cisco's General Terms (https://www.cisco.com/site/us/en/about/legal/contract-experience/index.html)",
5-
"version": "1.28.0-ccwidgets.123",
5+
"version": "1.28.0-ccwidgets.124",
66
"main": "dist/index.js",
77
"types": "dist/types/index.d.ts",
88
"publishConfig": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@webex/cc-widgets",
33
"description": "Webex Contact Center Widgets",
44
"license": "Cisco's General Terms (https://www.cisco.com/site/us/en/about/legal/contract-experience/index.html)",
5-
"version": "1.28.0-ccwidgets.123",
5+
"version": "1.28.0-ccwidgets.124",
66
"main": "dist/index.js",
77
"types": "dist/types/index.d.ts",
88
"publishConfig": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@webex/cc-station-login",
33
"description": "Webex Contact Center Widgets: Station Login",
44
"license": "Cisco's General Terms (https://www.cisco.com/site/us/en/about/legal/contract-experience/index.html)",
5-
"version": "1.28.0-ccwidgets.123",
5+
"version": "1.28.0-ccwidgets.124",
66
"main": "dist/index.js",
77
"types": "dist/types/index.d.ts",
88
"publishConfig": {

packages/contact-center/store/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@webex/cc-store",
33
"description": "Webex Contact Center Widgets: Widgets Store",
44
"license": "Cisco's General Terms (https://www.cisco.com/site/us/en/about/legal/contract-experience/index.html)",
5-
"version": "1.28.0-ccwidgets.123",
5+
"version": "1.28.0-ccwidgets.124",
66
"main": "dist/index.js",
77
"types": "dist/types/index.d.ts",
88
"publishConfig": {

packages/contact-center/task/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@webex/cc-task",
33
"description": "Webex Contact Center Widgets: Task",
44
"license": "Cisco's General Terms (https://www.cisco.com/site/us/en/about/legal/contract-experience/index.html)",
5-
"version": "1.28.0-ccwidgets.123",
5+
"version": "1.28.0-ccwidgets.124",
66
"main": "dist/index.js",
77
"types": "dist/types/index.d.ts",
88
"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.123",
3+
"version": "1.28.0-ccwidgets.124",
44
"description": "UI metrics tracking for Webex widgets",
55
"license": "Cisco's General Terms (https://www.cisco.com/site/us/en/about/legal/contract-experience/index.html)",
66
"main": "dist/index.js",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@webex/cc-user-state",
33
"description": "Webex Contact Center Widgets: User State",
44
"license": "Cisco's General Terms (https://www.cisco.com/site/us/en/about/legal/contract-experience/index.html)",
5-
"version": "1.28.0-ccwidgets.123",
5+
"version": "1.28.0-ccwidgets.124",
66
"main": "dist/index.js",
77
"types": "dist/types/index.d.ts",
88
"publishConfig": {

0 commit comments

Comments
 (0)