From 62f147470e58b6ccb69b984feed1a030b19e33c0 Mon Sep 17 00:00:00 2001 From: nidhigarg-bmw <101316912+nidhigarg-bmw@users.noreply.github.com> Date: Thu, 25 Apr 2024 13:46:03 +0530 Subject: [PATCH 1/5] feat(issuer component): connect with new Issuer Component (#735) https://github.com/eclipse-tractusx/portal-frontend/issues/620 --- CHANGELOG.md | 6 ++++++ index.html | 2 +- scripts/inject-dynamic-env.sh | 4 ++-- src/assets/locales/de/main.json | 2 +- src/assets/locales/en/main.json | 2 +- src/features/certification/certificationApiSlice.tsx | 7 +++---- src/features/usecase/usecaseApiSlice.ts | 3 ++- src/services/EnvironmentService.ts | 2 ++ src/utils/rtkUtil.ts | 9 +++++++++ 9 files changed, 27 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa6daf952..3ec923157 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 2.0.0-RC4 + +### Change + +- Connect Credential Management UI with new Issuer Component + ## 2.0.0-RC3 ### Bugfix diff --git a/index.html b/index.html index 01a14b12d..f19af609e 100644 --- a/index.html +++ b/index.html @@ -29,7 +29,7 @@