Skip to content

Commit

Permalink
Bump package.json / 3.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrucs committed Oct 21, 2024
1 parent 4ce5023 commit dbc2dac
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,27 @@
# Changelog

## 3.24.0 (2024-10-21)

**✨ Improvements**

- Keep user search results (scroll position and map fitbounds) when returning from a detail page (#1282)
- Adapt touristic event module to display dates correctly (#1288)
- Optimize backpack icon (#1287)

**🔧 Maintenance**

- Bump next from 13.2.4 to 14.2.15 (#1284)

**🐛 Fixes**

- Clear debounces during cleanup useEffect (#1283)

## 3.23.1 (2024-10-14)

**🔧 Maintenance**

- Remove typesafe-actions package (#1278)
- Bump @next/bundle-analyzer from 12.2.5 to 14.2.14 in /frontend (#1273)

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

0 comments on commit dbc2dac

Please sign in to comment.