Skip to content

Commit

Permalink
chore(release): 1.28.0-eft.4 [skip ci]
Browse files Browse the repository at this point in the history
# [1.28.0-eft.4](1.28.0-eft.3...1.28.0-eft.4) (2024-11-20)

### Bug Fixes

* **release:** update-publishing-logic ([#320](#320)) ([7e20bec](7e20bec))
  • Loading branch information
webex-components-publisher committed Nov 20, 2024
1 parent 7e20bec commit 7e28d02
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.28.0-eft.4](/~https://github.com/webex/widgets/compare/1.28.0-eft.3...1.28.0-eft.4) (2024-11-20)


### Bug Fixes

* **release:** update-publishing-logic ([#320](/~https://github.com/webex/widgets/issues/320)) ([7e20bec](/~https://github.com/webex/widgets/commit/7e20bec25353fd59fb808b77f305e11a483f04c7))

# [1.28.0-eft.3](/~https://github.com/webex/widgets/compare/1.28.0-eft.2...1.28.0-eft.3) (2024-11-19)


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-eft.2",
"version": "1.28.0-eft.4",
"main": "dist/index.js",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -51,5 +51,5 @@
"**/tests/**/*.tsx"
]
},
"stableVersion": "1.28.0-eft.1"
"stableVersion": "1.28.0-eft.2"
}
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-eft.2",
"version": "1.28.0-eft.4",
"main": "dist/index.js",
"license": "MIT",
"publishConfig": {
Expand Down Expand Up @@ -46,5 +46,5 @@
"jest": {
"testEnvironment": "jsdom"
},
"stableVersion": "1.28.0-eft.1"
"stableVersion": "1.28.0-eft.2"
}
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-eft.2",
"version": "1.28.0-eft.4",
"main": "dist/index.js",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -47,5 +47,5 @@
"jest": {
"testEnvironment": "jsdom"
},
"stableVersion": "1.28.0-eft.1"
"stableVersion": "1.28.0-eft.2"
}

0 comments on commit 7e28d02

Please sign in to comment.