Skip to content

Commit 4305b1d

Browse files
committed
build(v2.3.0): bump version and update docs
1 parent 349625e commit 4305b1d

File tree

2 files changed

+15
-23
lines changed

2 files changed

+15
-23
lines changed

CHANGELOG.md

+14-22
Original file line numberDiff line numberDiff line change
@@ -4,48 +4,40 @@ New features, fixed bugs, known defects and other noteworthy changes to each rel
44

55
## Unreleased
66

7-
## 2.3.0-RC2
7+
## 2.3.0
88

99
### Change
1010

1111
#### Documentation
1212

13+
- updated technical user overview with technical user details and also updated relevant images [#406](https://github.com/eclipse-tractusx/portal-assets/pull/406)
14+
- added missing process retrigger steps [#386](https://github.com/eclipse-tractusx/portal-assets/pull/386)
15+
- adjusted delete technical user [#399](https://github.com/eclipse-tractusx/portal-assets/pull/399)
1316
- changed documentation structure to align with TRG 1 [#428](https://github.com/eclipse-tractusx/portal-assets/pull/428), [#a6c30a8](https://github.com/eclipse-tractusx/portal-assets/commit/a6c30a8126d8c4e835178576787cbd008013074a)
1417
- added activity flow diagram for registration process [#404](https://github.com/eclipse-tractusx/portal-assets/pull/404)
15-
- update naming order, fix typos and grammar [#433](https://github.com/eclipse-tractusx/portal-assets/pull/433), [#434](https://github.com/eclipse-tractusx/portal-assets/pull/434)
16-
17-
### Technical Support
18-
19-
- changed dependencies check to run only when specific files are changed [#432](https://github.com/eclipse-tractusx/portal-assets/pull/432)
20-
21-
### BugFixes
22-
23-
#### Documentation
24-
25-
- updated auto-subscription for offer-subscription [#376](https://github.com/eclipse-tractusx/portal-assets/pull/376)
18+
- update naming order, fix typos and grammar [#433](https://github.com/eclipse-tractusx/portal-assets/pull/433), [#434](https://github.com/eclipse-tractusx/portal-assets/pull/434), [#437](https://github.com/eclipse-tractusx/portal-assets/pull/437)
19+
- updated version upgrade details [#440](https://github.com/eclipse-tractusx/portal-assets/pull/440)
2620

27-
## 2.3.0-RC1
28-
29-
### Change
21+
#### Assets
3022

31-
#### Documentation
32-
33-
- updated technical user overview with technical user details and also updated relevant images [#406](https://github.com/eclipse-tractusx/portal-assets/pull/406)
34-
- added missing process retrigger steps [#386](https://github.com/eclipse-tractusx/portal-assets/pull/386)
35-
- adjusted delete technical user [#399](https://github.com/eclipse-tractusx/portal-assets/pull/399)
23+
- update roles and rights images [#443](https://github.com/eclipse-tractusx/portal-assets/pull/443)
3624

3725
### Technical Support
3826

3927
- upgraded dependencies [#411](https://github.com/eclipse-tractusx/portal-assets/pull/411)
4028
- introduce Trufflehog secret scan [#401](https://github.com/eclipse-tractusx/portal-assets/pull/401)
4129
- fixed Trivy scan to comply with latest state of TRG 8.04 [portal#467](https://github.com/eclipse-tractusx/portal/issues/467)
30+
- changed dependencies check to run only when specific files are changed [#432](https://github.com/eclipse-tractusx/portal-assets/pull/432)
4231

4332
### BugFixes
4433

34+
#### Documentation
35+
36+
- updated auto-subscription for offer-subscription [#376](https://github.com/eclipse-tractusx/portal-assets/pull/376)
37+
4538
#### Assets
4639

47-
- **Dataspace Page**
48-
- fixed "Manage UseCase Credentials" and "Manage Role Credentials" links [#416](https://github.com/eclipse-tractusx/portal-assets/pull/425), [#416](https://github.com/eclipse-tractusx/portal-assets/pull/425)
40+
- Dataspace page: fixed "Manage UseCase Credentials" and "Manage Role Credentials" links [#416](https://github.com/eclipse-tractusx/portal-assets/pull/425), [#416](https://github.com/eclipse-tractusx/portal-assets/pull/425)
4941

5042
## 2.2.0
5143

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.3.0-RC2",
3+
"version": "v2.3.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)