From 078b2327c5bb5c09dfb36ea40ece0ba86cb2883e Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sat, 20 Dec 2025 17:39:12 +0100 Subject: [PATCH] Release 2.224.2 (#6086) --- CHANGELOG.md | 2 +- apps/client/src/main.ts | 6 +----- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 5 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 425a7c144..0bdfb7eb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/apps/client/src/main.ts b/apps/client/src/main.ts index 9717ac7ab..d562fc439 100644 --- a/apps/client/src/main.ts +++ b/apps/client/src/main.ts @@ -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 diff --git a/package-lock.json b/package-lock.json index 9229c9317..986815b83 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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": { diff --git a/package.json b/package.json index e22c6199d..1ddb69001 100644 --- a/package.json +++ b/package.json @@ -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",