Skip to content

Commit 725dcd4

Browse files
[Communication][Rooms] Downgrade communication-common to latest released version (#33432)
### Packages impacted by this PR communication-rooms ### Issues associated with this PR ### Describe the problem that is addressed by this PR 2.3.2 is not released yet, incorrectly referenced in Rooms package.json ### What are the possible designs available to address the problem? If there are more than one possible design, why was the one in this PR chosen? ### Are there test cases added in this PR? _(If not, why?)_ ### Provide a list of related PRs _(if any)_ ### Command used to generate this PR:**_(Applicable only to SDK release request PRs)_ ### Checklists - [ ] Added impacted package name to the issue description - [ ] Does this PR needs any fixes in the SDK Generator?** _(If so, create an Issue in the [Autorest/typescript](https://github.com/Azure/autorest.typescript) repository and link it here)_ - [ ] Added a changelog (if necessary)
1 parent a996fc9 commit 725dcd4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sdk/communication/communication-rooms/assets.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"AssetsRepo": "Azure/azure-sdk-assets",
33
"AssetsRepoPrefixPath": "js",
44
"TagPrefix": "js/communication/communication-rooms",
5-
"Tag": "js/communication/communication-rooms_f60bce4265"
5+
"Tag": "js/communication/communication-rooms_9e36c793b7"
66
}

sdk/communication/communication-rooms/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"node": ">=18.0.0"
99
},
1010
"dependencies": {
11-
"@azure/communication-common": "~2.3.2",
11+
"@azure/communication-common": "^2.3.1",
1212
"@azure/core-auth": "^1.9.0",
1313
"@azure/core-client": "^1.9.2",
1414
"@azure/core-paging": "^1.6.2",

0 commit comments

Comments
 (0)