Skip to content

Commit

Permalink
chore(release): 1.28.0-ccwidgets.2 [skip ci]
Browse files Browse the repository at this point in the history
# [1.28.0-ccwidgets.2](v1.28.0-ccwidgets.1...v1.28.0-ccwidgets.2) (2024-11-26)

### Bug Fixes

* **cc-store:** receive webex on init, add store types ([#341](#341)) ([9648969](9648969))
  • Loading branch information
webex-components-publisher committed Nov 26, 2024
1 parent 9648969 commit b1f9785
Show file tree
Hide file tree
Showing 4 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.2](https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.1...v1.28.0-ccwidgets.2) (2024-11-26)


### Bug Fixes

* **cc-store:** receive webex on init, add store types ([#341](https://github.com/webex/widgets/issues/341)) ([9648969](https://github.com/webex/widgets/commit/9648969c69f6e9265316152236400fd558344ea8))

# [1.28.0-ccwidgets.1](https://github.com/webex/widgets/compare/v1.27.5...v1.28.0-ccwidgets.1) (2024-11-21)


Expand Down
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.1",
"version": "1.28.0-ccwidgets.2",
"main": "dist/index.js",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -51,5 +51,5 @@
"**/tests/**/*.tsx"
]
},
"stableVersion": "1.0.0"
"stableVersion": "1.28.0-ccwidgets.1"
}
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.1",
"version": "1.28.0-ccwidgets.2",
"main": "dist/index.js",
"license": "MIT",
"publishConfig": {
Expand Down Expand Up @@ -53,5 +53,5 @@
"**/tests/**/*.tsx"
]
},
"stableVersion": "1.0.0"
"stableVersion": "1.28.0-ccwidgets.1"
}
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.1",
"version": "1.28.0-ccwidgets.2",
"main": "dist/index.js",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -49,5 +49,5 @@
"//": "We can remove this when we have tests",
"passWithNoTests": true
},
"stableVersion": "1.0.0"
"stableVersion": "1.28.0-ccwidgets.1"
}

0 comments on commit b1f9785

Please sign in to comment.