From 77fdcc9384d7d58652b30048c0ab27df89e548ea Mon Sep 17 00:00:00 2001 From: Thomas <4159106+dtslvr@users.noreply.github.com> Date: Fri, 7 Apr 2023 16:33:35 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e45ed2fe..d31029d60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Improved the content of the pricing page - Changed the `auth` endpoint of the login with _Security Token_ from `GET` to `POST` - Changed the `auth` endpoint of the _Internet Identity_ login provider from `GET` to `POST` +- Migrated the style of the `libs` components to `@angular/material` `15` (mdc) + - `ActivitiesFilterComponent` + - `ActivitiesTableComponent` + - `BenchmarkComponent` + - `HoldingsTableComponent` - Upgraded `angular` from version `15.1.5` to `15.2.5` - Upgraded `Nx` from version `15.7.2` to `15.9.2`