Thomas Kaul
3 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with
5 additions and
9 deletions
-
CHANGELOG.md
-
apps/client/src/main.ts
-
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/), |
|
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
|
|
|
|
|
|
|
## 2.224.1 - 2025-12-20 |
|
|
|
## 2.224.2 - 2025-12-20 |
|
|
|
|
|
|
|
### Added |
|
|
|
|
|
|
|
|
|
|
|
@ -7,7 +7,7 @@ import { |
|
|
|
provideHttpClient, |
|
|
|
withInterceptorsFromDi |
|
|
|
} from '@angular/common/http'; |
|
|
|
import { enableProdMode, importProvidersFrom, LOCALE_ID } from '@angular/core'; |
|
|
|
import { enableProdMode, importProvidersFrom } from '@angular/core'; |
|
|
|
import { |
|
|
|
DateAdapter, |
|
|
|
MAT_DATE_FORMATS, |
|
|
|
@ -88,10 +88,6 @@ import { environment } from './environments/environment'; |
|
|
|
provide: DateAdapter, |
|
|
|
useClass: CustomDateAdapter |
|
|
|
}, |
|
|
|
{ |
|
|
|
provide: LOCALE_ID, |
|
|
|
useValue: $localize.locale |
|
|
|
}, |
|
|
|
{ |
|
|
|
provide: MAT_DATE_FORMATS, |
|
|
|
useValue: DateFormats |
|
|
|
|
|
|
|
@ -1,12 +1,12 @@ |
|
|
|
{ |
|
|
|
"name": "ghostfolio", |
|
|
|
"version": "2.224.1", |
|
|
|
"version": "2.224.2", |
|
|
|
"lockfileVersion": 3, |
|
|
|
"requires": true, |
|
|
|
"packages": { |
|
|
|
"": { |
|
|
|
"name": "ghostfolio", |
|
|
|
"version": "2.224.1", |
|
|
|
"version": "2.224.2", |
|
|
|
"hasInstallScript": true, |
|
|
|
"license": "AGPL-3.0", |
|
|
|
"dependencies": { |
|
|
|
|
|
|
|
@ -1,6 +1,6 @@ |
|
|
|
{ |
|
|
|
"name": "ghostfolio", |
|
|
|
"version": "2.224.1", |
|
|
|
"version": "2.224.2", |
|
|
|
"homepage": "https://ghostfol.io", |
|
|
|
"license": "AGPL-3.0", |
|
|
|
"repository": "https://github.com/ghostfolio/ghostfolio", |
|
|
|
|