Skip to content

Commit

Permalink
build(2.1.0): bump version and update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
evegufy committed Jul 30, 2024
1 parent a8dc306 commit 1168c25
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
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": "git@github.com:eclipse-tractusx/portal-assets.git",
Expand Down

0 comments on commit 1168c25

Please sign in to comment.