Skip to content

Commit 2c81540

Browse files
Selected right flavor sdk's for release branch
1 parent 374ddef commit 2c81540

File tree

19 files changed

+127
-95
lines changed

19 files changed

+127
-95
lines changed

common/config/rush/pnpm-lock.yaml

Lines changed: 94 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
{
2-
"include": [
3-
{
4-
"flavor": "stable",
5-
"coverage_gist_id": "19b238d46a84c28e44d689f0a8b57202"
6-
},
7-
{
8-
"flavor": "beta",
9-
"coverage_gist_id": "aadc866e05b5243846b1c15a79ec1779"
10-
}
11-
12-
]
13-
}
2+
"include": [
3+
{
4+
"flavor": "stable"
5+
}
6+
]
7+
}

packages/acs-ui-common/src/telemetryVersion.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,4 @@
33

44
// GENERATED FILE. DO NOT EDIT MANUALLY.
55

6-
// The telemetry version in development branches is
7-
// always 0.0.0-alpha to avoid polluting telemetry data.
8-
//
9-
// This dummy version is replaced with the actual package
10-
// version as part of the release branch creation process.
11-
module.exports = '0.0.0-alpha';
6+
module.exports = '1.23.0';

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.32.2-beta.1 || ^1.32.1",
42+
"@azure/communication-calling": "^1.32.1",
4343
"@azure/communication-calling-effects": "^1.1.2",
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.32.2-beta.1 || ^1.32.1",
48+
"@azure/communication-calling": "^1.32.1",
4949
"@azure/communication-calling-effects": "^1.1.2",
5050
"@babel/cli": "^7.24.8",
5151
"@babel/core": "^7.25.2",

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": "10.1.1"
3939
},
4040
"peerDependencies": {
41-
"@azure/communication-calling": "1.32.2-beta.1 || ^1.32.1"
41+
"@azure/communication-calling": "^1.32.1"
4242
},
4343
"devDependencies": {
44-
"@azure/communication-calling": "1.32.2-beta.1 || ^1.32.1",
44+
"@azure/communication-calling": "^1.32.1",
4545
"@azure/core-auth": "^1.7.2",
4646
"@babel/cli": "^7.24.8",
4747
"@babel/core": "^7.25.2",

packages/chat-component-bindings/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"memoize-one": "^5.2.1"
4040
},
4141
"peerDependencies": {
42-
"@azure/communication-chat": "1.6.0-beta.3 || >=1.5.4",
42+
"@azure/communication-chat": ">=1.5.4",
4343
"@types/react": ">=16.8.0 <19.0.0",
4444
"react": ">=16.8.0 <19.0.0"
4545
},

packages/chat-stateful-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"nanoid": "3.3.8"
4141
},
4242
"peerDependencies": {
43-
"@azure/communication-chat": "1.6.0-beta.3 || >=1.5.4"
43+
"@azure/communication-chat": ">=1.5.4"
4444
},
4545
"devDependencies": {
4646
"@azure/communication-signaling": "1.0.0-beta.27 || 1.0.0-beta.29",

packages/communication-react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
"uuid": "^9.0.0"
5656
},
5757
"peerDependencies": {
58-
"@azure/communication-calling": "1.32.2-beta.1 || ^1.32.1",
58+
"@azure/communication-calling": "^1.32.1",
5959
"@azure/communication-calling-effects": "^1.1.2",
60-
"@azure/communication-chat": "1.6.0-beta.3 || >=1.5.4",
60+
"@azure/communication-chat": ">=1.5.4",
6161
"@types/react": ">=16.8.0 <19.0.0",
6262
"@types/react-dom": ">=16.8.0 <19.0.0",
6363
"react": ">=16.8.0 <19.0.0",
@@ -111,7 +111,7 @@
111111
"_by-flavor": "rushx _current-flavor && env-cmd -f ../../common/config/env/.env --use-shell"
112112
},
113113
"devDependencies": {
114-
"@azure/communication-calling": "1.32.2-beta.1 || ^1.32.1",
114+
"@azure/communication-calling": "^1.32.1",
115115
"@azure/communication-calling-effects": "^1.1.2",
116116
"@azure/core-auth": "^1.7.2",
117117
"@babel/cli": "^7.24.8",

packages/fake-backends/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"license": "MIT",
3232
"dependencies": {
33-
"@azure/communication-chat": "1.6.0-beta.3 || ^1.5.4",
33+
"@azure/communication-chat": "^1.5.4",
3434
"@azure/communication-common": "^2.3.1",
3535
"@azure/communication-signaling": "1.0.0-beta.27 || 1.0.0-beta.29",
3636
"@azure/core-paging": "^1.5.0",

packages/react-composites/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@
7373
"nanoid": "3.3.8"
7474
},
7575
"peerDependencies": {
76-
"@azure/communication-calling": "1.32.2-beta.1 || ^1.32.1",
76+
"@azure/communication-calling": "^1.32.1",
7777
"@azure/communication-calling-effects": "^1.1.2",
78-
"@azure/communication-chat": "1.6.0-beta.3 || >=1.5.4",
78+
"@azure/communication-chat": ">=1.5.4",
7979
"@types/react": ">=16.8.0 <19.0.0",
8080
"@types/react-dom": ">=16.8.0 <19.0.0",
8181
"react": ">=16.8.0 <19.0.0",

0 commit comments

Comments
 (0)