From f77e0f17e7bc1ee6b1c2bcecf48d51e41f0ae402 Mon Sep 17 00:00:00 2001 From: David Requeno Date: Thu, 11 Sep 2025 19:36:55 -0600 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2eb713711..77e9e4233 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,14 +5,30 @@ 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). -## Unreleased +## 2.198.0 - 2025-09-11 ### Changed -- Migrated to Prisma Configuration File (`prisma.config.ts`) to prepare for Prisma 7 +- Migrated to Prisma Configuration File `prisma.config.ts` +- Extended the variations of the interstitials for the subscription +- Renamed the job identifier column in the jobs queue view of the admin control panel +- Refactored the markets page to standalone +- Refactored the fear and greed index component to standalone - Refactored the header component to standalone +- Refactored the investment chart component to standalone - Refactored the rule component to standalone - Refactored the rules component to standalone +- Refactored the subscription interstitial dialog component to standalone +- Removed the `IonIcon` import from the landing page +- Improved the language localization for German (`de`) +- Upgraded `angular` from version `20.1.3` to `20.2.4` +- Upgraded `eslint` dependencies +- Upgraded `Nx` from version `21.3.9` to `21.5.1` +- Upgraded `storybook` from version `9.0.17` to `9.1.5` + +### Fixed + +- Fixed the holdings table on the public page ## 2.197.0 - 2025-09-07 @@ -20,7 +36,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Enabled automatic data gathering for custom currencies added via the currency management in the admin control panel - Added a _Storybook_ story for the world map chart component -- Migrated to Prisma Configuration File (`prisma.config.ts`) to prepare for Prisma 7 ### Changed