Skip to content

Commit

Permalink
Merge pull request #331 from eclipse-tractusx/release/v2.0.0
Browse files Browse the repository at this point in the history
build(2.0.0): bump version and update docs
  • Loading branch information
evegufy committed May 28, 2024
2 parents 066c637 + c02ba01 commit 4e0589d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 31 deletions.
49 changes: 19 additions & 30 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,34 +2,16 @@

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

## 2.0.0-RC3
## 2.0.0

### Change

- updated roles and rights matrix
- added documentation for decline registration
- added documentation for credential request, credential management and credential revocation

### BugFixes

- fixed missing image - added button-activate.png

## 2.0.0-RC2

- reworked year in file header
- updated security assessment
- added Tractus-X logo to portal-assets
#### Assets

## 2.0.0-RC1

### Change

Portal assets:

- moved documentation for button, datepicker and dropdown to storybook into shared components
- moved documentation for button, datepicker and dropdown to storybook into [portal shared components](https://github.com/eclipse-tractusx/portal-shared-components)
- upgraded library versions

Documentation app:
#### Documentation

- updated version upgrade details
- add link to contribution details in CONTRIBUTING.md
Expand All @@ -38,35 +20,42 @@ Documentation app:
- added new GET document certificate endpoints
- add mapping table for BPDM
- updated interface documentation for clearinghouse
- updated security assessment
- added Tractus-X logo to portal-assets
- updated roles and rights matrix
- added documentation for decline registration
- added documentation for credential request, credential management and credential revocation

### BugFixes

Portal assets:
#### Assets

- updated use case and policy intro section content
- updated content for conformity
- improve code quality

Documentation app:
#### Documentation

- fix errors in query for version update to 1.8.0
- fixed errors in query for version upgrading to 1.8.0
- fixed missing image - added button-activate.png

### Technical Support

- added dependabot.yml file
- added dependabot.yml file and introduced grouping of pull request for version updates
- update eclipse dash tool for dependencies scanning
- upgraded GH actions and changed to pinned commit sha
- reworked year in file header

## 1.8.0

### Change

Portal assets:
#### Assets

- added portal registration application images and connected the image store with the registration application repository
- created a new section to display standard library info in osp page

Documentation app:
#### Documentation

- enhanced developer documentation by adding db table details about entity 'Agreements' incl. db schema
- moved developer into docs directory and enable docs app
Expand Down Expand Up @@ -108,12 +97,12 @@ n/a

### BugFixes

Portal assets:
#### Assets

- added standard library template to sections under company roles
- assets/content (companyRole and dataspace): added title and description to the standard library section based on the company role

Documentation app:
#### Documentation

- fixed relative links in documentation app

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.0.0-RC3",
"version": "v2.0.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 4e0589d

Please sign in to comment.