Skip to content

Commit

Permalink
Bump package.json / 3.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrucs committed Sep 16, 2024
1 parent 9df8a86 commit 5489063
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

## 3.22.0 (2024-09-16)

**✨ Improvements**

- Add annotation category (label and picto) to HD viewpoint map tooltip (#1229)
- Add "Display in HD pictures" button at the map bottom if the details page contains at least one HD viewpoint (#1229)
- Fix display of mobile menu sub-filters (#1006 #1235)
- Refacto to use the leaflet locate.control in a more “react” way (#1227 #1219)
- Refacto Leaflet CustomControl wrapper (#1237 #1219)
- Refacto sheet component (#1238 #1219)
- Prevent map zooming when scrolling on the elevation profile (#1228)
- Remove styled-component and handle styling only with tailwindCSS (#1147)

**🔧 Maintenance**

- Bump node from 18 to 20 (#1021)
- Bump @types/node from 16.9.4 to 22.5.4 in /frontend (#1244)
- Bump @next/eslint-plugin-next and eslint-config-next packages to 14.2.10 (#1217)
- Bump @testing-libray packages(#1218)
- Bump leaflet.locatecontrol from 0.74.0 to 0.81.1 (#1227)
- Install @radix-ui/react-dialog package
- Install class-variance-authority package
- Install tailwindcss-animate package
- Bump tailwind-merge from 2.2.2 to 2.5.2
- Bump docker/build-push-action from 5 to 6
- Remove react-burger-menu package

## 3.21.1 (2024-07-29)

**🐛 Fixes**
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "geotrek-rando-frontend",
"version": "3.21.1",
"version": "3.22.0",
"private": true,
"scripts": {
"debug": "NODE_OPTIONS='--inspect' next ./src",
Expand Down

0 comments on commit 5489063

Please sign in to comment.