Update version

This commit is contained in:
Konstantinos Triantafyllou 2024-06-03 15:38:09 +03:00
parent 2cddfdcbc6
commit 6a5944c934
2 changed files with 11 additions and 1 deletions

View File

@ -14,9 +14,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- *Fixed (for any bug fixes)* - *Fixed (for any bug fixes)*
- *Security (in case of vulnerabilities)* - *Security (in case of vulnerabilities)*
## v0.1.4 - 03.6.2024
### Added
Add message for results that are not related to Ireland in detailed page of the result.
Add Tab title in indicator form (admin).
### Changed
Position of buttons for multi indicator in cards and add allows for overflow.
_Open Access_ to _Open Access with Licence_ and set precision of the percentage to one decimal.
## v0.1.3 - 20.5.2024 ## v0.1.3 - 20.5.2024
### Added ### Added
Share OA Indicator in Monitor pages. Share OA Indicator in Monitor pages.
Dashboard Managers Documentation in User Actions.
### Fixed ### Fixed
Improve performance in search pages. Improve performance in search pages.

View File

@ -1,6 +1,6 @@
{ {
"name": "irish-monitor", "name": "irish-monitor",
"version": "0.1.3", "version": "0.1.4",
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
"start": "ng serve --port 5500 --disable-host-check --host 0.0.0.0", "start": "ng serve --port 5500 --disable-host-check --host 0.0.0.0",