Skip to content

Commit

Permalink
release: update changelog for v1.7.0-RC2 (#335)
Browse files Browse the repository at this point in the history
update changelog for v1.7.0-RC2
bump version for v1.7.0-RC2
  • Loading branch information
Phil91 authored Nov 2, 2023
1 parent 7fa214a commit 4b7cbae
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 10 deletions.
30 changes: 21 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,27 @@
# Changelog

## unreleased
## 1.7.0-RC2

- Service Marketplace
- Changed text for german translation from english to german
- App marketplace
- Fixed UI alignment for the navigation
- App Subscription
- Autosetup Process Worker implementation (adjust overlay)
- Usermanagement
- User Invite IdP connection logic
### Change

- User Management screen for user invite block due to multiple active IdPs got enhanced inside the frontend-business-logic to exclude "MANAGED" idps
- Enhanced /StaticTemplateResponsive/Cards/TextImageCenterAligned.tsx to support multiple images

### Feature

- released prototype (identity provider creation "MANAGED"; register 3rd party company; approve consent osp registration company) onboarding service provider registration flow

### Technical Support

- Code quality & style improvements implemented based on ESLINT rules
- removed extra semicolons to avoid warnings
- no-empty-function
- prefer-optional-chain

### Bugfix

- Partner Network - update search query parameter name to legalName
- Fixed broken KeyValueView/index.tsx for undefined object attributes

## 1.7.0-RC1

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@catena-x/portal-frontend",
"version": "v1.7.0-RC1",
"version": "v1.7.0-RC2",
"description": "Catena-X Portal Frontend",
"author": "Catena-X Contributors",
"license": "Apache-2.0",
Expand Down

0 comments on commit 4b7cbae

Please sign in to comment.