Skip to content

Commit b83532c

Browse files
authored
Merge pull request eclipse-tractusx#1276 from eclipse-tractusx/release/v2.3.0-RC1
build(2.3.0-rc1): bump version and update docs
2 parents f91bf2e + cf9a7db commit b83532c

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,25 @@
22

33
## Unreleased
44

5+
## 2.3.0-RC1
6+
57
### Change
68

79
- **Onboarding Service Provider**
810
- removed deprecated page onboardingServiceProvider and every related link [#1261](https://github.com/eclipse-tractusx/portal-frontend/pull/1261)
911
- **Application Request**
10-
- align endurl mapping keys with backend for retriggerable processes [#1268](https://github.com/eclipse-tractusx/portal-frontend/pull/1268)
12+
- aligned endurl mapping keys with backend for retriggerable processes [#1268](https://github.com/eclipse-tractusx/portal-frontend/pull/1268)
1113

1214
### Bugfixes
1315

1416
- **Technical User Management**
1517
- fixed usertype column to display data from API [#1253](https://github.com/eclipse-tractusx/portal-frontend/pull/1253)
1618
- **Semantic Hub**
17-
- Fixed semantic hub data on click of filters and on click on refresh icon [#1273](https://github.com/eclipse-tractusx/portal-frontend/pull/1273)
19+
- fixed error on click of filters and on click on refresh icon [#1273](https://github.com/eclipse-tractusx/portal-frontend/pull/1273)
20+
- **Service Management**
21+
- fixed 400 bad request error when clicking 'Load More' button [#1168](https://github.com/eclipse-tractusx/portal-frontend/pull/1168)
22+
- **Service Marketplace**
23+
- fixed displaying of all active available services [#1143](https://github.com/eclipse-tractusx/portal-frontend/issues/1143)
1824

1925
## 2.3.0-alpha.3
2026

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.3.0-alpha.3",
3+
"version": "v2.3.0-RC1",
44
"description": "Catena-X Portal Frontend",
55
"author": "Catena-X Contributors",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)