Skip to content

Commit

Permalink
chore(release): 1.28.0-ccwidgets.24 [skip ci]
Browse files Browse the repository at this point in the history
# [1.28.0-ccwidgets.24](v1.28.0-ccwidgets.23...v1.28.0-ccwidgets.24) (2025-02-28)

### Bug Fixes

* **tooling:** add-mdc-icons ([#400](#400)) ([ec389f5](ec389f5))
  • Loading branch information
webex-components-publisher committed Feb 28, 2025
1 parent ec389f5 commit 58c154f
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 6 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.24](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.23...v1.28.0-ccwidgets.24) (2025-02-28)


### Bug Fixes

* **tooling:** add-mdc-icons ([#400](https://github.com/webex/widgets/issues/400)) ([ec389f5](https://github.com/webex/widgets/commit/ec389f5ed1184794c24d252fa744b2436a32c5de))

# [1.28.0-ccwidgets.23](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.22...v1.28.0-ccwidgets.23) (2025-02-27)


Expand Down
2 changes: 1 addition & 1 deletion 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-ccwidgets.23",
"version": "1.28.0-ccwidgets.24",
"main": "dist/index.js",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion 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.23",
"version": "1.28.0-ccwidgets.24",
"main": "dist/index.js",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion 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.23",
"version": "1.28.0-ccwidgets.24",
"main": "dist/index.js",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion 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.23",
"version": "1.28.0-ccwidgets.24",
"main": "dist/index.js",
"license": "MIT",
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion 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-ccwidgets.23",
"version": "1.28.0-ccwidgets.24",
"main": "dist/index.js",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion 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.23",
"version": "1.28.0-ccwidgets.24",
"main": "dist/index.js",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 58c154f

Please sign in to comment.