Skip to content

Commit

Permalink
chore(release): 1.27.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.27.0](v1.26.1...v1.27.0) (2019-12-19)

### Features

* **MeetingJsonAdapter:** implement getStream ([1796006](1796006))
* **RemoteMedia:** implement one ([d867b34](d867b34))
* **UseStream:** implement one ([c2eb1ff](c2eb1ff))
* **LocalMedia:** invoke useStream() ([21a99de](21a99de))
* **MeetingsData:** remove start and end time properties ([bf6ca85](bf6ca85))
* **UseVideo:** remove the hook ([b608790](b608790))
* **hooks:** replace useStream with useVideo ([c63de3b](c63de3b))
  • Loading branch information
webex-components-publisher committed Dec 19, 2019
1 parent bf6ca85 commit d9cfcac
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.27.0](https://github.com/webex/components/compare/v1.26.1...v1.27.0) (2019-12-19)


### Features

* **MeetingJsonAdapter:** implement getStream ([1796006](https://github.com/webex/components/commit/17960063ebba78b0f261a67a58d5791cef2b44fc))
* **RemoteMedia:** implement one ([d867b34](https://github.com/webex/components/commit/d867b34e26f9b7fa607a213b4bd5a80e04430213))
* **UseStream:** implement one ([c2eb1ff](https://github.com/webex/components/commit/c2eb1ff1b6d137b73f7a50070da6385701c8624f))
* **LocalMedia:** invoke useStream() ([21a99de](https://github.com/webex/components/commit/21a99defe163cfed53d59b41110f31835da332ff))
* **MeetingsData:** remove start and end time properties ([bf6ca85](https://github.com/webex/components/commit/bf6ca858a87c2e062d3e50278656a7330c088e92))
* **UseVideo:** remove the hook ([b608790](https://github.com/webex/components/commit/b6087904ef540fad5c2fd085b31cb52097b16374))
* **hooks:** replace useStream with useVideo ([c63de3b](https://github.com/webex/components/commit/c63de3b0c093143c9138c6c39bf18d02ebe1e31c))

## [1.26.1](https://github.com/webex/components/compare/v1.26.0...v1.26.1) (2019-12-17)


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

0 comments on commit d9cfcac

Please sign in to comment.