Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
antleblanc committed Oct 23, 2020
2 parents deb6762 + b3a79fc commit ff6d9d3
Show file tree
Hide file tree
Showing 13 changed files with 19 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/iframe.html
Expand Up @@ -71,4 +71,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>window['LOGLEVEL'] = "info";</script><script src="runtime~main.5951b34dce400abf1966.bundle.js"></script><script src="vendors~main.5951b34dce400abf1966.bundle.js"></script><script src="main.5951b34dce400abf1966.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>window['LOGLEVEL'] = "info";</script><script src="runtime~main.61f06b64becad1619157.bundle.js"></script><script src="vendors~main.61f06b64becad1619157.bundle.js"></script><script src="main.61f06b64becad1619157.bundle.js"></script></body></html>
1 change: 0 additions & 1 deletion docs/main.5951b34dce400abf1966.bundle.js.map

This file was deleted.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/main.61f06b64becad1619157.bundle.js.map

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

1 change: 0 additions & 1 deletion docs/runtime~main.5951b34dce400abf1966.bundle.js.map

This file was deleted.

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

1 change: 1 addition & 0 deletions docs/runtime~main.61f06b64becad1619157.bundle.js.map

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

1 change: 0 additions & 1 deletion docs/vendors~main.5951b34dce400abf1966.bundle.js.map

This file was deleted.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/vendors~main.61f06b64becad1619157.bundle.js.map

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

9 changes: 9 additions & 0 deletions packages/libs/ui-kit/CHANGELOG.md
@@ -1,3 +1,12 @@
## [4.4.1](https://github.com/ovh/ovh-ui-kit/compare/v4.4.0...v4.4.1) (2020-10-23)


### Bug Fixes

* **typography:** add default pointer-event property on links ([#700](https://github.com/ovh/ovh-ui-kit/issues/700)) ([deb6762](https://github.com/ovh/ovh-ui-kit/commit/deb676224f84a26950953227301614646dcbf662))



# [4.4.0](https://github.com/ovh/ovh-ui-kit/compare/v4.3.6...v4.4.0) (2020-10-16)


Expand Down
2 changes: 1 addition & 1 deletion packages/libs/ui-kit/package.json
@@ -1,6 +1,6 @@
{
"name": "@ovh-ux/ui-kit",
"version": "4.4.0",
"version": "4.4.1",
"license": "BSD-3-Clause",
"homepage": "https://ovh.github.io/ovh-ui-kit/",
"author": "OVH SAS",
Expand Down

0 comments on commit ff6d9d3

Please sign in to comment.