[Eosc Explore | develop]: package.json: Increased version from 3.0.0 to 3.1.0 | CHANGELOG.md: Added changelog for version 3.1.0.

This commit is contained in:
Konstantina Galouni 2023-09-04 14:47:07 +03:00
parent c56f633d44
commit aa7aab1e4e
2 changed files with 14 additions and 1 deletions

View File

@ -14,6 +14,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- *Fixed (for any bug fixes)*
- *Security (in case of vulnerabilities)*
## [3.1.0] - 05/09/2023 [BETA]
### Added
* Message for non eosc results i.e. This publication is not part of the European Open Science Cloud
* Impact-based indicators - Citations, Popularity, Influence, Impulse
### Changed
* Smaller window for the Data Transfer Service - not full screen
* Disabled overwrite params when submitting a job to EOSC Data transfer API
* NEW user interface & structure of the detailed page & specific user interface for small devices i.e. mobiles
* Updated access right icons
* Include Subjects as a new tab
### Fixed
* Too much recursion error in validating destination path of Data transfer - updated check
## [3.0.0] - 13/06/2023
### Changed
* Upgraded uikit version to 3.13.10

View File

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