Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zaanposni committed Nov 21, 2024
1 parent 445bee3 commit ff1f048
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/psaggregator/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/psaggregator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "psaggregator",
"version": "1.17.0",
"version": "1.17.1",
"scripts": {
"dev": "vite dev",
"build": "vite build",
Expand Down
11 changes: 11 additions & 0 deletions src/psaggregator/src/routes/changelog/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@
</style>

<div class="flex-col p-4">
<h2 class="mb-2 text-2xl font-bold">Version 1.17.1</h2>
<div class="changelog-contents w-full grow overflow-y-auto lg:w-1/2">
<h3 class="mb-2 text-xl font-bold">Überarbeitungen</h3>
<div>
<span>News-Navigation</span>
<span
>Der Threads-Reiter wurde entfernt bis ein Import bereit gestellt werden kann. Die Navigation auf mobilen Endgeräten ist
jetzt größer.</span>
</div>
</div>

<h2 class="mb-2 text-2xl font-bold">Version 1.17.0</h2>
<div class="changelog-contents w-full grow overflow-y-auto lg:w-1/2">
<h3 class="mb-2 text-xl font-bold">Neue Features</h3>
Expand Down

0 comments on commit ff1f048

Please sign in to comment.