Skip to content

Commit

Permalink
Prepare 0.8.1 release (#184)
Browse files Browse the repository at this point in the history
* Build docs for 0.8.1.

* v0.8.1
  • Loading branch information
squidsoup authored Jul 16, 2020
1 parent 939b0d0 commit b3858c2
Show file tree
Hide file tree
Showing 15 changed files with 25 additions and 192 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
# [Unreleased]

## [0.8.1] - 2020-07-16

### Changed

Transpile both js and ts with @babel/plugin-typescript, but use tsc for generating declarations.

## [0.8.0] - 2020-07-16

Expand Down
28 changes: 14 additions & 14 deletions docs/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"files": {
"main.css": "./static/css/main.36af2298.chunk.css",
"main.js": "./main.35a5a72b089e239c709e.bundle.js",
"main.css.map": "./static/css/main.36af2298.chunk.css.map",
"main.js.map": "./main.35a5a72b089e239c709e.bundle.js.map",
"runtime~main.js": "./runtime~main.35a5a72b089e239c709e.bundle.js",
"runtime~main.js.map": "./runtime~main.35a5a72b089e239c709e.bundle.js.map",
"vendors~main.js": "./vendors~main.35a5a72b089e239c709e.bundle.js",
"vendors~main.js.map": "./vendors~main.35a5a72b089e239c709e.bundle.js.map",
"main.css": "./static/css/main.36b3cc8b.chunk.css",
"main.js": "./main.16d8feb750a02722790a.bundle.js",
"main.css.map": "./static/css/main.36b3cc8b.chunk.css.map",
"main.js.map": "./main.16d8feb750a02722790a.bundle.js.map",
"runtime~main.js": "./runtime~main.16d8feb750a02722790a.bundle.js",
"runtime~main.js.map": "./runtime~main.16d8feb750a02722790a.bundle.js.map",
"vendors~main.js": "./vendors~main.16d8feb750a02722790a.bundle.js",
"vendors~main.js.map": "./vendors~main.16d8feb750a02722790a.bundle.js.map",
"iframe.html": "./iframe.html",
"precache-manifest.5f26fdc8a1fc6a24eced0481ac9c6db3.js": "./precache-manifest.5f26fdc8a1fc6a24eced0481ac9c6db3.js",
"precache-manifest.6d55e040c5510fbc0731d75e2a084b58.js": "./precache-manifest.6d55e040c5510fbc0731d75e2a084b58.js",
"service-worker.js": "./service-worker.js",
"vendors~main.35a5a72b089e239c709e.bundle.js.LICENSE.txt": "./vendors~main.35a5a72b089e239c709e.bundle.js.LICENSE.txt"
"vendors~main.16d8feb750a02722790a.bundle.js.LICENSE.txt": "./vendors~main.16d8feb750a02722790a.bundle.js.LICENSE.txt"
},
"entrypoints": [
"runtime~main.35a5a72b089e239c709e.bundle.js",
"vendors~main.35a5a72b089e239c709e.bundle.js",
"static/css/main.36af2298.chunk.css",
"main.35a5a72b089e239c709e.bundle.js"
"runtime~main.16d8feb750a02722790a.bundle.js",
"vendors~main.16d8feb750a02722790a.bundle.js",
"static/css/main.36b3cc8b.chunk.css",
"main.16d8feb750a02722790a.bundle.js"
]
}
4 changes: 2 additions & 2 deletions docs/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
console.warn('unable to connect to top frame for connecting dev tools');
}</script><link rel="stylesheet" href="https://assets.ubuntu.com/v1/vanilla-framework-version-2.13.0.min.css"><style>.sbdocs.sbdocs-content span.plain-text {
color: white;
}</style><link href="static/css/main.36af2298.chunk.css" rel="stylesheet"><style>#root[hidden],
}</style><link href="static/css/main.36b3cc8b.chunk.css" rel="stylesheet"><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.35a5a72b089e239c709e.bundle.js"></script><script src="vendors~main.35a5a72b089e239c709e.bundle.js"></script><script src="main.35a5a72b089e239c709e.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.16d8feb750a02722790a.bundle.js"></script><script src="vendors~main.16d8feb750a02722790a.bundle.js"></script><script src="main.16d8feb750a02722790a.bundle.js"></script></body></html>
2 changes: 0 additions & 2 deletions docs/main.35a5a72b089e239c709e.bundle.js

This file was deleted.

1 change: 0 additions & 1 deletion docs/main.35a5a72b089e239c709e.bundle.js.map

This file was deleted.

22 changes: 0 additions & 22 deletions docs/precache-manifest.5f26fdc8a1fc6a24eced0481ac9c6db3.js

This file was deleted.

2 changes: 0 additions & 2 deletions docs/runtime~main.35a5a72b089e239c709e.bundle.js

This file was deleted.

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

This file was deleted.

2 changes: 1 addition & 1 deletion docs/service-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
importScripts("https://storage.googleapis.com/workbox-cdn/releases/4.3.1/workbox-sw.js");

importScripts(
"precache-manifest.5f26fdc8a1fc6a24eced0481ac9c6db3.js"
"precache-manifest.6d55e040c5510fbc0731d75e2a084b58.js"
);

self.addEventListener('message', (event) => {
Expand Down
14 changes: 0 additions & 14 deletions docs/static/css/main.36af2298.chunk.css

This file was deleted.

1 change: 0 additions & 1 deletion docs/static/css/main.36af2298.chunk.css.map

This file was deleted.

3 changes: 0 additions & 3 deletions docs/vendors~main.35a5a72b089e239c709e.bundle.js

This file was deleted.

Loading

0 comments on commit b3858c2

Please sign in to comment.