Skip to content

Commit

Permalink
chore(release): 1.28.0-ccwidgets.5 [skip ci]
Browse files Browse the repository at this point in the history
# [1.28.0-ccwidgets.5](v1.28.0-ccwidgets.4...v1.28.0-ccwidgets.5) (2024-12-23)

### Bug Fixes

* **user-state:** receive agent stateChange event ([#350](#350)) ([21d6ce7](21d6ce7))
  • Loading branch information
webex-components-publisher committed Dec 23, 2024
1 parent 21d6ce7 commit c425782
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 8 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-ccwidgets.5](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.4...v1.28.0-ccwidgets.5) (2024-12-23)


### Bug Fixes

* **user-state:** receive agent stateChange event ([#350](https://github.com/webex/widgets/issues/350)) ([21d6ce7](https://github.com/webex/widgets/commit/21d6ce7c6517a865bc6e4e49a5f977dc587b0e45))

# [1.28.0-ccwidgets.4](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.3...v1.28.0-ccwidgets.4) (2024-12-17)


Expand Down
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-ccwidgets.4",
"version": "1.28.0-ccwidgets.5",
"main": "dist/index.js",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -67,5 +67,5 @@
"**/tests/**/*.tsx"
]
},
"stableVersion": "1.0.0"
"stableVersion": "1.28.0-ccwidgets.4"
}
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-ccwidgets.4",
"version": "1.28.0-ccwidgets.5",
"main": "dist/index.js",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -51,5 +51,5 @@
],
"verbose": true
},
"stableVersion": "1.28.0-ccwidgets.3"
"stableVersion": "1.28.0-ccwidgets.4"
}
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-ccwidgets.4",
"version": "1.28.0-ccwidgets.5",
"main": "dist/index.js",
"license": "MIT",
"publishConfig": {
Expand Down Expand Up @@ -51,5 +51,5 @@
"**/tests/**/*.tsx"
]
},
"stableVersion": "1.28.0-ccwidgets.3"
"stableVersion": "1.28.0-ccwidgets.4"
}
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: User State",
"version": "1.28.0-ccwidgets.4",
"version": "1.28.0-ccwidgets.5",
"main": "dist/index.js",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -51,5 +51,5 @@
],
"verbose": true
},
"stableVersion": "1.28.0-ccwidgets.3"
"stableVersion": "1.28.0-ccwidgets.4"
}

0 comments on commit c425782

Please sign in to comment.