Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(1.8.0-RC1): merge release into main #229

Merged
merged 3 commits into from
Jan 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@

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

## 1.8.0-RC1

### Change

- enhanced developer docu by adding db table details about entity 'Agreements' incl. db schema
- added portal registration application images and connected the image store with the registration application repo
- created a new section to display standard library info in osp page

### Feature

n/a

### Technical Support

- added automatic linter and build checks for newly created pull request
- added additional image tags of type semver to release workflows

### BugFixes

n/a

#### Known Knowns

- release 1.8.0 documentation of new features outstanding

## 1.7.0

### Change
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ The table is mainly connected to the following 5 tables:
<br>

Key functions:
* documents can be ACTIVE/INACTIVE (only active documents are relevant)
* mandatory tag (agreements can be mandatory or non-mandatory; mandatory agreements need to receive a user consent before proceeding with the functional flow)

- documents can be ACTIVE/INACTIVE (only active documents are relevant)
- mandatory tag (agreements can be mandatory or non-mandatory; mandatory agreements need to receive a user consent before proceeding with the functional flow)

<br>
<br>
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": "v1.7.0",
"version": "v1.8.0-RC1",
"description": "Shared frontend content and static assets for the Catena-X Portal",
"main": "index.js",
"repository": "[email protected]:eclipse-tractusx/portal-assets.git",
Expand Down