Skip to content

Commit

Permalink
fix: no description message, prepare release (#631)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardtreier committed Jan 18, 2024
1 parent 42c01d2 commit 04303a1
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 14 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,22 @@ the detailed section referring to by linking pull requests or issues.

#### Deployment Migration Notes

## [v2.3.1] 2024-01-18

### Overview

Bugfix release for minor UI bugs

### Detailed Changes

#### Patch

- Fixed "No Description" only showing sometimes in cards.

#### Deployment Migration Notes

_No special deployment migration steps required_

## [v2.3.0] 2024-01-17

### Overview
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{{ text ?? 'No description.' }}
{{ text || 'No description.' }}
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export namespace TestAssets {
no sea takimata sanctus est Lorem ipsum dolor sit amet.
![scenery2](https://images.pexels.com/photos/255419/pexels-photo-255419.jpeg?cs=srgb&dl=pexels-pixabay-255419.jpg&fm=jpg)
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod
tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At
vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren,
Expand All @@ -19,7 +19,7 @@ export namespace TestAssets {
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod
tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At
vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren,
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod
tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At
vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren,
Expand All @@ -30,35 +30,35 @@ export namespace TestAssets {
# Omen
This is **bold!** This is _italic_. This is inline \`code\`.
> here we quote
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod
tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At
vero eos et accusam et justo duo dolores et ea rebum.
## Sage
- list item 1
- list item 2
### Raze
1. list item 1
2. list item 2
#### Cypher
\`\`\`javascript
alert(1);
\`\`\`
##### Jett
[Sovity Website](https://sovity.de/)
**Table**
| Item | In Stock | Price | Description |
| :---------------- | :------: | ----: | :---------- |
Expand All @@ -76,6 +76,8 @@ This is a short description text that should be fully rendered without being **c
export const boring: UiAsset = {
assetId: 'data-sample-ckd-skd-demands-2023-Jan',
title: 'data-sample-ckd-skd-demands-2023-Jan',
description: '',
descriptionShortText: '',
connectorEndpoint: 'https://my-other-connector/api/dsp',
participantId: 'MDSL1234XX.C1234XX',
creatorOrganizationName: 'my-other-connector',
Expand Down

0 comments on commit 04303a1

Please sign in to comment.