From 6994686750ef19a7cde23b343ec27feb48c7f08f Mon Sep 17 00:00:00 2001 From: Florian Sommariva Date: Wed, 6 Dec 2023 17:48:32 +0100 Subject: [PATCH] Bump package.json / 3.16.1 --- docs/changelog.md | 17 +++++++++++++++++ frontend/package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/docs/changelog.md b/docs/changelog.md index 5c97e3e04..67387c0d1 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,22 @@ # Changelog +## 3.16.1 (2023-12-13) + +**✨ Improvements** + +- Update IGN links to match with latest changes of IGN (#999) +- Add loading lazy attributes to iframes (#1003) +- Improve map popup component (#1002) +- Improve ControlSection component (#1001) +- Display only filled information desk website/email/phone (#995) + +**🐛 Fixes** + +- Fix activities order in search page (#998) +- Fix practical information anchor from details page (#1000) +- Avoid app crashes if /customization/html/details folder is missing (#996) +- Display zoom+fullscreen map control at first position (#1008) + ## 3.16.0 (2023-10-25) **💥 Breaking changes** diff --git a/frontend/package.json b/frontend/package.json index 49c7bf130..972762333 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "geotrek-rando-frontend", - "version": "3.16.0", + "version": "3.16.1", "private": true, "scripts": { "debug": "NODE_OPTIONS='--inspect' next ./src",