Skip to content

Commit

Permalink
chore(release): 1.31.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.31.0](v1.30.0...v1.31.0) (2020-01-23)

### Bug Fixes

* **UseStream:** no action needed when the video is unmounted ([ff14955](ff14955))

### Features

* **MeetingJsonAdapter:** add more controls functionalities and display ([f0ec657](f0ec657))
* **UseMeeting:** add OnMeeting method ([f6368e3](f6368e3))
* **MeetingControls:** add parent div to wrap the controls ([cc60179](cc60179))
* **UseMeetingControls:** check for available controls ([c0599d5](c0599d5))
* **Meeting:** implement one ([338b85d](338b85d))
  • Loading branch information
webex-components-publisher committed Jan 23, 2020
1 parent 338b85d commit 9121227
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [1.31.0](https://github.com/webex/components/compare/v1.30.0...v1.31.0) (2020-01-23)


### Bug Fixes

* **UseStream:** no action needed when the video is unmounted ([ff14955](https://github.com/webex/components/commit/ff14955a36341dbb869e1bc9a6ba39c3ac618eef))


### Features

* **MeetingJsonAdapter:** add more controls functionalities and display ([f0ec657](https://github.com/webex/components/commit/f0ec6574e828a6b697efb9132148e7e4f298f510))
* **UseMeeting:** add OnMeeting method ([f6368e3](https://github.com/webex/components/commit/f6368e3c06760a06e76e0bc03036f3327898bfe1))
* **MeetingControls:** add parent div to wrap the controls ([cc60179](https://github.com/webex/components/commit/cc6017968ba81aae12ff10b4c9ca6e282c5c7125))
* **UseMeetingControls:** check for available controls ([c0599d5](https://github.com/webex/components/commit/c0599d5347ad2ea17d9af25155f0664f1f3c560d))
* **Meeting:** implement one ([338b85d](https://github.com/webex/components/commit/338b85dd274de1cbbe80128325d180cd7bed529e))

# [1.30.0](https://github.com/webex/components/compare/v1.29.1...v1.30.0) (2020-01-22)


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/components",
"version": "1.30.0",
"version": "1.31.0",
"main": "dist/webexComponents.cjs.js",
"module": "dist/webexComponents.esm.js",
"scripts": {
Expand Down

0 comments on commit 9121227

Please sign in to comment.