Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zaanposni committed Nov 30, 2024
1 parent 64dc30d commit 45926d6
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 13 deletions.
23 changes: 11 additions & 12 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.18.0",
"version": "1.19.0",
"scripts": {
"dev": "vite dev",
"build": "vite build",
Expand Down
9 changes: 9 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,15 @@
</style>

<div class="flex-col p-4">
<h2 class="mb-2 text-2xl font-bold">Version 1.19.0</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>Verbesserte Ladezeiten</span>
<span>Weitere Optimierungen wurden vorgenommen, um die Ladezeiten zu verbessern. </span>
</div>
</div>

<h2 class="mb-2 text-2xl font-bold">Version 1.18.0</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>
Expand Down

0 comments on commit 45926d6

Please sign in to comment.