Skip to content

Commit 4da9169

Browse files
authored
Merge pull request #229 from eclipse-tractusx/release/v1.8.0-RC1
build(1.8.0-RC1): merge release into main
2 parents 1ca6438 + 1e0a051 commit 4da9169

File tree

3 files changed

+29
-3
lines changed

3 files changed

+29
-3
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22

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

5+
## 1.8.0-RC1
6+
7+
### Change
8+
9+
- enhanced developer docu by adding db table details about entity 'Agreements' incl. db schema
10+
- added portal registration application images and connected the image store with the registration application repo
11+
- created a new section to display standard library info in osp page
12+
13+
### Feature
14+
15+
n/a
16+
17+
### Technical Support
18+
19+
- added automatic linter and build checks for newly created pull request
20+
- added additional image tags of type semver to release workflows
21+
22+
### BugFixes
23+
24+
n/a
25+
26+
#### Known Knowns
27+
28+
- release 1.8.0 documentation of new features outstanding
29+
530
## 1.7.0
631

732
### Change

developer/Technical Documentation/DB Views and Details/Agreements - DB - View.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ The table is mainly connected to the following 5 tables:
2323
<br>
2424

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

2930
<br>
3031
<br>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cx-portal-assets",
3-
"version": "v1.7.0",
3+
"version": "v1.8.0-RC1",
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)