mirror of https://github.com/aotds/aotds-docks.git
3 changed files with 122 additions and 35 deletions
@ -0,0 +1,15 @@
@@ -0,0 +1,15 @@
|
||||
<Meta title="Changelog" component={Changelog} argTypes={{}} /> |
||||
|
||||
<Story name="Primary" args={{}} /> |
||||
|
||||
<Template let:args> |
||||
<div style="width: 50em"> |
||||
<Changelog /> |
||||
</div> |
||||
</Template> |
||||
|
||||
<script> |
||||
import { Meta, Template, Story } from "@storybook/addon-svelte-csf"; |
||||
|
||||
import Changelog from "./Changelog.svelte"; |
||||
</script> |
@ -0,0 +1,38 @@
@@ -0,0 +1,38 @@
|
||||
<h1 id="changelog">Changelog</h1> |
||||
<p> |
||||
All notable changes to this project will be documented in this file. See <a |
||||
href="https://github.com/conventional-changelog/standard-version" |
||||
>standard-version</a |
||||
> for commit guidelines. |
||||
</p> |
||||
<h2 id="230comparev220v23020220417"> |
||||
<a href="///compare/v2.2.0…v2.3.0">2.3.0</a> (2022-04-17) |
||||
</h2> |
||||
<h3 id="features">Features</h3> |
||||
<ul> |
||||
<li> |
||||
<p> |
||||
add 'reset ship' button [GH<a |
||||
href="undefined/undefined/undefined/issues/15">#15</a |
||||
>] 49fc8d5 |
||||
</p> |
||||
</li> |
||||
<li><p>add version to About component 919f286, closes #6</p></li> |
||||
<li><p><strong>release:</strong> 2.3.0 4d10119</p></li> |
||||
</ul> |
||||
<h2 id="220comparev210v22020220411"> |
||||
<a href="///compare/v2.1.0…v2.2.0">2.2.0</a> (2022-04-11) |
||||
</h2> |
||||
<h3 id="features-1">Features</h3> |
||||
<ul> |
||||
<li>allow to edit the print layout 381d497</li> |
||||
</ul> |
||||
<h2 id="210comparev200v21020220407"> |
||||
<a href="///compare/v2.0.0…v2.1.0">2.1.0</a> (2022-04-07) |
||||
</h2> |
||||
<h3 id="features-2">Features</h3> |
||||
<ul> |
||||
<li><p>add localStorage memory bf7206a</p></li> |
||||
<li><p>can move main system comps in the print output b425f4a</p></li> |
||||
<li><p>add standard-version 2fd047f</p></li> |
||||
</ul> |
Loading…
Reference in new issue