Skip to content

Commit 9b3c5ac

Browse files
chore(release): 1.28.0-ccwidgets.1 [skip ci]
# [1.28.0-ccwidgets.1](v1.27.5...v1.28.0-ccwidgets.1) (2024-11-21) ### Bug Fixes * convert npm to yarn ([#234](#234)) ([432ed3c](432ed3c)) * **release:** add-publish-step-in-tooling ([#334](#334)) ([ca32235](ca32235)) ### Features * **release:** add new branch to circleci ([18f7bec](18f7bec)) * **release:** publish pipeline for wxcc widgets ([#324](#324)) ([864fb52](864fb52)) * **widget-cc-station-login:** Spark 575845 login widget ([#239](#239)) ([66b8a20](66b8a20))
1 parent 18f7bec commit 9b3c5ac

File tree

4 files changed

+23
-6
lines changed

4 files changed

+23
-6
lines changed

packages/contact-center/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# [1.28.0-ccwidgets.1](https://github.com/webex/widgets/compare/v1.27.5...v1.28.0-ccwidgets.1) (2024-11-21)
2+
3+
4+
### Bug Fixes
5+
6+
* convert npm to yarn ([#234](https://github.com/webex/widgets/issues/234)) ([432ed3c](https://github.com/webex/widgets/commit/432ed3cc1b2521f69cd9383cd0dbefad8f0a2eee))
7+
* **release:** add-publish-step-in-tooling ([#334](https://github.com/webex/widgets/issues/334)) ([ca32235](https://github.com/webex/widgets/commit/ca32235ed4b4f74ac1aa3eecf951b4b779ea3e57))
8+
9+
10+
### Features
11+
12+
* **release:** add new branch to circleci ([18f7bec](https://github.com/webex/widgets/commit/18f7becab770059fb9e008a6f5a85d3b21db0f67))
13+
* **release:** publish pipeline for wxcc widgets ([#324](https://github.com/webex/widgets/issues/324)) ([864fb52](https://github.com/webex/widgets/commit/864fb5252927234d61aad32b1ba12f361c9385b5))
14+
* **widget-cc-station-login:** Spark 575845 login widget ([#239](https://github.com/webex/widgets/issues/239)) ([66b8a20](https://github.com/webex/widgets/commit/66b8a201fdf33363fde70713bb8363e5f5babef3))

packages/contact-center/station-login/package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@webex/cc-station-login",
33
"description": "Webex Contact Center Widgets: Station Login",
4-
"version": "1.0.0",
4+
"version": "1.28.0-ccwidgets.1",
55
"main": "dist/index.js",
66
"publishConfig": {
77
"access": "public"
@@ -50,5 +50,6 @@
5050
"**/tests/**/*.ts",
5151
"**/tests/**/*.tsx"
5252
]
53-
}
53+
},
54+
"stableVersion": "1.0.0"
5455
}

packages/contact-center/store/package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@webex/cc-store",
33
"description": "Webex Contact Center Widgets: Widgets Store",
4-
"version": "1.0.0",
4+
"version": "1.28.0-ccwidgets.1",
55
"main": "dist/index.js",
66
"license": "MIT",
77
"publishConfig": {
@@ -49,5 +49,6 @@
4949
"testEnvironment": "jsdom",
5050
"//": "We can remove this when we have tests",
5151
"passWithNoTests": true
52-
}
52+
},
53+
"stableVersion": "1.0.0"
5354
}

packages/contact-center/user-state/package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@webex/cc-user-state",
33
"description": "Webex Contact Center Widgets: User State",
4-
"version": "1.0.0",
4+
"version": "1.28.0-ccwidgets.1",
55
"main": "dist/index.js",
66
"publishConfig": {
77
"access": "public"
@@ -48,5 +48,6 @@
4848
"testEnvironment": "jsdom",
4949
"//": "We can remove this when we have tests",
5050
"passWithNoTests": true
51-
}
51+
},
52+
"stableVersion": "1.0.0"
5253
}

0 commit comments

Comments
 (0)