Release 2.6.1

This commit is contained in:
Andreani Jean
2024-05-03 10:40:47 +02:00
parent 4cf6b3d7e2
commit 44d7e56dbc
2 changed files with 10 additions and 2 deletions

View File

@@ -7,6 +7,13 @@ 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.6.1] - 2024-05-03
### Fixed
- Fix warning in browser console
- Fix lang switcher using cookie to set the locale
## [2.6.0] - 2024-05-02
### Changed
@@ -217,7 +224,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.6.0...develop
[unreleased]: https://gitlab.com/geovisio/website/-/compare/2.6.1...develop
[2.6.0]: https://gitlab.com/geovisio/website/-/compare/2.6.0...2.6.1
[2.6.0]: https://gitlab.com/geovisio/website/-/compare/2.5.1...2.6.0
[2.5.1]: https://gitlab.com/geovisio/website/-/compare/2.5.0...2.5.1
[2.5.0]: https://gitlab.com/geovisio/website/-/compare/2.4.1...2.5.0

View File

@@ -1,6 +1,6 @@
{
"name": "geovisio-website",
"version": "2.6.0",
"version": "2.6.1",
"engines": {
"node": "21"
},