Skip to content

Commit

Permalink
chore(release): 1.97.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.97.1](v1.97.0...v1.97.1) (2021-12-09)

### Bug Fixes

* **MeetingsSdkAdapter:** obtain remote sharing stream for a user who joins after sharing is started ([06d5db5](06d5db5))
  • Loading branch information
webex-components-publisher committed Dec 9, 2021
1 parent 06d5db5 commit 6b3f8d6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.97.1](https://github.com/webex/sdk-component-adapter/compare/v1.97.0...v1.97.1) (2021-12-09)


### Bug Fixes

* **MeetingsSdkAdapter:** obtain remote sharing stream for a user who joins after sharing is started ([06d5db5](https://github.com/webex/sdk-component-adapter/commit/06d5db541f95b68a0f5d83e360c9bf0c892ac2f4))

# [1.97.0](https://github.com/webex/sdk-component-adapter/compare/v1.96.0...v1.97.0) (2021-12-09)


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.97.0",
"version": "1.97.1",
"main": "dist/webexSDKComponentAdapter.esm.js",
"module": "dist/webexSDKComponentAdapter.esm.js",
"scripts": {
Expand Down

0 comments on commit 6b3f8d6

Please sign in to comment.