diff --git a/CHANGELOG.md b/CHANGELOG.md index 7088df0a7..c12b09527 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/docs/asset-manifest.json b/docs/asset-manifest.json index e8cf74407..006281c10 100644 --- a/docs/asset-manifest.json +++ b/docs/asset-manifest.json @@ -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" ] } \ No newline at end of file diff --git a/docs/iframe.html b/docs/iframe.html index d0223927e..50924c430 100644 --- a/docs/iframe.html +++ b/docs/iframe.html @@ -70,7 +70,7 @@ console.warn('unable to connect to top frame for connecting dev tools'); }
Sorry, but you either have no stories or none are selected somehow.
If the problem persists, check the browser console, or the terminal you've run Storybook from.