Skip to content

Commit

Permalink
chore(release): 1.57.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.57.0](v1.56.0...v1.57.0) (2021-08-27)

### Features

* **MeetingSdkAdapter:** implement switch microphone control in its own file and create the tests ([e1d0de9](e1d0de9))
* **MeetingSdkAdapter:** move proceed without camera control in its own file and create the tests ([857cff2](857cff2))
* **MeetingsSdkAdapter:** add unmuted icon on audio control ([1bfc314](1bfc314))
  • Loading branch information
webex-components-publisher committed Aug 27, 2021
1 parent 1bfc314 commit 13692fb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [1.57.0](https://github.com/webex/sdk-component-adapter/compare/v1.56.0...v1.57.0) (2021-08-27)


### Features

* **MeetingSdkAdapter:** implement switch microphone control in its own file and create the tests ([e1d0de9](https://github.com/webex/sdk-component-adapter/commit/e1d0de986ce34adbb6479a9a764161af5d3e30fa))
* **MeetingSdkAdapter:** move proceed without camera control in its own file and create the tests ([857cff2](https://github.com/webex/sdk-component-adapter/commit/857cff2a90371a5a6fb78ef13a5ac69538b03df0))
* **MeetingsSdkAdapter:** add unmuted icon on audio control ([1bfc314](https://github.com/webex/sdk-component-adapter/commit/1bfc3141881bfda030a15f6757eacee1b65300ae))

# [1.56.0](https://github.com/webex/sdk-component-adapter/compare/v1.55.0...v1.56.0) (2021-08-24)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webex/sdk-component-adapter",
"version": "1.56.0",
"version": "1.57.0",
"main": "dist/webexSDKComponentAdapter.esm.js",
"module": "dist/webexSDKComponentAdapter.esm.js",
"scripts": {
Expand Down

0 comments on commit 13692fb

Please sign in to comment.