Skip to content

Commit a6fa819

Browse files
chore(release): 1.28.0-ccconnectors.7 [skip ci]
# [1.28.0-ccconnectors.7](v1.28.0-ccconnectors.6...v1.28.0-ccconnectors.7) (2025-02-14) ### Bug Fixes * null check for onStateChange, relogin on refresh ([#388](#388)) ([a736301](a736301))
1 parent a736301 commit a6fa819

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-ccconnectors.7](https://github.com/webex/widgets/compare/v1.28.0-ccconnectors.6...v1.28.0-ccconnectors.7) (2025-02-14)
2+
3+
4+
### Bug Fixes
5+
6+
* null check for onStateChange, relogin on refresh ([#388](https://github.com/webex/widgets/issues/388)) ([a736301](https://github.com/webex/widgets/commit/a73630139d975cdb4003ec499c70f3084d7612a3))
7+
18
# [1.28.0-ccconnectors.6](https://github.com/webex/widgets/compare/v1.28.0-ccconnectors.5...v1.28.0-ccconnectors.6) (2025-02-14)
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-ccconnectors.6",
4+
"version": "1.28.0-ccconnectors.7",
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.5"
68+
"stableVersion": "1.28.0-ccconnectors.6"
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.6",
4+
"version": "1.28.0-ccconnectors.7",
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.5"
73+
"stableVersion": "1.28.0-ccconnectors.6"
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.6",
4+
"version": "1.28.0-ccconnectors.7",
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.5"
65+
"stableVersion": "1.28.0-ccconnectors.6"
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.6",
4+
"version": "1.28.0-ccconnectors.7",
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.5"
54+
"stableVersion": "1.28.0-ccconnectors.6"
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.6",
4+
"version": "1.28.0-ccconnectors.7",
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.5"
65+
"stableVersion": "1.28.0-ccconnectors.6"
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.6",
4+
"version": "1.28.0-ccconnectors.7",
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.5"
59+
"stableVersion": "1.28.0-ccconnectors.6"
6060
}

0 commit comments

Comments
 (0)