From cadaf787c824d1e382dfbd3ec3eb79aac4cf8a1c Mon Sep 17 00:00:00 2001 From: Florian Sommariva <1926041+dtrucs@users.noreply.github.com> Date: Thu, 18 Jul 2024 14:48:07 +0200 Subject: [PATCH] Bump package.json / 3.21.0 --- docs/changelog.md | 25 ++++++++++++++++++++++++- frontend/package.json | 2 +- 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 62b595426..4f0ebc5ee 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,10 +1,33 @@ # Changelog +## 3.21.0 (2024-07-18) + +**🚀 New features** + +- Create trek `networks` filter (#1043 #1193) + +**✨ Improvements** + +- Cleanup overhead of useless immutable pattern in loop for various adapters (#1197 #1198) + +**🔧 Maintenance** + +- Refacto of full screen management (#901 #1173) +- Bump @tanstack/react-query from 4.10.3 to 5.51.1 (#1192) + +**🐛 Fixes** + +- Prevent homepage video from displaying full-screen on IOS devices (#1178 #1179) +- Manage null value for some fields (#1170) +- Fix hydration issue with ResultCardCarousel (#1186) +- Fix aria-hidden position for detailsCard button (#1187) +- Fix headermenu spacing when there is no language selector (#1200) + ## 3.20.3 (2024-06-10) **🐛 Fixes** -- Fix sitemap.xml for connected GTAs >= 2.104 (#1163) +- Fix sitemap.xml for connected GTAs >= 2.104 (#1163) **📝 Documentation** diff --git a/frontend/package.json b/frontend/package.json index c96e644fe..b54771797 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "geotrek-rando-frontend", - "version": "3.20.3", + "version": "3.21.0", "private": true, "scripts": { "debug": "NODE_OPTIONS='--inspect' next ./src",