Skip to content

Commit

Permalink
chore(release): 1.21.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.21.0](v1.20.0...v1.21.0) (2019-11-04)

### Features

* **WebexDataProvider:** add meetings adapter ([0568cb5](0568cb5))
* **data:** add meetings data ([2fb36ac](2fb36ac))
* **adapters:** add MeetingsJSONAdapter to export ([c13694f](c13694f))
* **hooks:** add useMeeting hook ([904bc27](904bc27))
  • Loading branch information
webex-components-publisher committed Nov 4, 2019
1 parent a43b5af commit 62847a8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [1.21.0](https://github.com/webex/components/compare/v1.20.0...v1.21.0) (2019-11-04)


### Features

* **WebexDataProvider:** add meetings adapter ([0568cb5](https://github.com/webex/components/commit/0568cb52d37a4cf9f407edaee046494e413274a2))
* **data:** add meetings data ([2fb36ac](https://github.com/webex/components/commit/2fb36acb0cf66cf814f262209c888ecd0f969bcf))
* **adapters:** add MeetingsJSONAdapter to export ([c13694f](https://github.com/webex/components/commit/c13694fdab7bc13e3e6d799ea514257bfaea3ab4))
* **hooks:** add useMeeting hook ([904bc27](https://github.com/webex/components/commit/904bc27c83ea821677d7bff2d72f33b76b17c596))

# [1.20.0](https://github.com/webex/components/compare/v1.19.2...v1.20.0) (2019-11-01)


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

0 comments on commit 62847a8

Please sign in to comment.