Skip to content

Commit

Permalink
Bump package.json / 3.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrucs committed Oct 4, 2023
1 parent 8ebdbca commit d091cf3
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## 3.15.3 (2023-10-02)

**🚀 New features**

- Allow to select an organizer event in filter search (#968)

**✨ Improvements**

- Display search filters for all categories on first page load (#971)
- Call one map instance instead of two on search pages (#971)
- Rewrite Header component to use semantics and tailwind (#976)
- Rewrite 404 component to use tailwind (#975)
- Set height of featured image area on details pages (#973)

**🔧 Maintenance**

- Upgrade leaflet.offline package to 3.0.1 (#969)
- Upgrade react-inlinesvg package to 4.0.4 (#972)

## 3.15.2 (2023-09-07)

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

0 comments on commit d091cf3

Please sign in to comment.