From a59f9fa037f514505a6c77b5e65b29b66e66bbd1 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sat, 21 Oct 2023 09:41:07 +0200 Subject: [PATCH] Feature/remove version from client (#2522) * Remove version * Update changelog --- CHANGELOG.md | 1 + apps/client/src/app/app.component.html | 1 - apps/client/src/app/app.component.ts | 2 -- .../app/components/admin-overview/admin-overview.component.ts | 1 - .../app/pages/about/overview/about-overview-page.component.ts | 2 -- .../src/app/pages/about/overview/about-overview-page.html | 3 --- apps/client/src/environments/environment.prod.ts | 3 +-- apps/client/src/environments/environment.ts | 3 +-- 8 files changed, 3 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c0c70bb6..27f5aaedc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Improved the error message in the activities import for `csv` files +- Removed the application version from the client - Allowed to edit today’s historical market data in the asset profile details dialog of the admin control panel ### Fixed diff --git a/apps/client/src/app/app.component.html b/apps/client/src/app/app.component.html index a52261969..e792598a7 100644 --- a/apps/client/src/app/app.component.html +++ b/apps/client/src/app/app.component.html @@ -165,7 +165,6 @@