Skip to content

Commit

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

### Bug Fixes

* **cc-task:** update colors for Task Item ([#406](#406)) ([08cb2aa](08cb2aa))
  • Loading branch information
webex-components-publisher committed Mar 6, 2025
1 parent 08cb2aa commit 0b432e2
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-ccwidgets.28](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.27...v1.28.0-ccwidgets.28) (2025-03-06)


### Bug Fixes

* **cc-task:** update colors for Task Item ([#406](https://github.com/webex/widgets/issues/406)) ([08cb2aa](https://github.com/webex/widgets/commit/08cb2aaef165de51c907740e6d6e3fd26f5629bd))

# [1.28.0-ccwidgets.27](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.26...v1.28.0-ccwidgets.27) (2025-03-04)


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-ccwidgets.27",
"version": "1.28.0-ccwidgets.28",
"main": "dist/index.js",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -75,4 +75,4 @@
"react": ">=18.3.1",
"react-dom": ">=18.3.1"
}
}
}
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.27",
"version": "1.28.0-ccwidgets.28",
"main": "dist/index.js",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -86,4 +86,4 @@
"^.+\\.(css|less|scss)$": "babel-jest"
}
}
}
}
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.27",
"version": "1.28.0-ccwidgets.28",
"main": "dist/index.js",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -72,4 +72,4 @@
"^.+\\.(css|less|scss)$": "babel-jest"
}
}
}
}
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.27",
"version": "1.28.0-ccwidgets.28",
"main": "dist/index.js",
"license": "MIT",
"publishConfig": {
Expand Down Expand Up @@ -64,4 +64,4 @@
"**/tests/**/*.tsx"
]
}
}
}
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-ccwidgets.27",
"version": "1.28.0-ccwidgets.28",
"main": "dist/index.js",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -71,4 +71,4 @@
"^.+\\.(css|less|scss)$": "babel-jest"
}
}
}
}
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.27",
"version": "1.28.0-ccwidgets.28",
"main": "dist/index.js",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -69,4 +69,4 @@
],
"verbose": true
}
}
}

0 comments on commit 0b432e2

Please sign in to comment.