Skip to content

Commit

Permalink
chore(release): 1.37.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.37.0](v1.36.2...v1.37.0) (2020-03-16)

### Features

* **RemoteMedia:** add loading media state ([a907915](a907915))
  • Loading branch information
webex-components-publisher committed Mar 16, 2020
1 parent a907915 commit 853938d
Show file tree
Hide file tree
Showing 12 changed files with 110 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.37.0](https://github.com/webex/components/compare/v1.36.2...v1.37.0) (2020-03-16)


### Features

* **RemoteMedia:** add loading media state ([a907915](https://github.com/webex/components/commit/a90791592146b61f2f1d4eac3620954d717af37e))

## [1.36.2](https://github.com/webex/components/compare/v1.36.1...v1.36.2) (2020-03-02)


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.2fcb746488c60e18c6dc.bundle.js"></script><script src="vendors~main.2fcb746488c60e18c6dc.bundle.js"></script><script src="main.2fcb746488c60e18c6dc.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.26cd206655dc88d8a538.bundle.js"></script><script src="vendors~main.26cd206655dc88d8a538.bundle.js"></script><script src="main.26cd206655dc88d8a538.bundle.js"></script></body></html>
2 changes: 2 additions & 0 deletions docs/storybook/main.26cd206655dc88d8a538.bundle.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/storybook/main.26cd206655dc88d8a538.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.26cd206655dc88d8a538.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.

1 change: 1 addition & 0 deletions docs/storybook/sb_dll/storybook_ui-manifest.json

Large diffs are not rendered by default.

91 changes: 91 additions & 0 deletions docs/storybook/vendors~main.26cd206655dc88d8a538.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 docs/storybook/vendors~main.9addfea306a1b2965ec1.bundle.js

Large diffs are not rendered by default.

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

0 comments on commit 853938d

Please sign in to comment.