[Library | develop & Eosc Explore | develop]: availableOn.component.ts: Renamed "Providers" to "Data sources" | package.json: Updated version to 2.0.1 (previous 2.0.0) & updated uikit version to 3.12.2 (previous 3.12.0) | CHANGELOG.md: Updated changes for 2.0.1 version.
This commit is contained in:
parent
e171961896
commit
0fdb2c1da6
|
@ -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.
|
||||
* 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
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue