Skip to content

Commit

Permalink
chore(release): 1.28.0-ccwidgets.6 [skip ci]
Browse files Browse the repository at this point in the history
# [1.28.0-ccwidgets.6](v1.28.0-ccwidgets.5...v1.28.0-ccwidgets.6) (2025-01-08)

### Features

* taskList and IncomingTask widgets added ([#348](#348)) ([ce3a619](ce3a619))
  • Loading branch information
webex-components-publisher committed Jan 8, 2025
1 parent ce3a619 commit 6b7ce7f
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 10 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.6](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.5...v1.28.0-ccwidgets.6) (2025-01-08)


### Features

* taskList and IncomingTask widgets added ([#348](https://github.com/webex/widgets/issues/348)) ([ce3a619](https://github.com/webex/widgets/commit/ce3a619dbbb1e2e5321a94a7ce2798f6217326b9))

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


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

0 comments on commit 6b7ce7f

Please sign in to comment.