From 282c70c21261b9d04cdde1178f2edbe21d81a6a3 Mon Sep 17 00:00:00 2001 From: Florian Sommariva <1926041+dtrucs@users.noreply.github.com> Date: Mon, 7 Oct 2024 10:22:04 +0200 Subject: [PATCH] Bump package.json / 3.23.0 --- docs/changelog.md | 28 +++++++++++++++++++++++++++- frontend/package.json | 2 +- 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 300ea518f..409725dac 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,31 @@ # Changelog +## 3.23.0 (2024-10-08) + +**✨ Improvements** + +- Style the new image gallery feature for Flatpage content (Available since Geotrek admin 2.109.2) (#1265) +- Improve tooltip content style for annotation HDViewpoints (#1260) +- Add className on annotation HDViewpoints pathes to CSS customization purpose (#1260) + +**🔧 Maintenance** + +- Bump react and react-dom from 18.2.0 to 18.3.1 (#1269) +- Bump next from 13.1.6 to 13.2.4 (#1268) +- Bump @sentry/nextjs from 7.12.1 to 8.32.0 (#1268) +- Install sharp package (#1262) +- Update caniuse-lite (#1261) +- Bump react-leaflet from 3.1.0 to 4.2.1 (#1258) +- Replace react-leaflet-markercluster by next-leaflet-cluster package (#1258) +- Bump @types/leaflet from 1.7.5 to 1.9.12 (#1258) +- Bump @raruto/leaflet-elevation from 1.7.0 to 1.9.0 (#1258) +- Bump leaflet.offline from 3.0.1 to 3.1.0 (#1258) +- Bump @20tab/react-leaflet-resetview from 1.0.1 to 1.1.0 (#1258) + +**🐛 Fixes** + +- Fix the itinerancyStep display on the map - regression since 3.20.0 (#1259) + ## 3.22.1 (2024-09-17) **🐛 Fixes** @@ -8,7 +34,7 @@ ## 3.22.0 (2024-09-17) -# :warning: **WARNING!** :warning: +### :warning: **WARNING!** :warning: **Do not use - docker installation will not work. Please install version 3.22.1 (or higher) instead** diff --git a/frontend/package.json b/frontend/package.json index 053b79a6d..fef32180f 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "geotrek-rando-frontend", - "version": "3.22.1", + "version": "3.23.0", "private": true, "scripts": { "debug": "NODE_OPTIONS='--inspect' next ./src",