Skip to content

Commit 8d0adbd

Browse files
build(2.6.0): bump version and update docs (#1661)
1 parent 5f91c2b commit 8d0adbd

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

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

3-
## 2.6.0-RC1
3+
## 2.6.0
44

55
### Feature
66

@@ -15,12 +15,20 @@
1515
- Redirect companies already fully onboarded back to portal home page [#1608](https://github.com/eclipse-tractusx/portal-backend/issues/1608)
1616
- **App Access Management**
1717
- fixed logic for user remains checked on navigating back from role selection [#1605](https://github.com/eclipse-tractusx/portal-frontend/pull/1605)
18+
- **IDP form**
19+
- removed input validation on overlay open [#1627](https://github.com/eclipse-tractusx/portal-frontend/pull/1627)
20+
- **Service registration**:
21+
- service release path api typo [#1651](https://github.com/eclipse-tractusx/portal-frontend/pull/1651)
1822

1923
### Technical Support
2024

2125
- **Dependencies**
2226
- updated app dependencies [#1626](https://github.com/eclipse-tractusx/portal-frontend/pull/1626), [#1631](https://github.com/eclipse-tractusx/portal-frontend/pull/1631), [#1633](https://github.com/eclipse-tractusx/portal-frontend/pull/1633)
2327

28+
### Known Knowns
29+
30+
- Please refer to the [list of open bugs](https://github.com/eclipse-tractusx/portal-frontend/issues?q=is%3Aopen+is%3Aissue+label%3Abug)
31+
2432
## 2.5.0
2533

2634
### Feature

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

0 commit comments

Comments
 (0)