Skip to content

Commit

Permalink
build(v2.3.0): bump version and update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
evegufy committed Nov 29, 2024
1 parent 349625e commit 4305b1d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 23 deletions.
36 changes: 14 additions & 22 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,48 +4,40 @@ New features, fixed bugs, known defects and other noteworthy changes to each rel

## Unreleased

## 2.3.0-RC2
## 2.3.0

### Change

#### Documentation

- updated technical user overview with technical user details and also updated relevant images [#406](https://github.com/eclipse-tractusx/portal-assets/pull/406)
- added missing process retrigger steps [#386](https://github.com/eclipse-tractusx/portal-assets/pull/386)
- adjusted delete technical user [#399](https://github.com/eclipse-tractusx/portal-assets/pull/399)
- 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)
- added activity flow diagram for registration process [#404](https://github.com/eclipse-tractusx/portal-assets/pull/404)
- 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)

### Technical Support

- changed dependencies check to run only when specific files are changed [#432](https://github.com/eclipse-tractusx/portal-assets/pull/432)

### BugFixes

#### Documentation

- updated auto-subscription for offer-subscription [#376](https://github.com/eclipse-tractusx/portal-assets/pull/376)
- 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)
- updated version upgrade details [#440](https://github.com/eclipse-tractusx/portal-assets/pull/440)

## 2.3.0-RC1

### Change
#### Assets

#### Documentation

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

### Technical Support

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

### BugFixes

#### Documentation

- updated auto-subscription for offer-subscription [#376](https://github.com/eclipse-tractusx/portal-assets/pull/376)

#### Assets

- **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)
- 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)

## 2.2.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.3.0-RC2",
"version": "v2.3.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 4305b1d

Please sign in to comment.