Skip to content

Commit c02ba01

Browse files
committed
build(2.0.0): bump version and update docs
1 parent 3dbccb1 commit c02ba01

File tree

2 files changed

+20
-31
lines changed

2 files changed

+20
-31
lines changed

CHANGELOG.md

+19-30
Original file line numberDiff line numberDiff line change
@@ -2,34 +2,16 @@
22

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

5-
## 2.0.0-RC3
5+
## 2.0.0
66

77
### Change
88

9-
- updated roles and rights matrix
10-
- added documentation for decline registration
11-
- added documentation for credential request, credential management and credential revocation
12-
13-
### BugFixes
14-
15-
- fixed missing image - added button-activate.png
16-
17-
## 2.0.0-RC2
18-
19-
- reworked year in file header
20-
- updated security assessment
21-
- added Tractus-X logo to portal-assets
9+
#### Assets
2210

23-
## 2.0.0-RC1
24-
25-
### Change
26-
27-
Portal assets:
28-
29-
- moved documentation for button, datepicker and dropdown to storybook into shared components
11+
- moved documentation for button, datepicker and dropdown to storybook into [portal shared components](https://github.com/eclipse-tractusx/portal-shared-components)
3012
- upgraded library versions
3113

32-
Documentation app:
14+
#### Documentation
3315

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

4229
### BugFixes
4330

44-
Portal assets:
31+
#### Assets
4532

4633
- updated use case and policy intro section content
4734
- updated content for conformity
4835
- improve code quality
4936

50-
Documentation app:
37+
#### Documentation
5138

52-
- fix errors in query for version update to 1.8.0
39+
- fixed errors in query for version upgrading to 1.8.0
40+
- fixed missing image - added button-activate.png
5341

5442
### Technical Support
5543

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

6049
## 1.8.0
6150

6251
### Change
6352

64-
Portal assets:
53+
#### Assets
6554

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

69-
Documentation app:
58+
#### Documentation
7059

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

10998
### BugFixes
11099

111-
Portal assets:
100+
#### Assets
112101

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

116-
Documentation app:
105+
#### Documentation
117106

118107
- fixed relative links in documentation app
119108

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cx-portal-assets",
3-
"version": "v2.0.0-RC3",
3+
"version": "v2.0.0",
44
"description": "Shared frontend content and static assets for the Catena-X Portal",
55
"main": "index.js",
66
"repository": "[email protected]:eclipse-tractusx/portal-assets.git",

0 commit comments

Comments
 (0)