Skip to content

Commit 3593324

Browse files
carocao-msftgithub-actions[bot]fuyan2024
authored
Prerelease stable remove beta suffix/1.23.0 (#5548)
* stable-remove-beta-suffix version bump * Collect CHANGELOG * Create groom me file for groom changelog branch (#5549) * Create groom me file for groom changelog branch * groomc * update * Update CHANGELOG to consolidate PR referencesupdate --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * change (#5557) * Bump package versions to beta.0 for next release * Cherry pick PR: #5563 * revert previous commit * Update * update --------- Signed-off-by: carocao-msft <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: fuyan <[email protected]>
1 parent 49a8a0d commit 3593324

File tree

50 files changed

+555
-248
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+555
-248
lines changed

change/@azure-communication-react-02e14d41-7b7c-4a6f-9612-c1396c8e098e.json

-9
This file was deleted.

change/@azure-communication-react-05df919a-0892-4766-8264-47a1ada378c7.json

-9
This file was deleted.

change/@azure-communication-react-0ada3974-ba3c-4edd-921a-621f11616e23.json

-9
This file was deleted.

change/@azure-communication-react-14337074-c277-4f01-a462-ee2273c43089.json

-9
This file was deleted.

change/@azure-communication-react-1502fd01-ef0d-489a-a99d-6946fc4e9258.json

-9
This file was deleted.

change/@azure-communication-react-31153022-b68a-433b-87c3-d55c675d6e37.json

-9
This file was deleted.

change/@azure-communication-react-34244f58-3cf8-44b0-9484-8a89802eff66.json

-9
This file was deleted.

change/@azure-communication-react-452e1c29-f562-491d-bd4a-7d9d58cb3778.json

-9
This file was deleted.

change/@azure-communication-react-4c3df59a-c10e-43da-b10a-aa82d87c0f11.json

-9
This file was deleted.

change/@azure-communication-react-57cd7723-5d5c-42b4-bbf0-c9c839448d49.json

-9
This file was deleted.

change/@azure-communication-react-770df296-e84b-4925-9152-a8832b309a65.json

-9
This file was deleted.

change/@azure-communication-react-84f1f7b4-4854-4450-9214-b4b3ec9c47d5.json

-9
This file was deleted.

change/@azure-communication-react-8f3f7c74-3500-4ecb-994e-9da8d77d415b.json

-9
This file was deleted.

change/@azure-communication-react-c0b634e9-dc8d-4ecb-9d78-940517f2f5dc.json

-9
This file was deleted.

change/@azure-communication-react-d8ba7749-9ddc-42f0-b17b-50765eeca2c8.json

-9
This file was deleted.

change/@azure-communication-react-e0342179-d573-4e63-bcd2-f76b8da9e4f3.json

-9
This file was deleted.

change/@azure-communication-react-f18ec6dc-7182-46e5-b744-2dc76436d44f.json

-9
This file was deleted.

packages/acs-ui-common/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@internal/acs-ui-common",
3-
"version": "1.23.0-beta.0",
3+
"version": "1.24.0-beta.0",
44
"description": "Common types and utilities for all Azure Communication Serves UI libraries",
55
"module": "dist/dist-esm/index.js",
66
"main": "dist/dist-cjs/index.js",

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

+21
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
{
22
"name": "@internal/acs-ui-javascript-loaders",
33
"entries": [
4+
{
5+
"date": "Mon, 13 Jan 2025 19:28:47 GMT",
6+
"version": "1.23.0",
7+
"tag": "@internal/acs-ui-javascript-loaders_v1.23.0",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "beachball",
12+
"package": "@internal/acs-ui-javascript-loaders",
13+
"comment": "Bump @internal/acs-ui-common to v1.23.0",
14+
"commit": "not available"
15+
},
16+
{
17+
"author": "beachball",
18+
"package": "@internal/acs-ui-javascript-loaders",
19+
"comment": "Bump @internal/react-composites to v1.23.0",
20+
"commit": "not available"
21+
}
22+
]
23+
}
24+
},
425
{
526
"date": "Mon, 16 Dec 2024 19:44:16 GMT",
627
"version": "1.22.0",

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@internal/acs-ui-javascript-loaders",
3-
"version": "1.23.0-beta.0",
3+
"version": "1.24.0-beta.0",
44
"description": "Component bindings specific to components that integrate with the Azure Communication Services Calling JavaScript SDK",
55
"module": "dist/dist-esm/index.js",
66
"main": "dist/dist-cjs/index.js",
@@ -32,8 +32,8 @@
3232
"license": "ISC",
3333
"dependencies": {
3434
"@azure/communication-common": "^2.3.1",
35-
"@internal/acs-ui-common": "1.23.0-beta.0",
36-
"@internal/react-composites": "1.23.0-beta.0",
35+
"@internal/acs-ui-common": "1.24.0-beta.0",
36+
"@internal/react-composites": "1.24.0-beta.0",
3737
"@fluentui/react": "^8.121.11",
3838
"@azure/logger": "^1.0.4"
3939
},

packages/calling-component-bindings/CHANGELOG.json

+27
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,33 @@
11
{
22
"name": "@internal/calling-component-bindings",
33
"entries": [
4+
{
5+
"date": "Mon, 13 Jan 2025 19:28:47 GMT",
6+
"version": "1.23.0",
7+
"tag": "@internal/calling-component-bindings_v1.23.0",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "beachball",
12+
"package": "@internal/calling-component-bindings",
13+
"comment": "Bump @internal/acs-ui-common to v1.23.0",
14+
"commit": "not available"
15+
},
16+
{
17+
"author": "beachball",
18+
"package": "@internal/calling-component-bindings",
19+
"comment": "Bump @internal/calling-stateful-client to v1.23.0",
20+
"commit": "not available"
21+
},
22+
{
23+
"author": "beachball",
24+
"package": "@internal/calling-component-bindings",
25+
"comment": "Bump @internal/react-components to v1.23.0",
26+
"commit": "not available"
27+
}
28+
]
29+
}
30+
},
431
{
532
"date": "Mon, 16 Dec 2024 19:44:16 GMT",
633
"version": "1.22.0",

packages/calling-component-bindings/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@internal/calling-component-bindings",
3-
"version": "1.23.0-beta.0",
3+
"version": "1.24.0-beta.0",
44
"description": "Component bindings specific to components that integrate with the Azure Communication Services Calling JavaScript SDK",
55
"module": "dist/dist-esm/index.js",
66
"main": "dist/dist-cjs/index.js",
@@ -31,21 +31,21 @@
3131
},
3232
"license": "MIT",
3333
"dependencies": {
34-
"@internal/acs-ui-common": "1.23.0-beta.0",
35-
"@internal/calling-stateful-client": "1.23.0-beta.0",
36-
"@internal/react-components": "1.23.0-beta.0",
34+
"@internal/acs-ui-common": "1.24.0-beta.0",
35+
"@internal/calling-stateful-client": "1.24.0-beta.0",
36+
"@internal/react-components": "1.24.0-beta.0",
3737
"@azure/communication-common": "^2.3.1",
3838
"memoize-one": "^5.2.1",
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.2-beta.1 || ^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.2-beta.1 || ^1.32.1",
4949
"@azure/communication-calling-effects": "^1.1.3",
5050
"@babel/cli": "^7.24.8",
5151
"@babel/core": "^7.25.2",
@@ -72,4 +72,4 @@
7272
"ts-jest": "^29.1.5",
7373
"typescript": "5.4.5"
7474
}
75-
}
75+
}

