From c380d03a2408cff907fb3578e84c21f45fa816ac Mon Sep 17 00:00:00 2001 From: Evelyn Gurschler Date: Fri, 12 Jul 2024 21:01:22 +0200 Subject: [PATCH 1/2] docs(2.0.1-rc1): update changelog --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cef159fe..2d34aaab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## 2.0.1-RC1 + +### Change + +- improved white space handling in company data [#210](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/210) +- updated identifier error messages [#210](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/210) + +### Technical Support + +- dev-flow: maintain latest changes in main branch [#198](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/198) +- TRG-7: update licensing and legal docs [#197](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/197) +- add full dockerfile containing yarn step [#187](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/187) +- upgrade GitHub actions [#213](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/213) + +### Bugfix + +- updated the roles state when user navigates between the steps [#215](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/215) +- pattern validation: prevented wrong white spaces in company data [#196](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/196) +- consent osp: fixed redirect to portal page instead of overlay [#209](https://github.com/eclipse-tractusx/portal-frontend-registration/pull/209) + ## 2.0.0 From 9e81c3dedf65fb995569cf12ea93669154d348b0 Mon Sep 17 00:00:00 2001 From: Evelyn Gurschler Date: Fri, 12 Jul 2024 21:02:02 +0200 Subject: [PATCH 2/2] build(2.0.1-rc1): bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b396d483..404af2cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@catena-x/portal-frontend-registration", - "version": "v2.0.0", + "version": "v2.0.1-RC1", "description": "Catena-X Portal Frontend Registration App", "author": "Catena-X Contributors", "license": "Apache-2.0",