Skip to content

Commit

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

### Features

* **constants:** add prefix constant ([9cc434d](9cc434d))
* **styles:** add prefix variable ([e61ec05](e61ec05))
* **WebexActivity:** use class prefix ([7f8f920](7f8f920))
* **WebexActivityStream:** use class prefix ([44a5364](44a5364))
* **WebexInMeeting:** use class prefix ([55dbec7](55dbec7))
* **WebexInterstitialMeeting:** use class prefix ([a539699](a539699))
* **WebexLocalMedia:** use class prefix ([fe6547e](fe6547e))
* **WebexMeeting:** use class prefix ([210cae8](210cae8))
* **WebexMeetingInfo:** use class prefix ([6e70df5](6e70df5))
* **WebexRemoteMedia:** use class prefix ([46f585f](46f585f))
  • Loading branch information
webex-components-publisher committed Mar 18, 2020
1 parent 46f585f commit 86ad7a4
Show file tree
Hide file tree
Showing 10 changed files with 117 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [1.38.0](https://github.com/webex/components/compare/v1.37.0...v1.38.0) (2020-03-18)


### Features

* **constants:** add prefix constant ([9cc434d](https://github.com/webex/components/commit/9cc434d761ee6d3cd00e8630acd0d72d14630ca9))
* **styles:** add prefix variable ([e61ec05](https://github.com/webex/components/commit/e61ec050e3448d0a2d8415d7ff23bfbac1839a26))
* **WebexActivity:** use class prefix ([7f8f920](https://github.com/webex/components/commit/7f8f9207c0d78842b5c7a5f4d82473c68e39d7a2))
* **WebexActivityStream:** use class prefix ([44a5364](https://github.com/webex/components/commit/44a5364ec9e824d46acba066c2ac0d742a5357a5))
* **WebexInMeeting:** use class prefix ([55dbec7](https://github.com/webex/components/commit/55dbec75ff78a9b313ff997a3bb142331a3f4e42))
* **WebexInterstitialMeeting:** use class prefix ([a539699](https://github.com/webex/components/commit/a539699759af70929e0b92fbda7e45273fd1bf30))
* **WebexLocalMedia:** use class prefix ([fe6547e](https://github.com/webex/components/commit/fe6547e132387df162efa863fa3845cc529452c8))
* **WebexMeeting:** use class prefix ([210cae8](https://github.com/webex/components/commit/210cae8b38b7f759efa275a7f8737d1ff6a569bb))
* **WebexMeetingInfo:** use class prefix ([6e70df5](https://github.com/webex/components/commit/6e70df58221c9c4d721fd4adc1b3b568e8765a72))
* **WebexRemoteMedia:** use class prefix ([46f585f](https://github.com/webex/components/commit/46f585fa502ed436399ec391e5ec006e954ae190))

# [1.37.0](https://github.com/webex/components/compare/v1.36.2...v1.37.0) (2020-03-16)


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

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/storybook/main.debc774e612136b8ca2b.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.debc774e612136b8ca2b.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.debc774e612136b8ca2b.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.37.0",
"version": "1.38.0",
"main": "dist/webexComponents.esm.js",
"module": "dist/webexComponents.esm.js",
"scripts": {
Expand Down

0 comments on commit 86ad7a4

Please sign in to comment.