Skip to content

Commit a8454e2

Browse files
authored
Bump @azure/communication-calling to 1.4.4 (#1610)
1 parent a4b506c commit a8454e2

16 files changed

Lines changed: 69 additions & 37 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "Bump @azure/communication-calling to 1.4.3",
4+
"packageName": "@internal/calling-component-bindings",
5+
"email": "82062616+prprabhu-ms@users.noreply.github.com",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "Bump @azure/communication-calling to 1.4.3",
4+
"packageName": "@internal/calling-stateful-client",
5+
"email": "82062616+prprabhu-ms@users.noreply.github.com",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "Bump @azure/communication-calling to 1.4.3",
4+
"packageName": "@internal/react-composites",
5+
"email": "82062616+prprabhu-ms@users.noreply.github.com",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "Bump @azure/communication-calling to 1.4.3",
4+
"packageName": "@internal/storybook",
5+
"email": "82062616+prprabhu-ms@users.noreply.github.com",
6+
"dependentChangeType": "patch"
7+
}

common/config/rush/variants/stable/pnpm-lock.yaml

Lines changed: 27 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/calling-component-bindings/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@
3636
"reselect": "~4.0.0"
3737
},
3838
"peerDependencies": {
39-
"@azure/communication-calling": "1.4.3-beta.1 || 1.3.2",
39+
"@azure/communication-calling": "1.4.3-beta.1 || 1.4.4",
4040
"@types/react": ">=16.8.0 <18.0.0",
4141
"react": ">=16.8.0 <18.0.0"
4242
},
4343
"devDependencies": {
44-
"@azure/communication-calling": "1.4.3-beta.1 || 1.3.2",
44+
"@azure/communication-calling": "1.4.3-beta.1 || 1.4.4",
4545
"@babel/cli": "~7.16.0",
4646
"@babel/core": "~7.16.0",
4747
"@microsoft/api-documenter": "~7.12.11",

packages/calling-stateful-client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
"immer": "9.0.6"
3636
},
3737
"peerDependencies": {
38-
"@azure/communication-calling": "1.4.3-beta.1 || 1.3.2"
38+
"@azure/communication-calling": "1.4.3-beta.1 || 1.4.4"
3939
},
4040
"devDependencies": {
41-
"@azure/communication-calling": "1.4.3-beta.1 || 1.3.2",
41+
"@azure/communication-calling": "1.4.3-beta.1 || 1.4.4",
4242
"@azure/core-auth": "1.3.2",
4343
"@babel/cli": "~7.16.0",
4444
"@babel/core": "~7.16.0",

packages/calling-stateful-client/src/TestUtils.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ import {
1919
CallFeatureFactory,
2020
CallFeature
2121
} from '@azure/communication-calling';
22-
/* @conditional-compile-remove(calling-1.4.3-beta.1) */
2322
import { CollectionUpdatedEvent, RecordingInfo } from '@azure/communication-calling';
2423
import { CommunicationTokenCredential } from '@azure/communication-common';
2524
import { AccessToken } from '@azure/core-auth';
@@ -95,14 +94,12 @@ export class MockRecordingCallFeatureImpl implements RecordingCallFeature {
9594
public recordings;
9695
public emitter = new EventEmitter();
9796
on(event: 'isRecordingActiveChanged', listener: PropertyChangedEvent): void;
98-
/* @conditional-compile-remove(calling-1.4.3-beta.1) */
9997
on(event: 'recordingsUpdated', listener: CollectionUpdatedEvent<RecordingInfo>): void;
10098
// eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types
10199
on(event: any, listener: any): void {
102100
this.emitter.on(event, listener);
103101
}
104102
off(event: 'isRecordingActiveChanged', listener: PropertyChangedEvent): void;
105-
/* @conditional-compile-remove(calling-1.4.3-beta.1) */
106103
off(event: 'recordingsUpdated', listener: CollectionUpdatedEvent<RecordingInfo>): void;
107104
// eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types
108105
off(event: any, listener: any): void {

packages/communication-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"uuid": "^8.1.0"
4646
},
4747
"peerDependencies": {
48-
"@azure/communication-calling": "1.4.3-beta.1 || 1.3.2",
48+
"@azure/communication-calling": "1.4.3-beta.1 || 1.4.4",
4949
"@azure/communication-chat": "1.1.0",
5050
"@types/react": ">=16.8.0 <18.0.0",
5151
"@types/react-dom": ">=16.8.0 <18.0.0",
@@ -80,7 +80,7 @@
8080
"_by-flavor": "rushx _current-flavor && env-cmd -f ../../common/config/env/.env --use-shell"
8181
},
8282
"devDependencies": {
83-
"@azure/communication-calling": "1.4.3-beta.1 || 1.3.2",
83+
"@azure/communication-calling": "1.4.3-beta.1 || 1.4.4",
8484
"@azure/communication-chat": "1.1.0",
8585
"@azure/core-auth": "1.3.2",
8686
"@babel/cli": "~7.16.0",

packages/react-composites/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,15 @@
7070
"uuid": "^8.1.0"
7171
},
7272
"peerDependencies": {
73-
"@azure/communication-calling": "1.4.3-beta.1 || 1.3.2",
73+
"@azure/communication-calling": "1.4.3-beta.1 || 1.4.4",
7474
"@azure/communication-chat": "1.1.0",
7575
"@types/react": ">=16.8.0 <18.0.0",
7676
"@types/react-dom": ">=16.8.0 <18.0.0",
7777
"react": ">=16.8.0 <18.0.0",
7878
"react-dom": ">=16.8.0 <18.0.0"
7979
},
8080
"devDependencies": {
81-
"@azure/communication-calling": "1.4.3-beta.1 || 1.3.2",
81+
"@azure/communication-calling": "1.4.3-beta.1 || 1.4.4",
8282
"@azure/communication-chat": "1.1.0",
8383
"@azure/communication-identity": "1.0.0",
8484
"@babel/cli": "~7.16.0",

0 commit comments

Comments
 (0)