Skip to content

Commit abc1dca

Browse files
authored
Merge branch 'main' into carocao/RTTCaptions
2 parents 23cc91e + e67722d commit abc1dca

43 files changed

Lines changed: 278 additions & 140 deletions

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": "patch",
3+
"area": "fix",
4+
"workstream": "ESLint9 fix",
5+
"comment": "ESLint9 fix for packages/calling-stateful-client",
6+
"packageName": "@azure/communication-react",
7+
"email": "97124699+prabhjot-msft@users.noreply.github.com",
8+
"dependentChangeType": "patch"
9+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"type": "patch",
3+
"area": "fix",
4+
"workstream": "",
5+
"comment": "Fix issue on Android WebView where there is no default audio device",
6+
"packageName": "@azure/communication-react",
7+
"email": "2684369+JamesBurnside@users.noreply.github.com",
8+
"dependentChangeType": "patch"
9+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"type": "patch",
3+
"area": "fix",
4+
"workstream": "ESLint9 fix",
5+
"comment": "ESLint9 fix for packages/calling-stateful-client",
6+
"packageName": "@azure/communication-react",
7+
"email": "97124699+prabhjot-msft@users.noreply.github.com",
8+
"dependentChangeType": "patch"
9+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"type": "patch",
3+
"area": "fix",
4+
"workstream": "",
5+
"comment": "Fix issue on Android WebView where there is no default audio device",
6+
"packageName": "@azure/communication-react",
7+
"email": "2684369+JamesBurnside@users.noreply.github.com",
8+
"dependentChangeType": "patch"
9+
}

common/config/rush/common-versions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* instead of the latest version.
2525
*/
2626
// "some-library": "1.2.3"
27-
"@azure/communication-calling": "1.36.3-beta.1",
27+
"@azure/communication-calling": "1.37.1-beta.1",
2828
"@azure/communication-common": "2.3.2-beta.1",
2929
"@azure/communication-chat": "1.6.0-beta.7",
3030
"@azure/communication-signaling": "1.0.0-beta.33",
@@ -56,7 +56,7 @@
5656
* This design avoids unnecessary churn in this file.
5757
*/
5858
"allowedAlternativeVersions": {
59-
"@azure/communication-calling": ["1.36.3-beta.1"],
59+
"@azure/communication-calling": ["1.37.1-beta.1"],
6060
"@azure/communication-common": ["2.3.2-beta.1"],
6161
"@azure/communication-chat": ["1.6.0-beta.7"],
6262
"@azure/communication-signaling": ["1.0.0-beta.33"],

common/config/rush/pnpm-lock.yaml

Lines changed: 34 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/config/rush/variants/stable/common-versions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
*/
2626
// "some-library": "1.2.3"
2727
// This is the version for stable build (please also update allowedAlternativeVersions below)
28-
"@azure/communication-calling": "^1.35.1",
28+
"@azure/communication-calling": "^1.36.1",
2929
"@azure/communication-common": "2.3.1",
3030
"@azure/communication-chat": "^1.5.4",
3131
"@azure/communication-signaling": "1.0.0-beta.29",
@@ -58,7 +58,7 @@
5858
*/
5959
"allowedAlternativeVersions": {
6060
// This is the version for stable build (please also update preferredVersions above)
61-
"@azure/communication-calling": ["^1.35.1"],
61+
"@azure/communication-calling": ["^1.36.1"],
6262
"@azure/communication-common": ["2.3.1"],
6363
"@azure/communication-chat": ["^1.5.4"],
6464
"@azure/communication-signaling": ["1.0.0-beta.29"],

0 commit comments

Comments
 (0)