Skip to content

Commit

Permalink
chore(release): 1.28.0-ccconnectors.7 [skip ci]
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
webex-components-publisher committed Feb 14, 2025
1 parent a736301 commit a6fa819
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 12 deletions.
7 changes: 7 additions & 0 deletions packages/contact-center/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.28.0-ccconnectors.7](https://github.com/webex/widgets/compare/v1.28.0-ccconnectors.6...v1.28.0-ccconnectors.7) (2025-02-14)


### Bug Fixes

* null check for onStateChange, relogin on refresh ([#388](https://github.com/webex/widgets/issues/388)) ([a736301](https://github.com/webex/widgets/commit/a73630139d975cdb4003ec499c70f3084d7612a3))

# [1.28.0-ccconnectors.6](https://github.com/webex/widgets/compare/v1.28.0-ccconnectors.5...v1.28.0-ccconnectors.6) (2025-02-14)


Expand Down
4 changes: 2 additions & 2 deletions packages/contact-center/cc-components/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@webex/cc-components",
"description": "Webex Contact Center UI Components Library for your custom contact center solutions",
"version": "1.28.0-ccconnectors.6",
"version": "1.28.0-ccconnectors.7",
"main": "dist/index.js",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -65,5 +65,5 @@
"react": ">=18.3.1",
"react-dom": ">=18.3.1"
},
"stableVersion": "1.28.0-ccconnectors.5"
"stableVersion": "1.28.0-ccconnectors.6"
}
4 changes: 2 additions & 2 deletions packages/contact-center/cc-widgets/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@webex/cc-widgets",
"description": "Webex Contact Center Widgets",
"version": "1.28.0-ccconnectors.6",
"version": "1.28.0-ccconnectors.7",
"main": "dist/index.js",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -70,5 +70,5 @@
"^.+\\.(css|less|scss)$": "babel-jest"
}
},
"stableVersion": "1.28.0-ccconnectors.5"
"stableVersion": "1.28.0-ccconnectors.6"
}
4 changes: 2 additions & 2 deletions packages/contact-center/station-login/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@webex/cc-station-login",
"description": "Webex Contact Center Widgets: Station Login",
"version": "1.28.0-ccconnectors.6",
"version": "1.28.0-ccconnectors.7",
"main": "dist/index.js",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -62,5 +62,5 @@
"^.+\\.(css|less|scss)$": "babel-jest"
}
},
"stableVersion": "1.28.0-ccconnectors.5"
"stableVersion": "1.28.0-ccconnectors.6"
}
4 changes: 2 additions & 2 deletions packages/contact-center/store/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@webex/cc-store",
"description": "Webex Contact Center Widgets: Widgets Store",
"version": "1.28.0-ccconnectors.6",
"version": "1.28.0-ccconnectors.7",
"main": "dist/index.js",
"license": "MIT",
"publishConfig": {
Expand Down Expand Up @@ -51,5 +51,5 @@
"**/tests/**/*.tsx"
]
},
"stableVersion": "1.28.0-ccconnectors.5"
"stableVersion": "1.28.0-ccconnectors.6"
}
4 changes: 2 additions & 2 deletions packages/contact-center/task/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@webex/cc-task",
"description": "Webex Contact Center Widgets: Task",
"version": "1.28.0-ccconnectors.6",
"version": "1.28.0-ccconnectors.7",
"main": "dist/index.js",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -62,5 +62,5 @@
"^.+\\.(css|less|scss)$": "babel-jest"
}
},
"stableVersion": "1.28.0-ccconnectors.5"
"stableVersion": "1.28.0-ccconnectors.6"
}
4 changes: 2 additions & 2 deletions packages/contact-center/user-state/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@webex/cc-user-state",
"description": "Webex Contact Center Widgets: Agent State",
"version": "1.28.0-ccconnectors.6",
"version": "1.28.0-ccconnectors.7",
"main": "dist/index.js",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -56,5 +56,5 @@
],
"verbose": true
},
"stableVersion": "1.28.0-ccconnectors.5"
"stableVersion": "1.28.0-ccconnectors.6"
}

0 comments on commit a6fa819

Please sign in to comment.