diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f8aa8f..bd7099f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,4 +16,15 @@ There is link to EOSC market place (beta) for results connected to EOSC services * Filter "Type" in search services: NEW field eoscdatasourcetype ## [1.0.2] -* Fixes and updates in advanced search form and data transfer functionality. \ No newline at end of file +* Fixes and updates in advanced search form and data transfer functionality. + +## [1.0.3] +* Updated styles according to new view in EOSC Marketplace & new Search + * Blue banner + * White logo + * Search form rounded and aligned to the center + * Fonts adjusted + * Grey background on page & white background on results +* Detailed page: Display of EOSC subjects updated +* [Bug fix] In description of research products' versions +* Strip html tags from titles & descriptions \ No newline at end of file diff --git a/package.json b/package.json index 09ec9bd..3c30323 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eosc", - "version": "1.0.2", + "version": "1.0.3", "scripts": { "ng": "ng", "start": "ng serve --disable-host-check --host 0.0.0.0 --port 4400",