Skip to content

Commit 1168c25

Browse files
committed
build(2.1.0): bump version and update docs
1 parent a8dc306 commit 1168c25

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

CHANGELOG.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22

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

5-
## 2.1.0-RC1
5+
## 2.1.0
66

77
### Change
88

9+
#### Documentation
10+
11+
- 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)
912
- updated supported technical user role(s) [#332](https://github.com/eclipse-tractusx/portal-assets/pull/332)
1013
- updated decline application [#341](https://github.com/eclipse-tractusx/portal-assets/pull/341)
1114
- changed licensing and legal docs [#343](https://github.com/eclipse-tractusx/portal-assets/pull/343)
@@ -16,23 +19,26 @@ New features, fixed bugs, known defects and other noteworthy changes to each rel
1619
- added and enhanced credential management documentation [#360](https://github.com/eclipse-tractusx/portal-assets/pull/360)
1720
- added documentation for initial wallet setup [#369](https://github.com/eclipse-tractusx/portal-assets/pull/369)
1821
- added documentation for processes worker [#368](https://github.com/eclipse-tractusx/portal-assets/pull/368)
19-
20-
#### Documentation
21-
22-
- 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)
22+
- added process picture for registration approval process [#349](https://github.com/eclipse-tractusx/portal-assets/pull/349)
23+
- updated roles and rights [#373](https://github.com/eclipse-tractusx/portal-assets/pull/373)
2324

2425
### Technical Support
2526

2627
- 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)
2728
- improved pre commit checks [#338](https://github.com/eclipse-tractusx/portal-assets/pull/338)
28-
- maintain latest changes in main branch [#344](https://github.com/eclipse-tractusx/portal-assets/pull/344)
29+
- enabled maintenance of latest changes in main branch [#344](https://github.com/eclipse-tractusx/portal-assets/pull/344)
2930

3031
### BugFixes
3132

3233
#### Documentation
3334

3435
- fixed image path [#342](https://github.com/eclipse-tractusx/portal-assets/pull/342)
3536
- fixed broken link [#359](https://github.com/eclipse-tractusx/portal-assets/pull/359)
37+
- removed outdated client and service account information [#372](https://github.com/eclipse-tractusx/portal-assets/pull/372)
38+
39+
### Known Knowns
40+
41+
- Documentation for Offer Autosetup is out of date [#374](https://github.com/eclipse-tractusx/portal-assets/issues/374)
3642

3743
## 2.0.0
3844

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cx-portal-assets",
3-
"version": "v2.1.0-RC1",
3+
"version": "v2.1.0",
44
"description": "Shared frontend content and static assets for the Catena-X Portal",
55
"main": "index.js",
66
"repository": "git@github.com:eclipse-tractusx/portal-assets.git",

0 commit comments

Comments
 (0)