Skip to content

Commit

Permalink
update stable calling (#5545)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmceachernmsft authored Jan 10, 2025
1 parent ebf9660 commit b05eba1
Show file tree
Hide file tree
Showing 13 changed files with 42 additions and 42 deletions.
4 changes: 2 additions & 2 deletions common/config/rush/variants/stable/common-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*/
// "some-library": "1.2.3"
// This is the version for stable build (please also update allowedAlternativeVersions below)
"@azure/communication-calling": "^1.31.2",
"@azure/communication-calling": "^1.32.1",
"@azure/communication-common": "2.3.0",
"@azure/communication-chat": "^1.5.4",
"@azure/communication-signaling": "1.0.0-beta.29",
Expand Down Expand Up @@ -58,7 +58,7 @@
*/
"allowedAlternativeVersions": {
// This is the version for stable build (please also update preferredVersions above)
"@azure/communication-calling": ["^1.31.2"],
"@azure/communication-calling": ["^1.32.1"],
"@azure/communication-common": ["2.3.0"],
"@azure/communication-chat": ["^1.5.4"],
"@azure/communication-signaling": ["1.0.0-beta.29"],
Expand Down
52 changes: 26 additions & 26 deletions common/config/rush/variants/stable/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/calling-component-bindings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@
"reselect": "^4.0.0"
},
"peerDependencies": {
"@azure/communication-calling": "1.32.2-beta.1 || ^1.31.2",
"@azure/communication-calling": "1.32.2-beta.1 || ^1.32.1",
"@azure/communication-calling-effects": "^1.1.2",
"@types/react": ">=16.8.0 <19.0.0",
"react": ">=16.8.0 <19.0.0"
},
"devDependencies": {
"@azure/communication-calling": "1.32.2-beta.1 || ^1.31.2",
"@azure/communication-calling": "1.32.2-beta.1 || ^1.32.1",
"@azure/communication-calling-effects": "^1.1.2",
"@babel/cli": "^7.24.8",
"@babel/core": "^7.25.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/calling-stateful-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
"immer": "10.1.1"
},
"peerDependencies": {
"@azure/communication-calling": "1.32.2-beta.1 || ^1.31.2"
"@azure/communication-calling": "1.32.2-beta.1 || ^1.32.1"
},
"devDependencies": {
"@azure/communication-calling": "1.32.2-beta.1 || ^1.31.2",
"@azure/communication-calling": "1.32.2-beta.1 || ^1.32.1",
"@azure/core-auth": "^1.7.2",
"@babel/cli": "^7.24.8",
"@babel/core": "^7.25.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/communication-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"uuid": "^9.0.0"
},
"peerDependencies": {
"@azure/communication-calling": "1.32.2-beta.1 || ^1.31.2",
"@azure/communication-calling": "1.32.2-beta.1 || ^1.32.1",
"@azure/communication-calling-effects": "^1.1.2",
"@azure/communication-chat": "1.6.0-beta.3 || >=1.5.4",
"@types/react": ">=16.8.0 <19.0.0",
Expand Down Expand Up @@ -111,7 +111,7 @@
"_by-flavor": "rushx _current-flavor && env-cmd -f ../../common/config/env/.env --use-shell"
},
"devDependencies": {
"@azure/communication-calling": "1.32.2-beta.1 || ^1.31.2",
"@azure/communication-calling": "1.32.2-beta.1 || ^1.32.1",
"@azure/communication-calling-effects": "^1.1.2",
"@azure/core-auth": "^1.7.2",
"@babel/cli": "^7.24.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-composites/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"nanoid": "3.3.8"
},
"peerDependencies": {
"@azure/communication-calling": "1.32.2-beta.1 || ^1.31.2",
"@azure/communication-calling": "1.32.2-beta.1 || ^1.32.1",
"@azure/communication-calling-effects": "^1.1.2",
"@azure/communication-chat": "1.6.0-beta.3 || >=1.5.4",
"@types/react": ">=16.8.0 <19.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/storybook8/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"license": "MIT",
"dependencies": {
"@azure/communication-calling": "1.32.2-beta.1 || ^1.31.2",
"@azure/communication-calling": "1.32.2-beta.1 || ^1.32.1",
"@azure/communication-chat": "1.6.0-beta.3 || ^1.5.4",
"@azure/communication-common": "^2.3.1",
"@azure/communication-identity": "^1.3.0",
Expand Down
2 changes: 1 addition & 1 deletion samples/CallWithChat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"@azure/abort-controller": "^1.1.0",
"@azure/communication-identity": "^1.3.0",
"@azure/communication-calling": "1.32.2-beta.1 || ^1.31.2",
"@azure/communication-calling": "1.32.2-beta.1 || ^1.32.1",
"@azure/communication-chat": "1.6.0-beta.3 || ^1.5.4",
"@azure/communication-react": "1.23.0-beta.0",
"@azure/communication-common": "^2.3.1",
Expand Down
2 changes: 1 addition & 1 deletion samples/Calling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@azure/abort-controller": "^1.1.0",
"@azure/communication-identity": "^1.3.0",
"@azure/communication-react": "1.23.0-beta.0",
"@azure/communication-calling": "1.32.2-beta.1 || ^1.31.2",
"@azure/communication-calling": "1.32.2-beta.1 || ^1.32.1",
"@azure/communication-common": "^2.3.1",
"@azure/logger": "^1.0.4",
"@babel/preset-react": "^7.12.7",
Expand Down
2 changes: 1 addition & 1 deletion samples/CallingStateful/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@azure/abort-controller": "^1.1.0",
"@azure/communication-identity": "^1.3.0",
"@azure/communication-react": "1.23.0-beta.0",
"@azure/communication-calling": "1.32.2-beta.1 || ^1.31.2",
"@azure/communication-calling": "1.32.2-beta.1 || ^1.32.1",
"@azure/communication-common": "^2.3.1",
"@azure/logger": "^1.0.4",
"@babel/preset-react": "^7.12.7",
Expand Down
2 changes: 1 addition & 1 deletion samples/ComponentExamples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"license": "MIT",
"dependencies": {
"@azure/communication-calling": "1.32.2-beta.1 || ^1.31.2",
"@azure/communication-calling": "1.32.2-beta.1 || ^1.32.1",
"@azure/communication-chat": "1.6.0-beta.3 || ^1.5.4",
"@azure/communication-common": "^2.3.1",
"@azure/communication-identity": "^1.3.0",
Expand Down
2 changes: 1 addition & 1 deletion samples/StaticHtmlComposites/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dependencies": {
"@azure/communication-react": "1.23.0-beta.0",
"@azure/communication-common": "^2.3.1",
"@azure/communication-calling": "1.32.2-beta.1 || ^1.31.2",
"@azure/communication-calling": "1.32.2-beta.1 || ^1.32.1",
"@azure/communication-chat": "1.6.0-beta.3 || ^1.5.4",
"@fluentui/react": "^8.121.11",
"react": "18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion samples/tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"license": "MIT",
"dependencies": {
"@azure/communication-calling": "1.32.2-beta.1 || ^1.31.2",
"@azure/communication-calling": "1.32.2-beta.1 || ^1.32.1",
"@azure/communication-chat": "1.6.0-beta.3 || ^1.5.4",
"@azure/communication-common": "^2.3.1",
"uuid": "^9.0.0",
Expand Down

0 comments on commit b05eba1

Please sign in to comment.