Skip to content

Commit

Permalink
Merge prerelease-stable-remove-beta-suffix/1.22.0 to main (#5515)
Browse files Browse the repository at this point in the history
* stable-remove-beta-suffix version bump

* Collect CHANGELOG

* Groom changelog stable remove beta suffix/1.22.0 (#5506)

* Create groom me file for groom changelog branch

* Groom changelog

* Manually add missing changelogs for added captions components

* Update Github compare link

* typo fix

* Moved captions component changelogs to Features section

* Moved captions component changelogs to Features section

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

* Bump package versions to beta.0 for next release

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
mgamis-msft and github-actions[bot] authored Dec 18, 2024
1 parent 394fe19 commit d1940bc
Show file tree
Hide file tree
Showing 105 changed files with 654 additions and 358 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion packages/acs-ui-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@internal/acs-ui-common",
"version": "1.22.0-beta.1",
"version": "1.23.0-beta.0",
"description": "Common types and utilities for all Azure Communication Serves UI libraries",
"module": "dist/dist-esm/index.js",
"main": "dist/dist-cjs/index.js",
Expand Down
21 changes: 21 additions & 0 deletions packages/acs-ui-javascript-loaders/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"name": "@internal/acs-ui-javascript-loaders",
"entries": [
{
"date": "Mon, 16 Dec 2024 19:44:16 GMT",
"version": "1.22.0",
"tag": "@internal/acs-ui-javascript-loaders_v1.22.0",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@internal/acs-ui-javascript-loaders",
"comment": "Bump @internal/acs-ui-common to v1.22.0",
"commit": "not available"
},
{
"author": "beachball",
"package": "@internal/acs-ui-javascript-loaders",
"comment": "Bump @internal/react-composites to v1.22.0",
"commit": "not available"
}
]
}
},
{
"date": "Mon, 02 Dec 2024 20:49:02 GMT",
"version": "1.22.0-beta.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/acs-ui-javascript-loaders/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@internal/acs-ui-javascript-loaders",
"version": "1.22.0-beta.1",
"version": "1.23.0-beta.0",
"description": "Component bindings specific to components that integrate with the Azure Communication Services Calling JavaScript SDK",
"module": "dist/dist-esm/index.js",
"main": "dist/dist-cjs/index.js",
Expand Down Expand Up @@ -32,8 +32,8 @@
"license": "ISC",
"dependencies": {
"@azure/communication-common": "^2.3.1",
"@internal/acs-ui-common": "1.22.0-beta.1",
"@internal/react-composites": "1.22.0-beta.1",
"@internal/acs-ui-common": "1.23.0-beta.0",
"@internal/react-composites": "1.23.0-beta.0",
"@fluentui/react": "^8.121.11",
"@azure/logger": "^1.0.4"
},
Expand Down
27 changes: 27 additions & 0 deletions packages/calling-component-bindings/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@
{
"name": "@internal/calling-component-bindings",
"entries": [
{
"date": "Mon, 16 Dec 2024 19:44:16 GMT",
"version": "1.22.0",
"tag": "@internal/calling-component-bindings_v1.22.0",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@internal/calling-component-bindings",
"comment": "Bump @internal/acs-ui-common to v1.22.0",
"commit": "not available"
},
{
"author": "beachball",
"package": "@internal/calling-component-bindings",
"comment": "Bump @internal/calling-stateful-client to v1.22.0",
"commit": "not available"
},
{
"author": "beachball",
"package": "@internal/calling-component-bindings",
"comment": "Bump @internal/react-components to v1.22.0",
"commit": "not available"
}
]
}
},
{
"date": "Mon, 02 Dec 2024 20:49:02 GMT",
"version": "1.22.0-beta.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/calling-component-bindings/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@internal/calling-component-bindings",
"version": "1.22.0-beta.1",
"version": "1.23.0-beta.0",
"description": "Component bindings specific to components that integrate with the Azure Communication Services Calling JavaScript SDK",
"module": "dist/dist-esm/index.js",
"main": "dist/dist-cjs/index.js",
Expand Down Expand Up @@ -31,9 +31,9 @@
},
"license": "MIT",
"dependencies": {
"@internal/acs-ui-common": "1.22.0-beta.1",
"@internal/calling-stateful-client": "1.22.0-beta.1",
"@internal/react-components": "1.22.0-beta.1",
"@internal/acs-ui-common": "1.23.0-beta.0",
"@internal/calling-stateful-client": "1.23.0-beta.0",
"@internal/react-components": "1.23.0-beta.0",
"@azure/communication-common": "^2.3.1",
"memoize-one": "^5.2.1",
"reselect": "^4.0.0"
Expand Down
15 changes: 15 additions & 0 deletions packages/calling-stateful-client/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@internal/calling-stateful-client",
"entries": [
{
"date": "Mon, 16 Dec 2024 19:44:16 GMT",
"version": "1.22.0",
"tag": "@internal/calling-stateful-client_v1.22.0",
"comments": {
"patch": [
{
"author": "beachball",
"package": "@internal/calling-stateful-client",
"comment": "Bump @internal/acs-ui-common to v1.22.0",
"commit": "not available"
}
]
}
},
{
"date": "Mon, 02 Dec 2024 20:49:02 GMT",
"version": "1.22.0-beta.1",
Expand Down
Loading

0 comments on commit d1940bc

Please sign in to comment.