Skip to content

Commit ddab4e6

Browse files
committed
Bump package.json / 3.25.0
1 parent f6ef029 commit ddab4e6

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

docs/changelog.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,27 @@
11
# Changelog
22

3-
## 3.24.3+dev (XXXX-XX-XX)
3+
## 3.25.0 (2025-03-05)
4+
5+
**✨ Improvements**
6+
7+
- Rewrite custom CSS for builded static pages - 404 and offline pages (#1360)
8+
- Define "Source Sans 3" as main font instead of "Assistant" - [see documentation
9+
to change the main
10+
font](https://geotrek-rando-v3.readthedocs.io/stable/customization/customization-themestyles/#css)
11+
(#1327)
12+
- Implement non default languages (#1011)
413

514
**Documentation**
615

7-
- Update theme color and improve customization section(#1364)
16+
- Update theme color and improve customization section (#1364)
17+
18+
**🔧 Maintenance**
19+
20+
- Bump next from 14.2.15 to 14.2.24 (#1361)
21+
22+
**🐛 Fixes**
23+
24+
- Fix incorrect display of some font characters (#406)
825

926
## 3.24.3 (2025-02-03)
1027

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "geotrek-rando-frontend",
3-
"version": "3.24.3",
3+
"version": "3.25.0",
44
"private": true,
55
"scripts": {
66
"debug": "NODE_OPTIONS='--inspect' next ./src",

0 commit comments

Comments
 (0)