Skip to content

Commit 5f99546

Browse files
committed
v0.1.0
1 parent 33aa595 commit 5f99546

File tree

6 files changed

+78
-367
lines changed

6 files changed

+78
-367
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ repos:
4848
# MD033: no inline HTML
4949
# MD041: first line in a file should be a top-level heading
5050
args: [--disable, MD013, MD033, MD041, '--']
51+
exclude: changelog\.md$
5152

5253
- repo: https://github.com/pre-commit/mirrors-eslint
5354
rev: v9.28.0

changelog.md

Lines changed: 75 additions & 348 deletions
Large diffs are not rendered by default.

deno.jsonc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"test:install": "npx playwright install chromium",
1111
"lint": "deno lint",
1212
"fmt": "deno fmt",
13-
"package": "svelte-package"
13+
"package": "svelte-package",
14+
"changelog": "deno run -A https://github.com/janosh/workflows/raw/refs/heads/main/scripts/make-release-notes.ts"
1415
},
1516
"lock": false,
1617
"imports": {

src/routes/+error.svelte

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,4 @@
4343
margin: auto;
4444
text-align: center;
4545
}
46-
p img {
47-
vertical-align: middle;
48-
margin: 0 1pt 0 3pt;
49-
}
5046
</style>

src/routes/changelog/+page.svelte

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

src/site/Footer.svelte

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@
1212
<Icon icon="HandsClapping" /> Acknowledgements
1313
</a>
1414
<strong>&ensp;&bull;&ensp;</strong>
15-
<a href="/changelog">
16-
<Icon icon="Changelog" /> Changelog
17-
</a>
18-
<strong>&ensp;&bull;&ensp;</strong>
1915
<a href="/contributing">
2016
<Icon icon="RepoFork" /> Contributing
2117
</a>

0 commit comments

Comments
 (0)