Thomas Kaul
2 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with
5 additions and
5 deletions
-
CHANGELOG.md
-
apps/client/src/app/pages/blog/2025/11/black-weeks-2025/black-weeks-2025-page.html
-
package-lock.json
-
package.json
|
|
@ -5,7 +5,7 @@ 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/), |
|
|
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). |
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
|
|
|
|
|
|
|
|
## 2.217.0 - 2025-11-15 |
|
|
## 2.217.1 - 2025-11-16 |
|
|
|
|
|
|
|
|
### Added |
|
|
### Added |
|
|
|
|
|
|
|
|
|
|
|
@ -4,7 +4,7 @@ |
|
|
<article> |
|
|
<article> |
|
|
<div class="mb-4 text-center"> |
|
|
<div class="mb-4 text-center"> |
|
|
<h1 class="mb-1">Black Weeks 2025</h1> |
|
|
<h1 class="mb-1">Black Weeks 2025</h1> |
|
|
<div class="mb-3 text-muted"><small>2025-11-15</small></div> |
|
|
<div class="mb-3 text-muted"><small>2025-11-16</small></div> |
|
|
<img |
|
|
<img |
|
|
alt="Black Week 2025 Teaser" |
|
|
alt="Black Week 2025 Teaser" |
|
|
class="rounded w-100" |
|
|
class="rounded w-100" |
|
|
|
|
|
@ -1,12 +1,12 @@ |
|
|
{ |
|
|
{ |
|
|
"name": "ghostfolio", |
|
|
"name": "ghostfolio", |
|
|
"version": "2.217.0", |
|
|
"version": "2.217.1", |
|
|
"lockfileVersion": 3, |
|
|
"lockfileVersion": 3, |
|
|
"requires": true, |
|
|
"requires": true, |
|
|
"packages": { |
|
|
"packages": { |
|
|
"": { |
|
|
"": { |
|
|
"name": "ghostfolio", |
|
|
"name": "ghostfolio", |
|
|
"version": "2.217.0", |
|
|
"version": "2.217.1", |
|
|
"hasInstallScript": true, |
|
|
"hasInstallScript": true, |
|
|
"license": "AGPL-3.0", |
|
|
"license": "AGPL-3.0", |
|
|
"dependencies": { |
|
|
"dependencies": { |
|
|
|
|
|
@ -1,6 +1,6 @@ |
|
|
{ |
|
|
{ |
|
|
"name": "ghostfolio", |
|
|
"name": "ghostfolio", |
|
|
"version": "2.217.0", |
|
|
"version": "2.217.1", |
|
|
"homepage": "https://ghostfol.io", |
|
|
"homepage": "https://ghostfol.io", |
|
|
"license": "AGPL-3.0", |
|
|
"license": "AGPL-3.0", |
|
|
"repository": "https://github.com/ghostfolio/ghostfolio", |
|
|
"repository": "https://github.com/ghostfolio/ghostfolio", |
|
|
|