Skip to content

Commit c1d6c29

Browse files
committed
Merge branch 'ccwidgets' of https://github.com/webex/widgets into conference
2 parents 34a270e + 2ff45cd commit c1d6c29

8 files changed

Lines changed: 14 additions & 7 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.123](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.122...v1.28.0-ccwidgets.123) (2025-11-11)
2+
3+
4+
### Features
5+
6+
* **cc-widgets:** multi party conference ([#539](https://github.com/webex/widgets/issues/539)) ([f2a23d4](https://github.com/webex/widgets/commit/f2a23d4650fdf55ac9c44d489f45f13b3650341a))
7+
18
# [1.28.0-ccwidgets.122](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.121...v1.28.0-ccwidgets.122) (2025-11-06)
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.122",
5+
"version": "1.28.0-ccwidgets.123",
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.122",
5+
"version": "1.28.0-ccwidgets.123",
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.122",
5+
"version": "1.28.0-ccwidgets.123",
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.122",
5+
"version": "1.28.0-ccwidgets.123",
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.122",
5+
"version": "1.28.0-ccwidgets.123",
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.122",
3+
"version": "1.28.0-ccwidgets.123",
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.122",
5+
"version": "1.28.0-ccwidgets.123",
66
"main": "dist/index.js",
77
"types": "dist/types/index.d.ts",
88
"publishConfig": {

0 commit comments

Comments
 (0)