Skip to content

Commit

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

### Bug Fixes

* **cc-widgets:** ship-all-widgets-together ([#345](#345)) ([83d5a37](83d5a37))
  • Loading branch information
webex-components-publisher committed Dec 17, 2024
1 parent 83d5a37 commit 31ebfb1
Show file tree
Hide file tree
Showing 5 changed files with 16 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.4](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.3...v1.28.0-ccwidgets.4) (2024-12-17)


### Bug Fixes

* **cc-widgets:** ship-all-widgets-together ([#345](https://github.com/webex/widgets/issues/345)) ([83d5a37](https://github.com/webex/widgets/commit/83d5a37ac3e4a1ab0254d9e28448268e90ce987c))

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


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

0 comments on commit 31ebfb1

Please sign in to comment.