[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:
parent
c56f633d44
commit
aa7aab1e4e
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue