Skip to content

Commit 57b5af7

Browse files
[SDK update] Update Calling SDK in release (#3733)
* [SDK updates] update beta calling version to 1.19.1-beta.2 (#3732) * update beta calling version * Change files * Duplicate change files for beta release * remove double versions
1 parent a1c6708 commit 57b5af7

14 files changed

Lines changed: 1171 additions & 1122 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": "dependency updates",
5+
"comment": "update beta calling 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": "dependency updates",
5+
"comment": "update beta calling version",
6+
"packageName": "@azure/communication-react",
7+
"email": "94866715+dmceachernmsft@users.noreply.github.com",
8+
"dependentChangeType": "none"
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.18.2-beta.1",
27+
"@azure/communication-calling": "1.19.1-beta.2",
2828
"@azure/communication-common": "2.3.0",
2929
"@azure/communication-chat": "1.4.0-beta.2",
3030
"@azure/communication-signaling": "1.0.0-beta.21",
@@ -55,7 +55,7 @@
5555
* This design avoids unnecessary churn in this file.
5656
*/
5757
"allowedAlternativeVersions": {
58-
"@azure/communication-calling": ["1.18.2-beta.1"],
58+
"@azure/communication-calling": ["1.19.1-beta.2"],
5959
"@azure/communication-common": ["2.3.0"],
6060
"@azure/communication-chat": ["1.4.0-beta.2"],
6161
"@azure/communication-signaling": ["1.0.0-beta.21"],

common/config/rush/pnpm-lock.yaml

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

packages/calling-component-bindings/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@
3939
"reselect": "^4.0.0"
4040
},
4141
"peerDependencies": {
42-
"@azure/communication-calling": "1.18.2-beta.1",
42+
"@azure/communication-calling": "1.19.1-beta.2",
4343
"@azure/communication-calling-effects": "1.0.1",
4444
"@types/react": ">=16.8.0 <19.0.0",
4545
"react": ">=16.8.0 <19.0.0"
4646
},
4747
"devDependencies": {
48-
"@azure/communication-calling": "1.18.2-beta.1",
48+
"@azure/communication-calling": "1.19.1-beta.2",
4949
"@azure/communication-calling-effects": "1.0.1",
5050
"@babel/cli": "^7.16.0",
5151
"@babel/core": "^7.16.0",

packages/calling-stateful-client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@
3838
"immer": "9.0.6"
3939
},
4040
"peerDependencies": {
41-
"@azure/communication-calling": "1.18.2-beta.1"
41+
"@azure/communication-calling": "1.19.1-beta.2"
4242
},
4343
"devDependencies": {
44-
"@azure/communication-calling": "1.18.2-beta.1",
44+
"@azure/communication-calling": "1.19.1-beta.2",
4545
"@azure/core-auth": "^1.4.0",
4646
"@babel/cli": "^7.16.0",
4747
"@babel/core": "^7.16.0",

packages/communication-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"uuid": "^9.0.0"
5252
},
5353
"peerDependencies": {
54-
"@azure/communication-calling": "1.18.2-beta.1",
54+
"@azure/communication-calling": "1.19.1-beta.2",
5555
"@azure/communication-calling-effects": "1.0.1",
5656
"@azure/communication-chat": "1.4.0-beta.1",
5757
"@types/react": ">=16.8.0 <19.0.0",
@@ -92,7 +92,7 @@
9292
"_by-flavor": "rushx _current-flavor && env-cmd -f ../../common/config/env/.env --use-shell"
9393
},
9494
"devDependencies": {
95-
"@azure/communication-calling": "1.18.2-beta.1",
95+
"@azure/communication-calling": "1.19.1-beta.2",
9696
"@azure/communication-calling-effects": "1.0.1",
9797
"@azure/communication-chat": "1.4.0-beta.2",
9898
"@azure/core-auth": "^1.4.0",

packages/react-composites/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"nanoid": "3.3.6"
7474
},
7575
"peerDependencies": {
76-
"@azure/communication-calling": "1.18.2-beta.1",
76+
"@azure/communication-calling": "1.19.1-beta.2",
7777
"@azure/communication-calling-effects": "1.0.1",
7878
"@azure/communication-chat": "1.4.0-beta.2",
7979
"@types/react": ">=16.8.0 <19.0.0",
@@ -82,7 +82,7 @@
8282
"react-dom": ">=16.8.0 <19.0.0"
8383
},
8484
"devDependencies": {
85-
"@azure/communication-calling": "1.18.2-beta.1",
85+
"@azure/communication-calling": "1.19.1-beta.2",
8686
"@azure/communication-calling-effects": "1.0.1",
8787
"@azure/communication-chat": "1.4.0-beta.2",
8888
"@azure/communication-identity": "^1.2.0",

packages/storybook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"lint:quiet": "rushx lint -- --quiet"
2020
},
2121
"dependencies": {
22-
"@azure/communication-calling": "1.18.2-beta.1",
22+
"@azure/communication-calling": "1.19.1-beta.2",
2323
"@azure/communication-chat": "1.4.0-beta.2",
2424
"@azure/communication-common": "^2.3.0",
2525
"@azure/communication-identity": "^1.2.0",

samples/CallWithChat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"dependencies": {
3232
"@azure/abort-controller": "^1.1.0",
3333
"@azure/communication-identity": "^1.2.0",
34-
"@azure/communication-calling": "1.18.2-beta.1",
34+
"@azure/communication-calling": "1.19.1-beta.2",
3535
"@azure/communication-chat": "1.4.0-beta.2",
3636
"@azure/communication-react": "1.10.0-beta.1",
3737
"@azure/communication-common": "^2.3.0",

0 commit comments

Comments
 (0)