Skip to content

Commit

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

### Bug Fixes

* **release:** fix-wxcc-npm-bundle ([#308](#308)) ([2e7c2f9](2e7c2f9))
* **release:** get-release-from-semantic-release ([#310](#310)) ([7443890](7443890))
* **release:** release-pre-release-6 ([#312](#312)) ([41399da](41399da))
* **release:** release-pre-release-6-for-cc-widgets ([#311](#311)) ([6839618](6839618))
* **release:** release-wxcc-user-state-version ([#307](#307)) ([24a180c](24a180c))
  • Loading branch information
webex-components-publisher committed Nov 19, 2024
1 parent 41399da commit ac3d13f
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# [1.28.0-eft-pipeline.2](/~https://github.com/webex/widgets/compare/1.28.0-eft-pipeline.1...1.28.0-eft-pipeline.2) (2024-11-19)


### Bug Fixes

* **release:** fix-wxcc-npm-bundle ([#308](/~https://github.com/webex/widgets/issues/308)) ([2e7c2f9](/~https://github.com/webex/widgets/commit/2e7c2f9cc472abfb0aa99980090a7374ff29e85f))
* **release:** get-release-from-semantic-release ([#310](/~https://github.com/webex/widgets/issues/310)) ([7443890](/~https://github.com/webex/widgets/commit/7443890cadbf432808636201b9ab27bb6d9cbdbe))
* **release:** release-pre-release-6 ([#312](/~https://github.com/webex/widgets/issues/312)) ([41399da](/~https://github.com/webex/widgets/commit/41399da118b5c601fa9c6d310b856ddc34904bb2))
* **release:** release-pre-release-6-for-cc-widgets ([#311](/~https://github.com/webex/widgets/issues/311)) ([6839618](/~https://github.com/webex/widgets/commit/6839618617a39dc54e5ba49b551c03596cfc0522))
* **release:** release-wxcc-user-state-version ([#307](/~https://github.com/webex/widgets/issues/307)) ([24a180c](/~https://github.com/webex/widgets/commit/24a180c9112d14800671c75f27483933c0b1fceb))

# [1.28.0-eft-pipeline.1](/~https://github.com/webex/widgets/compare/v1.27.5...1.28.0-eft-pipeline.1) (2024-11-18)


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-pipeline.5",
"version": "1.28.0-eft-pipeline.6",
"main": "dist/index.js",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -53,5 +53,5 @@
"**/tests/**/*.tsx"
]
},
"stableVersion": "1.28.0-eft-pipeline.3"
"stableVersion": "1.28.0-eft-pipeline.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-eft-pipeline.27",
"version": "1.28.0-eft-pipeline.6",
"main": "dist/index.js",
"license": "MIT",
"publishConfig": {
Expand Down Expand Up @@ -48,5 +48,5 @@
"jest": {
"testEnvironment": "jsdom"
},
"stableVersion": "1.28.0-eft-pipeline.25"
"stableVersion": "1.28.0-eft-pipeline.27"
}
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-pipeline.3",
"version": "1.28.0-eft-pipeline.6",
"main": "dist/index.js",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -49,5 +49,5 @@
"jest": {
"testEnvironment": "jsdom"
},
"stableVersion": "1.28.0-eft-pipeline.1"
"stableVersion": "1.28.0-eft-pipeline.3"
}

0 comments on commit ac3d13f

Please sign in to comment.