Skip to content

Commit 7ec3e46

Browse files
committed
updating calling-effects (1.1.3) and calling (1.33.3)
1 parent 6ad1e1a commit 7ec3e46

File tree

16 files changed

+156
-93
lines changed

16 files changed

+156
-93
lines changed

common/config/rush/common-versions.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@azure/communication-common": "2.3.0",
2929
"@azure/communication-chat": "1.6.0-beta.3",
3030
"@azure/communication-signaling": "1.0.0-beta.27",
31-
"@azure/communication-calling-effects": "1.1.2"
31+
"@azure/communication-calling-effects": "1.1.3"
3232
},
3333

3434
/**
@@ -60,7 +60,7 @@
6060
"@azure/communication-common": ["2.3.0"],
6161
"@azure/communication-chat": ["1.6.0-beta.3"],
6262
"@azure/communication-signaling": ["1.0.0-beta.27"],
63-
"@azure/communication-calling-effects": ["1.1.2"],
63+
"@azure/communication-calling-effects": ["1.1.3"],
6464
"typescript": [
6565
// All projects should use this version by default
6666
"5.3.3",

common/config/rush/pnpm-lock.yaml

Lines changed: 68 additions & 32 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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
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.33.1",
28+
"@azure/communication-calling": "^1.33.3",
2929
"@azure/communication-common": "2.3.0",
3030
"@azure/communication-chat": "^1.5.4",
3131
"@azure/communication-signaling": "1.0.0-beta.29",
32-
"@azure/communication-calling-effects": "^1.1.2"
32+
"@azure/communication-calling-effects": "^1.1.3"
3333
},
3434

3535
/**
@@ -58,11 +58,11 @@
5858
*/
5959
"allowedAlternativeVersions": {
6060
// This is the version for stable build (please also update preferredVersions above)
61-
"@azure/communication-calling": ["^1.33.1"],
61+
"@azure/communication-calling": ["^1.33.3"],
6262
"@azure/communication-common": ["2.3.0"],
6363
"@azure/communication-chat": ["^1.5.4"],
6464
"@azure/communication-signaling": ["1.0.0-beta.29"],
65-
"@azure/communication-calling-effects": ["^1.1.2"],
65+
"@azure/communication-calling-effects": ["^1.1.3"],
6666
"typescript": [
6767
// All projects should use this version by default
6868
"5.3.3",

0 commit comments

Comments
 (0)