Skip to content

Commit

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

### Bug Fixes

* convert npm to yarn ([#234](#234)) ([432ed3c](432ed3c))
* **pipeline:** create-new-pipeline-for-publishing ([#314](#314)) ([f507c5c](f507c5c))
  • Loading branch information
webex-components-publisher committed Nov 19, 2024
1 parent f507c5c commit 10531f7
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## [1.27.6-eft.1](https://github.com/webex/widgets/compare/v1.27.5...1.27.6-eft.1) (2024-11-19)


### Bug Fixes

* convert npm to yarn ([#234](https://github.com/webex/widgets/issues/234)) ([432ed3c](https://github.com/webex/widgets/commit/432ed3cc1b2521f69cd9383cd0dbefad8f0a2eee))
* **pipeline:** create-new-pipeline-for-publishing ([#314](https://github.com/webex/widgets/issues/314)) ([f507c5c](https://github.com/webex/widgets/commit/f507c5c55f9a04c40889fa6fe4183748e3f906c2))
5 changes: 3 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.0.0",
"version": "1.27.6-eft.1",
"main": "dist/index.js",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -51,5 +51,6 @@
"**/tests/**/*.ts",
"**/tests/**/*.tsx"
]
}
},
"stableVersion": "1.0.0"
}
5 changes: 3 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.0.0",
"version": "1.27.6-eft.1",
"main": "dist/index.js",
"license": "MIT",
"publishConfig": {
Expand Down Expand Up @@ -46,5 +46,6 @@
},
"jest": {
"testEnvironment": "jsdom"
}
},
"stableVersion": "1.0.0"
}
5 changes: 3 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.0.0",
"version": "1.27.6-eft.1",
"main": "dist/index.js",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -47,5 +47,6 @@
},
"jest": {
"testEnvironment": "jsdom"
}
},
"stableVersion": "1.0.0"
}

0 comments on commit 10531f7

Please sign in to comment.