diff --git a/CHANGELOG.md b/CHANGELOG.md index d359073..adc6a58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,4 +37,11 @@ Angular 14 upgrade * Updated favicon to show the eosc logo, not OpenAIRE. * Added top bar to go "back" to eosc search. * Updated colors (synched with all eosc portals). -* In landing pages used Graph badge to acknowledge OpenAIRE Graph. \ No newline at end of file +* In landing pages used Graph badge to acknowledge OpenAIRE Graph. + +## [2.0.1] +* Result Detailed page: Renamed "Providers" to "Data sources" +* Updated "Go to search" link: Redirect to the previous page of marketplace + * Combine referrer and new url parameter "pv" +* Added font-family "Inter" to align with Marketplace and set default font to 'Inter', sans-serif +* Updated Uikit version \ No newline at end of file diff --git a/package.json b/package.json index 5b3c261..57ce97b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eosc", - "version": "2.0.0", + "version": "2.0.1", "scripts": { "ng": "ng", "start": "ng serve --disable-host-check --host 0.0.0.0 --port 4400", @@ -43,7 +43,7 @@ "rxjs": "^6.5.1", "ts-md5": "^1.2.0", "tslib": "^2.0.0", - "uikit": "3.12.0", + "uikit": "3.12.2", "zone.js": "~0.11.4" }, "devDependencies": {