Skip to content

Commit 48bb22d

Browse files
chore(release): 1.28.0-ccconnectors.4 [skip ci]
# [1.28.0-ccconnectors.4](v1.28.0-ccconnectors.3...v1.28.0-ccconnectors.4) (2025-02-13) ### Bug Fixes * **cc-components:** replace momentum-ui with momentum-design lib ([#378](#378)) ([b98d76c](b98d76c)) * **tooling:** webpack-prod-build-for-npm ([#383](#383)) ([648b6b3](648b6b3)) ### Features * **cc-user-state:** retain agent state timer on relogin or multiLogin ([#371](#371)) ([9dba8db](9dba8db))
1 parent 0c7e849 commit 48bb22d

File tree

7 files changed

+25
-12
lines changed

7 files changed

+25
-12
lines changed

packages/contact-center/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [1.28.0-ccconnectors.4](https://github.com/webex/widgets/compare/v1.28.0-ccconnectors.3...v1.28.0-ccconnectors.4) (2025-02-13)
2+
3+
4+
### Bug Fixes
5+
6+
* **cc-components:** replace momentum-ui with momentum-design lib ([#378](https://github.com/webex/widgets/issues/378)) ([b98d76c](https://github.com/webex/widgets/commit/b98d76c5eca903cd21482a4c52e24bbff4dfe0e2))
7+
* **tooling:** webpack-prod-build-for-npm ([#383](https://github.com/webex/widgets/issues/383)) ([648b6b3](https://github.com/webex/widgets/commit/648b6b305033734250f987f6906f8907aa13d5f3))
8+
9+
10+
### Features
11+
12+
* **cc-user-state:** retain agent state timer on relogin or multiLogin ([#371](https://github.com/webex/widgets/issues/371)) ([9dba8db](https://github.com/webex/widgets/commit/9dba8db0eb3d685349b4ebdb8150981373681cbe))
13+
114
# [1.28.0-ccconnectors.3](https://github.com/webex/widgets/compare/v1.28.0-ccconnectors.2...v1.28.0-ccconnectors.3) (2025-02-07)
215
# [1.28.0-ccwidgets.16](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.15...v1.28.0-ccwidgets.16) (2025-02-10)
316

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-ccconnectors.3",
4+
"version": "1.28.0-ccconnectors.4",
55
"main": "dist/index.js",
66
"publishConfig": {
77
"access": "public"
@@ -65,5 +65,5 @@
6565
"react": ">=18.3.1",
6666
"react-dom": ">=18.3.1"
6767
},
68-
"stableVersion": "1.28.0-ccconnectors.2"
68+
"stableVersion": "1.28.0-ccconnectors.3"
6969
}

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-ccconnectors.3",
4+
"version": "1.28.0-ccconnectors.4",
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-ccconnectors.2"
73+
"stableVersion": "1.28.0-ccconnectors.3"
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-ccconnectors.3",
4+
"version": "1.28.0-ccconnectors.4",
55
"main": "dist/index.js",
66
"publishConfig": {
77
"access": "public"
@@ -62,5 +62,5 @@
6262
"^.+\\.(css|less|scss)$": "babel-jest"
6363
}
6464
},
65-
"stableVersion": "1.28.0-ccconnectors.2"
65+
"stableVersion": "1.28.0-ccconnectors.3"
6666
}

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-ccconnectors.3",
4+
"version": "1.28.0-ccconnectors.4",
55
"main": "dist/index.js",
66
"license": "MIT",
77
"publishConfig": {
@@ -51,5 +51,5 @@
5151
"**/tests/**/*.tsx"
5252
]
5353
},
54-
"stableVersion": "1.28.0-ccconnectors.2"
54+
"stableVersion": "1.28.0-ccconnectors.3"
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-ccconnectors.3",
4+
"version": "1.28.0-ccconnectors.4",
55
"main": "dist/index.js",
66
"publishConfig": {
77
"access": "public"
@@ -62,5 +62,5 @@
6262
"^.+\\.(css|less|scss)$": "babel-jest"
6363
}
6464
},
65-
"stableVersion": "1.28.0-ccconnectors.2"
65+
"stableVersion": "1.28.0-ccconnectors.3"
6666
}

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

0 commit comments

Comments
 (0)