Skip to content

Commit 5c76ece

Browse files
Version 1.3.2
1 parent 8ba826f commit 5c76ece

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.3.2 / 2020-03-01
2+
==================
3+
4+
* Remove docs folder from npm package
5+
16
1.3.1 / 2020-03-01
27
==================
38

docs/iframe.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@
5757
console.warn('unable to connect to parent frame for connecting dev tools');
5858
}</script></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></div></div><div class="sb-errordisplay sb-wrapper"><div id="error-message" class="sb-heading"></div><pre class="sb-errordisplay_code">
5959
<code id="error-stack"></code>
60-
</pre></div><div id="root"></div><script src="runtime~main.53eb4e935b55fc68a17b.bundle.js"></script><script src="vendors~main.53eb4e935b55fc68a17b.bundle.js"></script><script src="main.53eb4e935b55fc68a17b.bundle.js"></script></body></html>
60+
</pre></div><div id="root"></div><script src="runtime~main.2f209e8f40b49da2b0ff.bundle.js"></script><script src="vendors~main.2f209e8f40b49da2b0ff.bundle.js"></script><script src="main.2f209e8f40b49da2b0ff.bundle.js"></script></body></html>

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
}
1212
} catch (e) {
1313
console.warn('unable to connect to parent frame for connecting dev tools');
14-
}</script></head><body><div id="root"></div><script src="./sb_dll/storybook_ui_dll.js"></script><script src="runtime~main.23a842e0cf9f5bd27e60.bundle.js"></script><script src="vendors~main.cf21e66639e7e7094b5b.bundle.js"></script><script src="main.8a2064d11d740364a590.bundle.js"></script></body></html>
14+
}</script></head><body><div id="root"></div><script src="./sb_dll/storybook_ui_dll.js"></script><script src="runtime~main.1b180ba8ccbbd76bb883.bundle.js"></script><script src="vendors~main.1a00f840383cc5dffac4.bundle.js"></script><script src="main.30a05f1d270d3a2ee58a.bundle.js"></script></body></html>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudinary-react",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "Present Cloudinary images and videos using React components",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)