[EOSC Explore | develop]: Updated CHANGELOG.md and changed version to 2.0.0 (used to be 1.1.0).

This commit is contained in:
Konstantina Galouni 2023-03-27 16:47:25 +03:00
parent ebada18720
commit e6d3c23741
2 changed files with 9 additions and 2 deletions

View File

@ -30,4 +30,11 @@ There is link to EOSC market place (beta) for results connected to EOSC services
* Strip html tags from titles & descriptions
## [1.1.0]
Angular 14 upgrade
Angular 14 upgrade
## [2.0.0]
* Redirect to eosc search portal from any page except landing.
* 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.

View File

@ -1,6 +1,6 @@
{
"name": "eosc",
"version": "1.1.0",
"version": "2.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve --disable-host-check --host 0.0.0.0 --port 4400",