Skip to content

Commit

Permalink
chore(release): 1.40.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.40.0](v1.39.0...v1.40.0) (2020-03-20)

### Bug Fixes

* **WebexInMeeting:** use local component styles for layout ([8f085c2](8f085c2))
* **WebexInterstitialMeeting:** use local component styles for layout ([b6d3b1a](b6d3b1a))
* **WebexMeeting:** use local component styles for layout ([64067f5](64067f5))

### Features

* **WebexLocalMedia:** add className prop ([08ca8ec](08ca8ec))
* **WebexMeetingInfo:** add className prop ([26bf668](26bf668))
* **WebexRemoteMedia:** add className prop ([e7e8081](e7e8081))
* **WebexMeetingControls:** add layout styling ([a26c7ea](a26c7ea))
  • Loading branch information
webex-components-publisher committed Mar 20, 2020
1 parent e7e8081 commit cd78796
Show file tree
Hide file tree
Showing 10 changed files with 118 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [1.40.0](https://github.com/webex/components/compare/v1.39.0...v1.40.0) (2020-03-20)


### Bug Fixes

* **WebexInMeeting:** use local component styles for layout ([8f085c2](https://github.com/webex/components/commit/8f085c221890e3cd105a49e7bb7a9edcd9a944eb))
* **WebexInterstitialMeeting:** use local component styles for layout ([b6d3b1a](https://github.com/webex/components/commit/b6d3b1af41ddfcb7d4cb7e5c3b84050a6ce89c99))
* **WebexMeeting:** use local component styles for layout ([64067f5](https://github.com/webex/components/commit/64067f548af81f4b6a0a3babd2353d3512cfcc9f))


### Features

* **WebexLocalMedia:** add className prop ([08ca8ec](https://github.com/webex/components/commit/08ca8ecd527cf74b20753e9dcd3ece5092ade77a))
* **WebexMeetingInfo:** add className prop ([26bf668](https://github.com/webex/components/commit/26bf66844c6492da0298db72a131a1f4fb70db5e))
* **WebexRemoteMedia:** add className prop ([e7e8081](https://github.com/webex/components/commit/e7e80810787a8be6ca3909c6defb06b5b4eba402))
* **WebexMeetingControls:** add layout styling ([a26c7ea](https://github.com/webex/components/commit/a26c7ea42199f0825831a3669bf832a2d9b8bb03))

# [1.39.0](https://github.com/webex/components/compare/v1.38.0...v1.39.0) (2020-03-19)


Expand Down
2 changes: 1 addition & 1 deletion docs/storybook/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@
}</script><style>#root[hidden],
#docs-root[hidden] {
display: none !important;
}</style></head><body><div class="sb-nopreview sb-wrapper"><div class="sb-nopreview_main"><h1 class="sb-nopreview_heading sb-heading">No Preview</h1><p>Sorry, but you either have no stories or none are selected somehow.</p><ul><li>Please check the Storybook config.</li><li>Try reloading the page.</li></ul><p>If the problem persists, check the browser console, or the terminal you've run Storybook from.</p></div></div><div class="sb-errordisplay sb-wrapper"><pre id="error-message" class="sb-heading"></pre><pre class="sb-errordisplay_code"><code id="error-stack"></code></pre></div><div id="root"></div><div id="docs-root"></div><script src="runtime~main.b0095b2d3ac6444cc8f0.bundle.js"></script><script src="vendors~main.b0095b2d3ac6444cc8f0.bundle.js"></script><script src="main.b0095b2d3ac6444cc8f0.bundle.js"></script></body></html>
}</style></head><body><div class="sb-nopreview sb-wrapper"><div class="sb-nopreview_main"><h1 class="sb-nopreview_heading sb-heading">No Preview</h1><p>Sorry, but you either have no stories or none are selected somehow.</p><ul><li>Please check the Storybook config.</li><li>Try reloading the page.</li></ul><p>If the problem persists, check the browser console, or the terminal you've run Storybook from.</p></div></div><div class="sb-errordisplay sb-wrapper"><pre id="error-message" class="sb-heading"></pre><pre class="sb-errordisplay_code"><code id="error-stack"></code></pre></div><div id="root"></div><div id="docs-root"></div><script src="runtime~main.087496dd867c54a9c0d2.bundle.js"></script><script src="vendors~main.087496dd867c54a9c0d2.bundle.js"></script><script src="main.087496dd867c54a9c0d2.bundle.js"></script></body></html>
2 changes: 2 additions & 0 deletions docs/storybook/main.087496dd867c54a9c0d2.bundle.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/storybook/main.087496dd867c54a9c0d2.bundle.js.map

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

2 changes: 2 additions & 0 deletions docs/storybook/runtime~main.087496dd867c54a9c0d2.bundle.js

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

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

91 changes: 91 additions & 0 deletions docs/storybook/vendors~main.087496dd867c54a9c0d2.bundle.js

Large diffs are not rendered by default.

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

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

0 comments on commit cd78796

Please sign in to comment.