From 1a904e9e7ff98bf8a0d51f2ee0b9e1cc5291287e Mon Sep 17 00:00:00 2001 From: Evelyn Gurschler Date: Mon, 27 May 2024 17:32:36 +0200 Subject: [PATCH] build(2.0.0): bump version and update docs --- CHANGELOG.md | 32 ++++++++++++++------------------ package.json | 2 +- 2 files changed, 15 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f565efa..cef159fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,29 +1,22 @@ # Changelog -## 2.0.0-RC2 +## 2.0.0 ### Change -- Company Role - - added support for optional terms - -### Technical Support -- reworked year in file header - -## 2.0.0-RC1 - -### Change -- Migrated from Create React App (webpack) to Vite (rollup) - - Switched from deprecated CRA to new framework for build scripts and development server - - Use React 18 instead of 17 - - Upgraded dependencies - Pattern updates - Support special characters in the registration form - Name, street, region, city and postal code - updated company region field to accept hyphens -- upgraded keycloak-js dependency to v23.0.7 -- move config values from code to config (clientID, realm name, etc.) - + +### Feature +- Registration Step "Select Company Role" + - added support for optional and inactive agreements based on received backend response ![Tag](https://img.shields.io/static/v1?label=&message=Pre-Release&color=grey&style=flat) + ### Technical Support +- migrated from Create React App (webpack) to Vite (rollup) + - switched from deprecated CRA to new framework for build scripts and development server + - use React 18 instead of 17 + - upgraded dependencies - set node version explicitly - introduced codeql scan - introduced dependabot.yml @@ -31,7 +24,10 @@ - upgraded gh actions and change to pinned actions full length commit sha - CONTRIBUTING.md: linked to contribution details - renamed docker notice file -* updated eclipse dash tool for dependencies check +- updated eclipse dash tool for dependencies check +- reworked year in file header +- upgraded keycloak-js dependency to v23.0.7 +- move config values from code to config (clientID, realm name, etc.) ## 1.6.0 diff --git a/package.json b/package.json index 9ce3f23c..b396d483 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@catena-x/portal-frontend-registration", - "version": "v2.0.0-RC2", + "version": "v2.0.0", "description": "Catena-X Portal Frontend Registration App", "author": "Catena-X Contributors", "license": "Apache-2.0",