Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"type": "prerelease",
"area": "feature",
"workstream": "Update",
"comment": "Update Calling to the latest stable",
"packageName": "@azure/communication-react",
"email": "96077406+carocao-msft@users.noreply.github.com",
"dependentChangeType": "patch"
}
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.33.4",
"@azure/communication-calling": "^1.34.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.33.4"],
"@azure/communication-calling": ["^1.34.1"],
"@azure/communication-common": ["2.3.0"],
"@azure/communication-chat": ["^1.5.4"],
"@azure/communication-signaling": ["1.0.0-beta.29"],
Expand Down
78 changes: 39 additions & 39 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 @@ -40,12 +40,12 @@
},
"peerDependencies": {
"@azure/communication-calling-effects": "^1.1.3",
"@azure/communication-calling": "1.34.1-beta.2 || ^1.33.4",
"@azure/communication-calling": "1.34.1-beta.2 || ^1.34.1",
"@types/react": ">=16.8.0 <19.0.0",
"react": ">=16.8.0 <19.0.0"
},
"devDependencies": {
"@azure/communication-calling": "1.34.1-beta.2 || ^1.33.4",
"@azure/communication-calling": "1.34.1-beta.2 || ^1.34.1",
"@azure/communication-calling-effects": "^1.1.3",
"@babel/cli": "^7.24.8",
"@babel/core": "^7.26.10",
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.34.1-beta.2 || ^1.33.4"
"@azure/communication-calling": "1.34.1-beta.2 || ^1.34.1"
},
"devDependencies": {
"@azure/communication-calling": "1.34.1-beta.2 || ^1.33.4",
"@azure/communication-calling": "1.34.1-beta.2 || ^1.34.1",
"@azure/core-auth": "^1.7.2",
"@babel/cli": "^7.24.8",
"@babel/core": "^7.26.10",
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 @@ -56,7 +56,7 @@
},
"peerDependencies": {
"@azure/communication-calling-effects": "^1.1.3",
"@azure/communication-calling": "1.34.1-beta.2 || ^1.33.4",
"@azure/communication-calling": "1.34.1-beta.2 || ^1.34.1",
"@azure/communication-chat": "1.6.0-beta.3 || >=1.5.4",
"@types/react": ">=16.8.0 <19.0.0",
"@types/react-dom": ">=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.34.1-beta.2 || ^1.33.4",
"@azure/communication-calling": "1.34.1-beta.2 || ^1.34.1",
"@azure/communication-calling-effects": "^1.1.3",
"@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 @@ -74,7 +74,7 @@
},
"peerDependencies": {
"@azure/communication-calling-effects": "^1.1.3",
"@azure/communication-calling": "1.34.1-beta.2 || ^1.33.4",
"@azure/communication-calling": "1.34.1-beta.2 || ^1.34.1",
"@azure/communication-chat": "1.6.0-beta.3 || >=1.5.4",
"@types/react": ">=16.8.0 <19.0.0",
"@types/react-dom": ">=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.34.1-beta.2 || ^1.33.4",
"@azure/communication-calling": "1.34.1-beta.2 || ^1.34.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.34.1-beta.2 || ^1.33.4",
"@azure/communication-calling": "1.34.1-beta.2 || ^1.34.1",
"@azure/communication-chat": "1.6.0-beta.3 || ^1.5.4",
"@azure/communication-react": "1.26.0-beta.1",
"@azure/communication-common": "^2.3.1",
Expand Down
Loading
Loading