Skip to content

Commit

Permalink
stable-patch version bump pre-release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 10, 2022
1 parent 7941e33 commit 3f3c98c
Show file tree
Hide file tree
Showing 55 changed files with 810 additions and 187 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.

15 changes: 15 additions & 0 deletions packages/acs-ui-common/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@internal/acs-ui-common",
"entries": [
{
"date": "Wed, 10 Aug 2022 18:29:31 GMT",
"tag": "@internal/acs-ui-common_v1.3.1",
"version": "1.3.1",
"comments": {
"none": [
{
"author": "41898282+github-actions[bot]@users.noreply.github.com",
"package": "@internal/acs-ui-common",
"commit": "d2b698a9360a27cb058880e871bfa7e79eba70bd",
"comment": "Bumped"
}
]
}
},
{
"date": "Mon, 13 Jun 2022 18:29:29 GMT",
"tag": "@internal/acs-ui-common_v1.3.0",
Expand Down
4 changes: 2 additions & 2 deletions 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.3.0",
"version": "1.3.1",
"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 Expand Up @@ -64,4 +64,4 @@
"ts-jest": "^26.4.4",
"typescript": "4.3.5"
}
}
}
41 changes: 41 additions & 0 deletions packages/calling-component-bindings/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,47 @@
{
"name": "@internal/calling-component-bindings",
"entries": [
{
"date": "Wed, 10 Aug 2022 18:29:31 GMT",
"tag": "@internal/calling-component-bindings_v1.3.1",
"version": "1.3.1",
"comments": {
"patch": [
{
"author": "94866715+dmceachernmsft@users.noreply.github.com",
"package": "@internal/calling-component-bindings",
"commit": "32a3fa4ca12e0bccfca2bbd4d31a23668334f706",
"comment": "Memoizes the return from the participant list selector for better optimization."
},
{
"author": "beachball",
"package": "@internal/calling-component-bindings",
"comment": "Bump @internal/acs-ui-common to v1.3.1",
"commit": "7941e331802089c442e324fbc5de2afa866c0635"
},
{
"author": "beachball",
"package": "@internal/calling-component-bindings",
"comment": "Bump @internal/calling-stateful-client to v1.3.1",
"commit": "7941e331802089c442e324fbc5de2afa866c0635"
},
{
"author": "beachball",
"package": "@internal/calling-component-bindings",
"comment": "Bump @internal/react-components to v1.3.1",
"commit": "7941e331802089c442e324fbc5de2afa866c0635"
}
],
"none": [
{
"author": "41898282+github-actions[bot]@users.noreply.github.com",
"package": "@internal/calling-component-bindings",
"commit": "d2b698a9360a27cb058880e871bfa7e79eba70bd",
"comment": "Bumped"
}
]
}
},
{
"date": "Mon, 13 Jun 2022 18:29:30 GMT",
"tag": "@internal/calling-component-bindings_v1.3.0",
Expand Down
14 changes: 13 additions & 1 deletion packages/calling-component-bindings/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
# Change Log - @internal/calling-component-bindings

This log was last generated on Mon, 13 Jun 2022 18:29:30 GMT and should not be manually modified.
This log was last generated on Wed, 10 Aug 2022 18:29:31 GMT and should not be manually modified.

<!-- Start content -->

## [1.3.1](https://github.com/azure/communication-ui-library/tree/@internal/calling-component-bindings_v1.3.1)

Wed, 10 Aug 2022 18:29:31 GMT
[Compare changes](https://github.com/azure/communication-ui-library/compare/@internal/calling-component-bindings_v1.3.0...@internal/calling-component-bindings_v1.3.1)

### Patches

- Memoizes the return from the participant list selector for better optimization. ([PR #1980](https://github.com/azure/communication-ui-library/pull/1980) by 94866715+dmceachernmsft@users.noreply.github.com)
- Bump @internal/acs-ui-common to v1.3.1 ([PR #2026](https://github.com/azure/communication-ui-library/pull/2026) by beachball)
- Bump @internal/calling-stateful-client to v1.3.1 ([PR #2026](https://github.com/azure/communication-ui-library/pull/2026) by beachball)
- Bump @internal/react-components to v1.3.1 ([PR #2026](https://github.com/azure/communication-ui-library/pull/2026) by beachball)

## [1.3.0](https://github.com/azure/communication-ui-library/tree/@internal/calling-component-bindings_v1.3.0)

Mon, 13 Jun 2022 18:29:30 GMT
Expand Down
10 changes: 5 additions & 5 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.3.0",
"version": "1.3.1",
"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 @@ -29,9 +29,9 @@
},
"dependencies": {
"@azure/communication-common": "2.0.0",
"@internal/acs-ui-common": "1.3.0",
"@internal/calling-stateful-client": "1.3.0",
"@internal/react-components": "1.3.0",
"@internal/acs-ui-common": "1.3.1",
"@internal/calling-stateful-client": "1.3.1",
"@internal/react-components": "1.3.1",
"memoize-one": "~5.2.1",
"reselect": "~4.0.0"
},
Expand Down Expand Up @@ -70,4 +70,4 @@
"ts-jest": "^26.4.4",
"typescript": "4.3.5"
}
}
}
23 changes: 23 additions & 0 deletions packages/calling-stateful-client/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
{
"name": "@internal/calling-stateful-client",
"entries": [
{
"date": "Wed, 10 Aug 2022 18:29:32 GMT",
"tag": "@internal/calling-stateful-client_v1.3.1",
"version": "1.3.1",
"comments": {
"none": [
{
"author": "41898282+github-actions[bot]@users.noreply.github.com",
"package": "@internal/calling-stateful-client",
"commit": "d2b698a9360a27cb058880e871bfa7e79eba70bd",
"comment": "Bumped"
}
],
"patch": [
{
"author": "beachball",
"package": "@internal/calling-stateful-client",
"comment": "Bump @internal/acs-ui-common to v1.3.1",
"commit": "7941e331802089c442e324fbc5de2afa866c0635"
}
]
}
},
{
"date": "Mon, 13 Jun 2022 18:29:30 GMT",
"tag": "@internal/calling-stateful-client_v1.3.0",
Expand Down
11 changes: 10 additions & 1 deletion packages/calling-stateful-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Change Log - @internal/calling-stateful-client

This log was last generated on Mon, 13 Jun 2022 18:29:30 GMT and should not be manually modified.
This log was last generated on Wed, 10 Aug 2022 18:29:32 GMT and should not be manually modified.

<!-- Start content -->

## [1.3.1](https://github.com/azure/communication-ui-library/tree/@internal/calling-stateful-client_v1.3.1)

Wed, 10 Aug 2022 18:29:32 GMT
[Compare changes](https://github.com/azure/communication-ui-library/compare/@internal/calling-stateful-client_v1.3.0...@internal/calling-stateful-client_v1.3.1)

### Patches

- Bump @internal/acs-ui-common to v1.3.1 ([PR #2026](https://github.com/azure/communication-ui-library/pull/2026) by beachball)

## [1.3.0](https://github.com/azure/communication-ui-library/tree/@internal/calling-stateful-client_v1.3.0)

Mon, 13 Jun 2022 18:29:30 GMT
Expand Down
6 changes: 3 additions & 3 deletions packages/calling-stateful-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@internal/calling-stateful-client",
"version": "1.3.0",
"version": "1.3.1",
"description": "Stateful proxy over the Azure Communication Services Calling JavaScript SDK",
"module": "dist/dist-esm/index.js",
"main": "dist/dist-cjs/index.js",
Expand Down Expand Up @@ -30,7 +30,7 @@
"dependencies": {
"@azure/communication-common": "2.0.0",
"@azure/logger": "1.0.3",
"@internal/acs-ui-common": "1.3.0",
"@internal/acs-ui-common": "1.3.1",
"events": "~3.3.0",
"immer": "9.0.6"
},
Expand Down Expand Up @@ -67,4 +67,4 @@
"ts-jest": "^26.4.4",
"typescript": "4.3.5"
}
}
}
35 changes: 35 additions & 0 deletions packages/chat-component-bindings/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,41 @@
{
"name": "@internal/chat-component-bindings",
"entries": [
{
"date": "Wed, 10 Aug 2022 18:29:32 GMT",
"tag": "@internal/chat-component-bindings_v1.3.1",
"version": "1.3.1",
"comments": {
"none": [
{
"author": "41898282+github-actions[bot]@users.noreply.github.com",
"package": "@internal/chat-component-bindings",
"commit": "d2b698a9360a27cb058880e871bfa7e79eba70bd",
"comment": "Bumped"
}
],
"patch": [
{
"author": "beachball",
"package": "@internal/chat-component-bindings",
"comment": "Bump @internal/acs-ui-common to v1.3.1",
"commit": "7941e331802089c442e324fbc5de2afa866c0635"
},
{
"author": "beachball",
"package": "@internal/chat-component-bindings",
"comment": "Bump @internal/chat-stateful-client to v1.3.1",
"commit": "7941e331802089c442e324fbc5de2afa866c0635"
},
{
"author": "beachball",
"package": "@internal/chat-component-bindings",
"comment": "Bump @internal/react-components to v1.3.1",
"commit": "7941e331802089c442e324fbc5de2afa866c0635"
}
]
}
},
{
"date": "Mon, 13 Jun 2022 18:29:31 GMT",
"tag": "@internal/chat-component-bindings_v1.3.0",
Expand Down
13 changes: 12 additions & 1 deletion packages/chat-component-bindings/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
# Change Log - @internal/chat-component-bindings

This log was last generated on Mon, 13 Jun 2022 18:29:31 GMT and should not be manually modified.
This log was last generated on Wed, 10 Aug 2022 18:29:32 GMT and should not be manually modified.

<!-- Start content -->

## [1.3.1](https://github.com/azure/communication-ui-library/tree/@internal/chat-component-bindings_v1.3.1)

Wed, 10 Aug 2022 18:29:32 GMT
[Compare changes](https://github.com/azure/communication-ui-library/compare/@internal/chat-component-bindings_v1.3.0...@internal/chat-component-bindings_v1.3.1)

### Patches

- Bump @internal/acs-ui-common to v1.3.1 ([PR #2026](https://github.com/azure/communication-ui-library/pull/2026) by beachball)
- Bump @internal/chat-stateful-client to v1.3.1 ([PR #2026](https://github.com/azure/communication-ui-library/pull/2026) by beachball)
- Bump @internal/react-components to v1.3.1 ([PR #2026](https://github.com/azure/communication-ui-library/pull/2026) by beachball)

## [1.3.0](https://github.com/azure/communication-ui-library/tree/@internal/chat-component-bindings_v1.3.0)

Mon, 13 Jun 2022 18:29:31 GMT
Expand Down
Loading

0 comments on commit 3f3c98c

Please sign in to comment.