packages/calling-stateful-client/CHANGELOG.json

+15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
22
"name": "@internal/calling-stateful-client",
33
"entries": [
4+
{
5+
"date": "Mon, 13 Jan 2025 19:28:47 GMT",
6+
"version": "1.23.0",
7+
"tag": "@internal/calling-stateful-client_v1.23.0",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "beachball",
12+
"package": "@internal/calling-stateful-client",
13+
"comment": "Bump @internal/acs-ui-common to v1.23.0",
14+
"commit": "not available"
15+
}
16+
]
17+
}
18+
},
419
{
520
"date": "Mon, 16 Dec 2024 19:44:16 GMT",
621
"version": "1.22.0",

packages/calling-stateful-client/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@internal/calling-stateful-client",
3-
"version": "1.23.0-beta.0",
3+
"version": "1.24.0-beta.0",
44
"description": "Stateful proxy over the Azure Communication Services Calling JavaScript SDK",
55
"module": "dist/dist-esm/index.js",
66
"main": "dist/dist-cjs/index.js",
@@ -32,16 +32,16 @@
3232
"dependencies": {
3333
"@azure/communication-common": "^2.3.1",
3434
"@azure/logger": "^1.0.4",
35-
"@internal/acs-ui-common": "1.23.0-beta.0",
35+
"@internal/acs-ui-common": "1.24.0-beta.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.32.2-beta.1 || ^1.32.1"
41+
"@azure/communication-calling": "1.32.2-beta.1 || ^1.32.1"
4242
},
4343
"devDependencies": {
44-
"@azure/communication-calling": "1.32.2-beta.1 || ^1.32.1",
44+
"@azure/communication-calling": "1.32.2-beta.1 || ^1.32.1",
4545
"@azure/core-auth": "^1.7.2",
4646
"@babel/cli": "^7.24.8",
4747
"@babel/core": "^7.25.2",
@@ -67,4 +67,4 @@
6767
"ts-jest": "^29.1.5",
6868
"typescript": "5.4.5"
6969
}
70-
}
70+
}

packages/chat-component-bindings/CHANGELOG.json

+27
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,33 @@
11
{
22
"name": "@internal/chat-component-bindings",
33
"entries": [
4+
{
5+
"date": "Mon, 13 Jan 2025 19:28:47 GMT",
6+
"version": "1.23.0",
7+
"tag": "@internal/chat-component-bindings_v1.23.0",
8+
"comments": {
9+
"patch": [
10+
{
11+
"author": "beachball",
12+
"package": "@internal/chat-component-bindings",
13+
"comment": "Bump @internal/acs-ui-common to v1.23.0",
14+
"commit": "not available"
15+
},
16+
{
17+
"author": "beachball",
18+
"package": "@internal/chat-component-bindings",
19+
"comment": "Bump @internal/chat-stateful-client to v1.23.0",
20+
"commit": "not available"
21+
},
22+
{
23+
"author": "beachball",
24+
"package": "@internal/chat-component-bindings",
25+
"comment": "Bump @internal/react-components to v1.23.0",
26+
"commit": "not available"
27+
}
28+
]
29+
}
30+
},
431
{
532
"date": "Mon, 16 Dec 2024 19:44:16 GMT",
633
"version": "1.22.0",

0 commit comments

Comments
 (0)