Skip to content

Commit 4d49168

Browse files
authored
Merge pull request #22 from huwshimi/prepare-0.2.1-release
Prepare 0.2.1 release.
2 parents 9f61093 + bc6d977 commit 4d49168

21 files changed

+154
-148
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
### Changed
1313

14-
- Correctly pass click events to buttons.
15-
1614
### Removed
1715

18-
## [0.2.0] - 2019-11-03
16+
## [0.2.1] - 2019-11-07
17+
18+
### Changed
19+
20+
- Correctly pass click events to buttons.
21+
22+
## [0.2.0] - 2019-11-06
1923

2024
### Added
2125

docs/asset-manifest.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
22
"files": {
33
"main.css": "/react-components/main.css",
4-
"main.js": "/react-components/main.66c3332c0c859ecd04c7.bundle.js",
4+
"main.js": "/react-components/main.47b6989d9266e4aa6407.bundle.js",
55
"main.css.map": "/react-components/main.css.map",
6-
"main.js.map": "/react-components/main.66c3332c0c859ecd04c7.bundle.js.map",
7-
"runtime~main.js": "/react-components/runtime~main.66c3332c0c859ecd04c7.bundle.js",
8-
"runtime~main.js.map": "/react-components/runtime~main.66c3332c0c859ecd04c7.bundle.js.map",
9-
"vendors~main.js": "/react-components/vendors~main.66c3332c0c859ecd04c7.bundle.js",
10-
"vendors~main.js.map": "/react-components/vendors~main.66c3332c0c859ecd04c7.bundle.js.map",
6+
"main.js.map": "/react-components/main.47b6989d9266e4aa6407.bundle.js.map",
7+
"runtime~main.js": "/react-components/runtime~main.47b6989d9266e4aa6407.bundle.js",
8+
"runtime~main.js.map": "/react-components/runtime~main.47b6989d9266e4aa6407.bundle.js.map",
9+
"vendors~main.js": "/react-components/vendors~main.47b6989d9266e4aa6407.bundle.js",
10+
"vendors~main.js.map": "/react-components/vendors~main.47b6989d9266e4aa6407.bundle.js.map",
1111
"iframe.html": "/react-components/iframe.html",
12-
"precache-manifest.05bdae89f5e4d2eb22aa6f695e0b6e9e.js": "/react-components/precache-manifest.05bdae89f5e4d2eb22aa6f695e0b6e9e.js",
12+
"precache-manifest.1bf9b85ff1c1240dad292fc94a602b7b.js": "/react-components/precache-manifest.1bf9b85ff1c1240dad292fc94a602b7b.js",
1313
"service-worker.js": "/react-components/service-worker.js"
1414
},
1515
"entrypoints": [
16-
"runtime~main.66c3332c0c859ecd04c7.bundle.js",
17-
"vendors~main.66c3332c0c859ecd04c7.bundle.js",
16+
"runtime~main.47b6989d9266e4aa6407.bundle.js",
17+
"vendors~main.47b6989d9266e4aa6407.bundle.js",
1818
"main.css",
19-
"main.66c3332c0c859ecd04c7.bundle.js"
19+
"main.47b6989d9266e4aa6407.bundle.js"
2020
]
2121
}

docs/iframe.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,9 @@
6767
} catch (e) {
6868
// eslint-disable-next-line no-console
6969
console.warn('unable to connect to parent frame for connecting dev tools');
70-
}</script><link rel="stylesheet" href="https://assets.ubuntu.com/v1/vanilla-framework-version-2.4.1.min.css"><link href="main.css" rel="stylesheet"><style>#root[hidden],
70+
}</script><link rel="stylesheet" href="https://assets.ubuntu.com/v1/vanilla-framework-version-2.4.1.min.css"><style>.sbdocs.sbdocs-content span.plain-text {
71+
color: white;
72+
}</style><link href="main.css" rel="stylesheet"><style>#root[hidden],
7173
#docs-root[hidden] {
7274
display: none !important;
73-
}</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.66c3332c0c859ecd04c7.bundle.js"></script><script src="vendors~main.66c3332c0c859ecd04c7.bundle.js"></script><script src="main.66c3332c0c859ecd04c7.bundle.js"></script></body></html>
75+
}</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.47b6989d9266e4aa6407.bundle.js"></script><script src="vendors~main.47b6989d9266e4aa6407.bundle.js"></script><script src="main.47b6989d9266e4aa6407.bundle.js"></script></body></html>

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
}</script><style>#root[hidden],
1818
#docs-root[hidden] {
1919
display: none !important;
20-
}</style></head><body><div id="root"></div><div id="docs-root"></div><script>window['DOCS_MODE'] = false;</script><script src="runtime~main.4d6118575687c0a0f1fb.bundle.js"></script><script src="vendors~main.4705246f56aa4c3a9add.bundle.js"></script><script src="main.477249326e3c0b9ca72c.bundle.js"></script></body></html>
20+
}</style></head><body><div id="root"></div><div id="docs-root"></div><script>window['DOCS_MODE'] = false;</script><script src="runtime~main.4d6118575687c0a0f1fb.bundle.js"></script><script src="vendors~main.5b16062480b32dd77179.bundle.js"></script><script src="main.a66ef48c57f256c76acd.bundle.js"></script></body></html>

docs/main.477249326e3c0b9ca72c.bundle.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/main.47b6989d9266e4aa6407.bundle.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/main.47b6989d9266e4aa6407.bundle.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/main.66c3332c0c859ecd04c7.bundle.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/main.66c3332c0c859ecd04c7.bundle.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/main.a66ef48c57f256c76acd.bundle.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)