Skip to content

Commit

Permalink
Bump package.json / 3.15.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrucs committed Oct 23, 2023
1 parent 9783c46 commit 3629166
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 3.15.5 (2023-10-23)

**🐛 Fixes**

- Fix the condition for displaying outdoorSite course: it checked the number of children (i.e. the children site of the current outdoorSite) instead of the outdoor courses related (#985)
- Fix dynamic acceptance/refusal of GA cookies (#990)

**✨ Improvements**

- Avoid saving tiles from data.geopf.fr to cache storage (#984)
- Add semantics to Footer components (#989)
- Rewrite buttons components to use tailwind (#974)

## 3.15.4 (2023-10-10)

**🚀 New features**
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.4",
"version": "3.15.5",
"private": true,
"scripts": {
"debug": "NODE_OPTIONS='--inspect' next ./src",
Expand Down

0 comments on commit 3629166

Please sign in to comment.