Skip to content

Commit bbb5681

Browse files
chore(release): 1.28.0-ccwidgets.17 [skip ci]
# [1.28.0-ccwidgets.17](v1.28.0-ccwidgets.16...v1.28.0-ccwidgets.17) (2025-02-13) ### Features * **cc-widgets:** Agent Multi-Login configurable, login button toggle ([#385](#385)) ([9d04209](9d04209))
1 parent 9d04209 commit bbb5681

File tree

7 files changed

+19
-12
lines changed

7 files changed

+19
-12
lines changed

packages/contact-center/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.28.0-ccwidgets.17](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.16...v1.28.0-ccwidgets.17) (2025-02-13)
2+
3+
4+
### Features
5+
6+
* **cc-widgets:** Agent Multi-Login configurable, login button toggle ([#385](https://github.com/webex/widgets/issues/385)) ([9d04209](https://github.com/webex/widgets/commit/9d0420992e50762259eb4c618e33b110333f2e5d))
7+
18
# [1.28.0-ccwidgets.16](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.15...v1.28.0-ccwidgets.16) (2025-02-10)
29

310

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

+2-2
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.16",
4+
"version": "1.28.0-ccwidgets.17",
55
"main": "dist/index.js",
66
"publishConfig": {
77
"access": "public"
@@ -62,5 +62,5 @@
6262
"react": ">=18.3.1",
6363
"react-dom": ">=18.3.1"
6464
},
65-
"stableVersion": "1.28.0-ccwidgets.15"
65+
"stableVersion": "1.28.0-ccwidgets.16"
6666
}

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

+2-2
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.16",
4+
"version": "1.28.0-ccwidgets.17",
55
"main": "dist/index.js",
66
"publishConfig": {
77
"access": "public"
@@ -70,5 +70,5 @@
7070
"^.+\\.(css|less|scss)$": "babel-jest"
7171
}
7272
},
73-
"stableVersion": "1.28.0-ccwidgets.15"
73+
"stableVersion": "1.28.0-ccwidgets.16"
7474
}

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

+2-2
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.16",
4+
"version": "1.28.0-ccwidgets.17",
55
"main": "dist/index.js",
66
"publishConfig": {
77
"access": "public"
@@ -58,5 +58,5 @@
5858
"^.+\\.(css|less|scss)$": "babel-jest"
5959
}
6060
},
61-
"stableVersion": "1.28.0-ccwidgets.15"
61+
"stableVersion": "1.28.0-ccwidgets.16"
6262
}

packages/contact-center/store/package.json

+2-2
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.16",
4+
"version": "1.28.0-ccwidgets.17",
55
"main": "dist/index.js",
66
"license": "MIT",
77
"publishConfig": {
@@ -51,5 +51,5 @@
5151
"**/tests/**/*.tsx"
5252
]
5353
},
54-
"stableVersion": "1.28.0-ccwidgets.15"
54+
"stableVersion": "1.28.0-ccwidgets.16"
5555
}

packages/contact-center/task/package.json

+2-2
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.16",
4+
"version": "1.28.0-ccwidgets.17",
55
"main": "dist/index.js",
66
"publishConfig": {
77
"access": "public"
@@ -58,5 +58,5 @@
5858
"^.+\\.(css|less|scss)$": "babel-jest"
5959
}
6060
},
61-
"stableVersion": "1.28.0-ccwidgets.15"
61+
"stableVersion": "1.28.0-ccwidgets.16"
6262
}

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

+2-2
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.16",
4+
"version": "1.28.0-ccwidgets.17",
55
"main": "dist/index.js",
66
"publishConfig": {
77
"access": "public"
@@ -56,5 +56,5 @@
5656
],
5757
"verbose": true
5858
},
59-
"stableVersion": "1.28.0-ccwidgets.15"
59+
"stableVersion": "1.28.0-ccwidgets.16"
6060
}

0 commit comments

Comments
 (0)