Skip to content

Commit 6a0a42a

Browse files
[SDK update] Update Calling SDK stable version (#3738)
* update calling stable * update stable lock * Change files * Duplicate change files for beta release * fix testing types
1 parent 6798e07 commit 6a0a42a

17 files changed

Lines changed: 127 additions & 103 deletions

File tree

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": "SDK updates",
5+
"comment": "Update Calling dependency to use the latest version 1.18.1",
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": "SDK updates",
5+
"comment": "Update Calling dependency to use the latest version 1.18.1",
6+
"packageName": "@azure/communication-react",
7+
"email": "94866715+dmceachernmsft@users.noreply.github.com",
8+
"dependentChangeType": "none"
9+
}

common/config/rush/pnpm-lock.yaml

Lines changed: 25 additions & 25 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.17.1",
28+
"@azure/communication-calling": "^1.18.1",
2929
"@azure/communication-common": "2.3.0",
3030
"@azure/communication-chat": "^1.3.2",
3131
"@azure/communication-signaling": "1.0.0-beta.20"
@@ -57,7 +57,7 @@
5757
*/
5858
"allowedAlternativeVersions": {
5959
// This is the version for stable build (please also update preferredVersions above)
60-
"@azure/communication-calling": ["^1.17.1"],
60+
"@azure/communication-calling": ["^1.18.1"],
6161
"@azure/communication-common": ["2.3.0"],
6262
"@azure/communication-chat": ["^1.3.2"],
6363
"@azure/communication-signaling": ["1.0.0-beta.20"],

0 commit comments

Comments
 (0)