Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(2.1.0): bump version and update docs #375

Merged
merged 1 commit into from
Jul 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 12 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@

New features, fixed bugs, known defects and other noteworthy changes to each release of the Catena-X Portal Assets.

## 2.1.0-RC1
## 2.1.0

### Change

#### Documentation

- removed image reference to stage-header-background since it is no longer used in portal repo [#340](https://github.com/eclipse-tractusx/portal-assets/pull/340)
- updated supported technical user role(s) [#332](https://github.com/eclipse-tractusx/portal-assets/pull/332)
- updated decline application [#341](https://github.com/eclipse-tractusx/portal-assets/pull/341)
- changed licensing and legal docs [#343](https://github.com/eclipse-tractusx/portal-assets/pull/343)
Expand All @@ -16,23 +19,26 @@ New features, fixed bugs, known defects and other noteworthy changes to each rel
- added and enhanced credential management documentation [#360](https://github.com/eclipse-tractusx/portal-assets/pull/360)
- added documentation for initial wallet setup [#369](https://github.com/eclipse-tractusx/portal-assets/pull/369)
- added documentation for processes worker [#368](https://github.com/eclipse-tractusx/portal-assets/pull/368)

#### Documentation

- removed image reference to stage-header-background since it is no longer used in portal repo [#340](https://github.com/eclipse-tractusx/portal-assets/pull/340)
- added process picture for registration approval process [#349](https://github.com/eclipse-tractusx/portal-assets/pull/349)
- updated roles and rights [#373](https://github.com/eclipse-tractusx/portal-assets/pull/373)

### Technical Support

- upgraded dependencies [#365](https://github.com/eclipse-tractusx/portal-assets/pull/365), [#328](https://github.com/eclipse-tractusx/portal-assets/pull/328), [#329](https://github.com/eclipse-tractusx/portal-assets/pull/329),[#366](https://github.com/eclipse-tractusx/portal-assets/pull/366), [#367](https://github.com/eclipse-tractusx/portal-assets/pull/367)
- improved pre commit checks [#338](https://github.com/eclipse-tractusx/portal-assets/pull/338)
- maintain latest changes in main branch [#344](https://github.com/eclipse-tractusx/portal-assets/pull/344)
- enabled maintenance of latest changes in main branch [#344](https://github.com/eclipse-tractusx/portal-assets/pull/344)

### BugFixes

#### Documentation

- fixed image path [#342](https://github.com/eclipse-tractusx/portal-assets/pull/342)
- fixed broken link [#359](https://github.com/eclipse-tractusx/portal-assets/pull/359)
- removed outdated client and service account information [#372](https://github.com/eclipse-tractusx/portal-assets/pull/372)

### Known Knowns

- Documentation for Offer Autosetup is out of date [#374](https://github.com/eclipse-tractusx/portal-assets/issues/374)

## 2.0.0

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": "cx-portal-assets",
"version": "v2.1.0-RC1",
"version": "v2.1.0",
"description": "Shared frontend content and static assets for the Catena-X Portal",
"main": "index.js",
"repository": "[email protected]:eclipse-tractusx/portal-assets.git",
Expand Down