Commit 9b3c5ac 1 parent 18f7bec commit 9b3c5ac Copy full SHA for 9b3c5ac
File tree 4 files changed +23
-6
lines changed
4 files changed +23
-6
lines changed Original file line number Diff line number Diff line change
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 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @webex/cc-station-login" ,
3
3
"description" : " Webex Contact Center Widgets: Station Login" ,
4
- "version" : " 1.0.0 " ,
4
+ "version" : " 1.28.0-ccwidgets.1 " ,
5
5
"main" : " dist/index.js" ,
6
6
"publishConfig" : {
7
7
"access" : " public"
50
50
" **/tests/**/*.ts" ,
51
51
" **/tests/**/*.tsx"
52
52
]
53
- }
53
+ },
54
+ "stableVersion" : " 1.0.0"
54
55
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @webex/cc-store" ,
3
3
"description" : " Webex Contact Center Widgets: Widgets Store" ,
4
- "version" : " 1.0.0 " ,
4
+ "version" : " 1.28.0-ccwidgets.1 " ,
5
5
"main" : " dist/index.js" ,
6
6
"license" : " MIT" ,
7
7
"publishConfig" : {
49
49
"testEnvironment" : " jsdom" ,
50
50
"//" : " We can remove this when we have tests" ,
51
51
"passWithNoTests" : true
52
- }
52
+ },
53
+ "stableVersion" : " 1.0.0"
53
54
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @webex/cc-user-state" ,
3
3
"description" : " Webex Contact Center Widgets: User State" ,
4
- "version" : " 1.0.0 " ,
4
+ "version" : " 1.28.0-ccwidgets.1 " ,
5
5
"main" : " dist/index.js" ,
6
6
"publishConfig" : {
7
7
"access" : " public"
48
48
"testEnvironment" : " jsdom" ,
49
49
"//" : " We can remove this when we have tests" ,
50
50
"passWithNoTests" : true
51
- }
51
+ },
52
+ "stableVersion" : " 1.0.0"
52
53
}
You can’t perform that action at this time.
0 commit comments