From 14cb41fecfb58082fac4791984d75ea14cb5aa6e Mon Sep 17 00:00:00 2001 From: Evelyn Gurschler Date: Thu, 4 May 2023 14:11:26 +0200 Subject: [PATCH] release: finalize v1.3.0 --- CHANGELOG.md | 63 +++++++++++++--------------------------------------- package.json | 2 +- 2 files changed, 17 insertions(+), 48 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee1454740..07508a2b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,74 +2,43 @@ New features, fixed bugs, known defects and other noteworthy changes to each release of the Catena-X Portal Assets. - -## 1.3.0 RC3 - -### Change -* Role Description Content - * removed markups - * updated translation file (de) -* Use Case Introduction - * exchanged images for the use case introduction page and reduced image size -* Developer Docu - * enhanced connector registration documentation related to daps - * enhanced app release process docu - endpoint request body for change app - -### Feature -n/a - -### Technical Support -n/a - -### Bugfix -n/a - -## 1.3.0 RC2 +## 1.3.0 ### Change * User Docu + * User Management -> technical user -> FAQ updated with details to technical user token creation * App Release Process documentation enhanced (privacy policy function, document handling, improved/enhanced docu in general) * Developer - * App Release Process documentation enhanced (privacy policy function, document handling, improved/enhanced docu in general) + * Release Process documentation enhanced (license checks & publish shared-ui-components to npm) + * Roles & Rights matrix updated (technical user) + * Technical user roles architecture portal, portal db and keycloak connection - visualization image updated + * User Management -> technical user -> FAQ added with details to technical user token creation + * App Release Process enhanced (fetch portal frame documents, verify app details, delete documents, privacy policy function, document handling, endpoint request body for change app,generally improved and enhanced) * Document Service documentation enhanced + * Connector registration documentation related to daps enhanced +* Role Description Content + * Markups removed + * Translation file (de) updated +* Use Case Introduction + * Images for the use case introduction page and reduced image size exchanged ### Feature * Developer Docu * Company Config - Preferred Use Case docu released * User role assignment (apps and portal roles) + * Upgrade documentation added * User Docu * User role assignment - change user roles "how to" released (apps and portal roles) * Service Release Process - released process "how to" -### Technical Support -n/a - -### Bugfix -* User & DevDocu - * Technical User Profile Matrix corrected (permission assignment overview) - -## 1.3.0 RC1 - -### Change -* User Docu - * user management -> technical user -> FAQ updated with details to technical user token creation -* Developer - * release process documentation enhanced (license checks & publish shared-ui-components to npm) - * roles & rights matrix updated (technical user) - * technical user roles architecture portal, portal db and keycloak connection - visualization image updated - * user management -> technical user -> FAQ added with details to technical user token creation - * app release process enhanced (fetch portal frame documents, verify app details, delete documents) - -### Feature -n/a - ### Technical Support * added temp fix for CVE-2023-0464 * added build workflow for v1.3.0 release candidate phase * updated actions workflows ### Bugfix -n/a +* User & DevDocu + * Technical User Profile Matrix corrected (permission assignment overview) ## 1.2.0 diff --git a/package.json b/package.json index c3335957e..65a1287fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cx-portal-assets", - "version": "v1.3.0-RC3", + "version": "v1.3.0", "description": "Shared frontend content and static assets for the Catena-X Portal", "main": "index.js", "repository": "git@github.com:eclipse-tractusx/portal-assets.git",