Release 2.2.1

This commit is contained in:
Andreani Jean
2023-10-16 16:10:38 +02:00
parent 3dad314e68
commit 0260037912
2 changed files with 13 additions and 3 deletions

View File

@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Before _0.1.0_, website development was on rolling release, meaning there are no version tags.
## [2.2.1] - 2023-10-16
### Changed
- fix some wordings
- licence text in bold
- remove footer when logged
- add tiles custom to the sequence page list
## [2.2.0] - 2023-10-13
### Added
@@ -16,7 +25,7 @@ Before _0.1.0_, website development was on rolling release, meaning there are no
- new header
- add a map to the sequence list page + the uploaded date
- new wordings
### Changed
- Hide buttons delete and hide sequences images when you are not the owner
@@ -91,7 +100,8 @@ Before _0.1.0_, website development was on rolling release, meaning there are no
- Header have now a new entry `Mes photos` when the user is logged to access to the sequence list
- The router guard for logged pages has been changed to not call the api to check the token
[unreleased]: https://gitlab.com/geovisio/website/-/compare/2.2.0...develop
[unreleased]: https://gitlab.com/geovisio/website/-/compare/2.2.1...develop
[2.2.1]: https://gitlab.com/geovisio/website/-/compare/2.2.0...2.2.1
[2.2.0]: https://gitlab.com/geovisio/website/-/compare/2.1.3...2.2.0
[2.1.3]: https://gitlab.com/geovisio/website/-/compare/2.1.2...2.1.3
[2.1.2]: https://gitlab.com/geovisio/website/-/compare/2.1.1...2.1.2

View File

@@ -1,6 +1,6 @@
{
"name": "geovisio-website",
"version": "2.2.0",
"version": "2.2.1",
"engines": {
"node": "18.16.0"
},