Skip to content

Commit a836026

Browse files
dmceachernmsftcarocao-msft
authored andcommitted
[Package updates] Common, Calling, Chat updates (#3634)
* Update stable common deps * Change files * Duplicate change files for beta release * fix build issues new package * Calling SDK updates * update locks * update beta * add rush common versions * remove casting * remove unused import * add new calling types from SDK
1 parent 82b2bf2 commit a836026

78 files changed

Lines changed: 3899 additions & 3034 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"type": "none",
3+
"area": "improvement",
4+
"workstream": "Package update",
5+
"comment": "Update the ACS common package to new stable version",
6+
"packageName": "@azure/communication-react",
7+
"email": "94866715+dmceachernmsft@users.noreply.github.com",
8+
"dependentChangeType": "none"
9+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"type": "none",
3+
"area": "improvement",
4+
"workstream": "Package update",
5+
"comment": "Update the ACS common package to new stable version",
6+
"packageName": "@azure/communication-react",
7+
"email": "94866715+dmceachernmsft@users.noreply.github.com",
8+
"dependentChangeType": "none"
9+
}

common/config/babel/.babelrc.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,9 @@ process.env['COMMUNICATION_REACT_FLAVOR'] !== 'beta' &&
7979
// feature for positioning the overflowGallery at the top of the screen in the composite
8080
'overflow-top-composite',
8181
// feature for gallery layout in the composite
82-
'gallery-layout-composite'
82+
'gallery-layout-composite',
83+
// conditional-compile for new signaling beta
84+
'signaling-beta'
8385
],
8486
// A list of in progress beta feature.
8587
// These features are still beta feature but "in progress"

common/config/rush/common-versions.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@
2424
* instead of the latest version.
2525
*/
2626
// "some-library": "1.2.3"
27-
"@azure/communication-calling": "1.17.1-beta.5",
28-
"@azure/communication-common": "3.0.0-beta.1",
29-
"@azure/communication-chat": "1.4.0-beta.1"
27+
"@azure/communication-calling": "1.18.1-beta.1",
28+
"@azure/communication-common": "2.3.0",
29+
"@azure/communication-chat": "1.4.0-beta.2",
30+
"@azure/communication-signaling": "1.0.0-beta.21",
3031
},
3132

3233
/**
@@ -54,9 +55,10 @@
5455
* This design avoids unnecessary churn in this file.
5556
*/
5657
"allowedAlternativeVersions": {
57-
"@azure/communication-calling": ["1.17.1-beta.5"],
58-
"@azure/communication-common": ["3.0.0-beta.1"],
59-
"@azure/communication-chat": ["1.4.0-beta.1"],
58+
"@azure/communication-calling": ["1.18.1-beta.1"],
59+
"@azure/communication-common": ["2.3.0"],
60+
"@azure/communication-chat": ["1.4.0-beta.2"],
61+
"@azure/communication-signaling": ["1.0.0-beta.21"],
6062
"typescript": [
6163
// All projects should use this version by default
6264
"4.3.5",

0 commit comments

Comments
 (0)