Skip to content

Commit fafbeaf

Browse files
build(2.5.0-RC2): bump version and update docs (#1620)
#1620 --------- Co-authored-by: Saad Rafiq <[email protected]>
1 parent ef827f7 commit fafbeaf

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 2.5.0-RC1
3+
## 2.5.0-RC2
44

55
### Feature
66

@@ -17,12 +17,26 @@
1717

1818
- **Company Subscription**:
1919
- fixed back button on details page returns on wrong tab [#1532](https://github.com/eclipse-tractusx/portal-frontend/pull/1532)
20+
- center aligned row cells with multi-browser friendly logic [1611](https://github.com/eclipse-tractusx/portal-frontend/pull/1611)
2021
- **Notifications**:
2122
- fixed notification to display as text and technical user creation title [#1535](https://github.com/eclipse-tractusx/portal-frontend/pull/1535)
2223
- **User Management**:
2324
- fixed app roles display and text to accurate description in user list table in app user management [#1546](https://github.com/eclipse-tractusx/portal-frontend/pull/1546)
2425
- **App/Service Release Process**:
2526
- added missing translation for consent and terms step [#1557](https://github.com/eclipse-tractusx/portal-frontend/pull/1557)
27+
- fixed user roles CSV template and read logic [#1584](https://github.com/eclipse-tractusx/portal-frontend/pull/1584)
28+
- **App & Service Admin Detail**
29+
- added missing user technical profiles on admin detail board [1615](https://github.com/eclipse-tractusx/portal-frontend/pull/1615)
30+
- **User Management | App Access Management**:
31+
- updated logic for persist user selection on navigating back from role selection [#1603](https://github.com/eclipse-tractusx/portal-frontend/pull/1603)
32+
- **Connector Registration**:
33+
- updated technical user list for new connector fetch request [1612](https://github.com/eclipse-tractusx/portal-frontend/pull/1612)
34+
- **Technical User**:
35+
- updated CSS for technical user table to span to full available width [1602](https://github.com/eclipse-tractusx/portal-frontend/pull/1602)
36+
- **IDP Management**
37+
- fixed disabled save metadata button [1604](https://github.com/eclipse-tractusx/portal-frontend/pull/1604)
38+
- **Service Marketplace**
39+
- replaced hardcoded images in service marketplace and detail [#1195](https://github.com/eclipse-tractusx/portal-frontend/issues/1195)
2640

2741
### Technical Support
2842

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@catena-x/portal-frontend",
3-
"version": "v2.5.0-RC1",
3+
"version": "v2.5.0-RC2",
44
"description": "Catena-X Portal Frontend",
55
"author": "Catena-X Contributors",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)