Skip to content

Commit

Permalink
Bump package.json / 3.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrucs committed Jul 18, 2024
1 parent 889b81d commit cadaf78
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
25 changes: 24 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
@@ -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**

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.20.3",
"version": "3.21.0",
"private": true,
"scripts": {
"debug": "NODE_OPTIONS='--inspect' next ./src",
Expand Down

0 comments on commit cadaf78

Please sign in to comment.