Skip to content

Commit

Permalink
chore(release): 1.28.0-eft.1 [skip ci]
Browse files Browse the repository at this point in the history
# [1.28.0-eft.1](1.27.6-eft.2...1.28.0-eft.1) (2024-11-19)

### Features

* **cc-user-state:** try-minor-release ([#316](#316)) ([9dd3461](9dd3461))
  • Loading branch information
webex-components-publisher committed Nov 19, 2024
1 parent 9dd3461 commit bb17741
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.1](/~https://github.com/webex/widgets/compare/1.27.6-eft.2...1.28.0-eft.1) (2024-11-19)


### Features

* **cc-user-state:** try-minor-release ([#316](/~https://github.com/webex/widgets/issues/316)) ([9dd3461](/~https://github.com/webex/widgets/commit/9dd34613903651187d040240327f14792a3d882e))

## [1.27.6-eft.2](/~https://github.com/webex/widgets/compare/1.27.6-eft.1...1.27.6-eft.2) (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.27.6-eft.2",
"version": "1.28.0-eft.1",
"main": "dist/index.js",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -52,5 +52,5 @@
"**/tests/**/*.tsx"
]
},
"stableVersion": "1.27.6-eft.1"
"stableVersion": "1.27.6-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.27.6-eft.2",
"version": "1.28.0-eft.1",
"main": "dist/index.js",
"license": "MIT",
"publishConfig": {
Expand Down Expand Up @@ -47,5 +47,5 @@
"jest": {
"testEnvironment": "jsdom"
},
"stableVersion": "1.27.6-eft.1"
"stableVersion": "1.27.6-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.27.6-eft.2",
"version": "1.28.0-eft.1",
"main": "dist/index.js",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -48,5 +48,5 @@
"jest": {
"testEnvironment": "jsdom"
},
"stableVersion": "1.27.6-eft.1"
"stableVersion": "1.27.6-eft.2"
}

0 comments on commit bb17741

Please sign in to comment.