Skip to content

Commit 9f7c766

Browse files
Selected right flavor sdk's for release branch
1 parent f827dd0 commit 9f7c766

21 files changed

Lines changed: 159 additions & 124 deletions

File tree

common/config/rush/pnpm-lock.yaml

Lines changed: 108 additions & 62 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/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-common": "^2.3.2-beta.1 || ^2.3.1",
33+
"@azure/communication-common": "^2.3.1",
3434
"@azure/logger": "^1.0.4"
3535
},
3636
"peerDependencies": {

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.29.0';

packages/acs-ui-javascript-loaders/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"author": "",
3232
"license": "ISC",
3333
"dependencies": {
34-
"@azure/communication-common": "^2.3.2-beta.1 || ^2.3.1",
34+
"@azure/communication-common": "^2.3.1",
3535
"@internal/acs-ui-common": "1.29.0",
3636
"@internal/react-composites": "1.29.0",
3737
"@fluentui/react": "^8.123.0",

packages/calling-component-bindings/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,18 @@
3434
"@internal/acs-ui-common": "1.29.0",
3535
"@internal/calling-stateful-client": "1.29.0",
3636
"@internal/react-components": "1.29.0",
37-
"@azure/communication-common": "^2.3.2-beta.1 || ^2.3.1",
37+
"@azure/communication-common": "^2.3.1",
3838
"memoize-one": "^5.2.1",
3939
"reselect": "^4.0.0"
4040
},
4141
"peerDependencies": {
4242
"@azure/communication-calling-effects": "^1.1.4",
43-
"@azure/communication-calling": "1.37.1-beta.1 || ^1.36.1",
43+
"@azure/communication-calling": "^1.36.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.37.1-beta.1 || ^1.36.1",
48+
"@azure/communication-calling": "^1.36.1",
4949
"@azure/communication-calling-effects": "^1.1.4",
5050
"@babel/cli": "^7.27.2",
5151
"@babel/core": "^7.27.4",

packages/calling-stateful-client/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,18 @@
3030
},
3131
"license": "MIT",
3232
"dependencies": {
33-
"@azure/communication-common": "^2.3.2-beta.1 || ^2.3.1",
33+
"@azure/communication-common": "^2.3.1",
3434
"@azure/logger": "^1.0.4",
3535
"@internal/acs-ui-common": "1.29.0",
3636
"@types/events": "^3.0.3",
3737
"events": "^3.3.0",
3838
"immer": "10.1.1"
3939
},
4040
"peerDependencies": {
41-
"@azure/communication-calling": "1.37.1-beta.1 || ^1.36.1"
41+
"@azure/communication-calling": "^1.36.1"
4242
},
4343
"devDependencies": {
44-
"@azure/communication-calling": "1.37.1-beta.1 || ^1.36.1",
44+
"@azure/communication-calling": "^1.36.1",
4545
"@azure/core-auth": "^1.7.2",
4646
"@babel/cli": "^7.27.2",
4747
"@babel/core": "^7.27.4",

packages/chat-component-bindings/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"license": "MIT",
3232
"dependencies": {
33-
"@azure/communication-common": "^2.3.2-beta.1 || ^2.3.1",
33+
"@azure/communication-common": "^2.3.1",
3434
"@azure/core-paging": "^1.5.0",
3535
"@internal/acs-ui-common": "1.29.0",
3636
"@internal/chat-stateful-client": "1.29.0",
@@ -39,7 +39,7 @@
3939
"memoize-one": "^5.2.1"
4040
},
4141
"peerDependencies": {
42-
"@azure/communication-chat": "1.6.0-beta.7 || >=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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"license": "MIT",
3232
"dependencies": {
33-
"@azure/communication-common": "^2.3.2-beta.1 || ^2.3.1",
33+
"@azure/communication-common": "^2.3.1",
3434
"@azure/core-paging": "^1.5.0",
3535
"@azure/logger": "^1.0.4",
3636
"@internal/acs-ui-common": "1.29.0",
@@ -40,7 +40,7 @@
4040
"nanoid": "3.3.8"
4141
},
4242
"peerDependencies": {
43-
"@azure/communication-chat": "1.6.0-beta.7 || >=1.5.4"
43+
"@azure/communication-chat": ">=1.5.4"
4444
},
4545
"devDependencies": {
4646
"@azure/communication-signaling": "1.0.0-beta.33 || 1.0.0-beta.29",

packages/communication-react/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"types": "dist/communication-react.d.ts",
2525
"dependencies": {
26-
"@azure/communication-common": "^2.3.2-beta.1 || ^2.3.1",
26+
"@azure/communication-common": "^2.3.1",
2727
"@azure/core-paging": "^1.5.0",
2828
"@azure/logger": "^1.0.4",
2929
"@fluentui/react-components": "9.62.0",
@@ -56,8 +56,8 @@
5656
},
5757
"peerDependencies": {
5858
"@azure/communication-calling-effects": "^1.1.4",
59-
"@azure/communication-calling": "1.37.1-beta.1 || ^1.36.1",
60-
"@azure/communication-chat": "1.6.0-beta.7 || >=1.5.4",
59+
"@azure/communication-calling": "^1.36.1",
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.37.1-beta.1 || ^1.36.1",
114+
"@azure/communication-calling": "^1.36.1",
115115
"@azure/communication-calling-effects": "^1.1.4",
116116
"@azure/core-auth": "^1.7.2",
117117
"@babel/cli": "^7.27.2",

0 commit comments

Comments
 (0)