Skip to content

Commit

Permalink
chore: prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
kulgg authored Feb 14, 2024
1 parent 96cbcdb commit e249de6
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 22 deletions.
22 changes: 19 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,31 @@ the detailed section referring to by linking pull requests or issues.

#### Minor

- Integrate new MDS fields into asset creation and asset detail dialog
#### Patch

#### Deployment Migration Notes

## [v2.4.0] 2024-02-14

### Overview

MDS feature and bugfix release for Connector UI and Broker UI

### Detailed Changes

#### Minor

- Added new MDS fields to assets

#### Patch

- Fix auth proxy issues by disabling caching for non-static files
- Make fonts GDPR compliant
- Ensured GDPR compliance of Fonts usage
- Fixed auth proxy issues

#### Deployment Migration Notes

_No special deployment migration steps required_

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

### Overview
Expand Down
73 changes: 55 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ <h1 mat-dialog-title>
*ngIf="form.advanced.controls.temporalCoverage; let ctrl"
class="mt-[20px]"
color="accent">
<mat-label>Date Range</mat-label>
<mat-label>Temporal coverage</mat-label>
<mat-date-range-input [formGroup]="ctrl" [rangePicker]="picker">
<input
matStartDate
Expand Down

0 comments on commit e249de6

Please sign in to comment.