Commit 48bb22d 1 parent 0c7e849 commit 48bb22d Copy full SHA for 48bb22d
File tree 7 files changed +25
-12
lines changed
7 files changed +25
-12
lines changed Original file line number Diff line number Diff line change
1
+ # [ 1.28.0-ccconnectors.4] ( https://github.com/webex/widgets/compare/v1.28.0-ccconnectors.3...v1.28.0-ccconnectors.4 ) (2025-02-13)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * ** cc-components:** replace momentum-ui with momentum-design lib ([ #378 ] ( https://github.com/webex/widgets/issues/378 ) ) ([ b98d76c] ( https://github.com/webex/widgets/commit/b98d76c5eca903cd21482a4c52e24bbff4dfe0e2 ) )
7
+ * ** tooling:** webpack-prod-build-for-npm ([ #383 ] ( https://github.com/webex/widgets/issues/383 ) ) ([ 648b6b3] ( https://github.com/webex/widgets/commit/648b6b305033734250f987f6906f8907aa13d5f3 ) )
8
+
9
+
10
+ ### Features
11
+
12
+ * ** cc-user-state:** retain agent state timer on relogin or multiLogin ([ #371 ] ( https://github.com/webex/widgets/issues/371 ) ) ([ 9dba8db] ( https://github.com/webex/widgets/commit/9dba8db0eb3d685349b4ebdb8150981373681cbe ) )
13
+
1
14
# [ 1.28.0-ccconnectors.3] ( https://github.com/webex/widgets/compare/v1.28.0-ccconnectors.2...v1.28.0-ccconnectors.3 ) (2025-02-07)
2
15
# [ 1.28.0-ccwidgets.16] ( https://github.com/webex/widgets/compare/v1.28.0-ccwidgets.15...v1.28.0-ccwidgets.16 ) (2025-02-10)
3
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @webex/cc-components" ,
3
3
"description" : " Webex Contact Center UI Components Library for your custom contact center solutions" ,
4
- "version" : " 1.28.0-ccconnectors.3 " ,
4
+ "version" : " 1.28.0-ccconnectors.4 " ,
5
5
"main" : " dist/index.js" ,
6
6
"publishConfig" : {
7
7
"access" : " public"
65
65
"react" : " >=18.3.1" ,
66
66
"react-dom" : " >=18.3.1"
67
67
},
68
- "stableVersion" : " 1.28.0-ccconnectors.2 "
68
+ "stableVersion" : " 1.28.0-ccconnectors.3 "
69
69
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @webex/cc-widgets" ,
3
3
"description" : " Webex Contact Center Widgets" ,
4
- "version" : " 1.28.0-ccconnectors.3 " ,
4
+ "version" : " 1.28.0-ccconnectors.4 " ,
5
5
"main" : " dist/index.js" ,
6
6
"publishConfig" : {
7
7
"access" : " public"
70
70
"^.+\\ .(css|less|scss)$" : " babel-jest"
71
71
}
72
72
},
73
- "stableVersion" : " 1.28.0-ccconnectors.2 "
73
+ "stableVersion" : " 1.28.0-ccconnectors.3 "
74
74
}
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.28.0-ccconnectors.3 " ,
4
+ "version" : " 1.28.0-ccconnectors.4 " ,
5
5
"main" : " dist/index.js" ,
6
6
"publishConfig" : {
7
7
"access" : " public"
62
62
"^.+\\ .(css|less|scss)$" : " babel-jest"
63
63
}
64
64
},
65
- "stableVersion" : " 1.28.0-ccconnectors.2 "
65
+ "stableVersion" : " 1.28.0-ccconnectors.3 "
66
66
}
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.28.0-ccconnectors.3 " ,
4
+ "version" : " 1.28.0-ccconnectors.4 " ,
5
5
"main" : " dist/index.js" ,
6
6
"license" : " MIT" ,
7
7
"publishConfig" : {
51
51
" **/tests/**/*.tsx"
52
52
]
53
53
},
54
- "stableVersion" : " 1.28.0-ccconnectors.2 "
54
+ "stableVersion" : " 1.28.0-ccconnectors.3 "
55
55
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @webex/cc-task" ,
3
3
"description" : " Webex Contact Center Widgets: Task" ,
4
- "version" : " 1.28.0-ccconnectors.3 " ,
4
+ "version" : " 1.28.0-ccconnectors.4 " ,
5
5
"main" : " dist/index.js" ,
6
6
"publishConfig" : {
7
7
"access" : " public"
62
62
"^.+\\ .(css|less|scss)$" : " babel-jest"
63
63
}
64
64
},
65
- "stableVersion" : " 1.28.0-ccconnectors.2 "
65
+ "stableVersion" : " 1.28.0-ccconnectors.3 "
66
66
}
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: Agent State" ,
4
- "version" : " 1.28.0-ccconnectors.3 " ,
4
+ "version" : " 1.28.0-ccconnectors.4 " ,
5
5
"main" : " dist/index.js" ,
6
6
"publishConfig" : {
7
7
"access" : " public"
56
56
],
57
57
"verbose" : true
58
58
},
59
- "stableVersion" : " 1.28.0-ccconnectors.2 "
59
+ "stableVersion" : " 1.28.0-ccconnectors.3 "
60
60
}
You can’t perform that action at this time.
0 commit comments