Skip to content

Commit

Permalink
bump to v3.15.8 (#2379)
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinBeczak authored Jul 11, 2024
1 parent e309a2c commit f8dcfee
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,15 @@ The format is based on
This project adheres to
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [v3.15.7] - 2024-7-02
## [v3.15.8] - 2024-7-10
Released with [maproulette-backend_v4.5.4](https://github.com/maproulette/maproulette-backend/releases/tag/v4.5.4)

## What's Changed
* Fix zoom and panning issues in maps by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2378

**Full Changelog**: https://github.com/maproulette/maproulette3/compare/v3.15.7...v3.15.8

## [v3.15.7] - 2024-7-09
Released with [maproulette-backend_v4.5.4](https://github.com/maproulette/maproulette-backend/releases/tag/v4.5.4)

## What's Changed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maproulette3",
"version": "3.15.7",
"version": "3.15.8",
"private": true,
"dependencies": {
"@apollo/client": "^3.5.4",
Expand Down
6 changes: 3 additions & 3 deletions src/lang/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@
"Challenge.difficulty.expert": "Expert",
"Challenge.difficulty.normal": "Normaal",
"Challenge.fields.ChallengeResultList.label": "{count,plural,=0{Geen uitdaging} one{# uitdaging} other{# uitdagingen}} voltooid in project",
"Challenge.fields.completed.label": "Completed",
"Challenge.fields.completed.label": "Voltooid",
"Challenge.fields.difficulty.label": "Moeilijkheidsgraad",
"Challenge.fields.lastTaskRefresh.label": "Taakgegevens opgehaald op",
"Challenge.fields.viewLeaderboard.label": "Scorebord bekijken",
Expand Down Expand Up @@ -1101,7 +1101,7 @@
"Locale.nl.label": "nl (Nederlands)",
"Locale.pl.label": "pl (Pools)",
"Locale.pt-BR.label": "pt-BR (Portugees Braziliaans)",
"Locale.pt-PT.label": "pt-PT (Português Portugal)",
"Locale.pt-PT.label": "pt-PT (Portugees Portugal)",
"Locale.ru-RU.label": "ru-RU (Russisch - Rusland)",
"Locale.sr.label": "sr (Servisch)",
"Locale.tr.label": "tr (Turks)",
Expand Down Expand Up @@ -1269,7 +1269,7 @@
"ProjectDetails.fields.viewLeaderboard.label": "Scorebord bekijken",
"ProjectDetails.fields.viewReviews.label": "Beoordelen",
"ProjectDetails.management.controls.manage.label": "Beheren",
"ProjectDetails.management.controls.showAll.label": "Display All Challenges",
"ProjectDetails.management.controls.showAll.label": "Alle uitdagingen weergeven",
"ProjectDetails.management.controls.start.label": "Beginnen",
"ProjectPickerModal.chooseProject": "Kies een project",
"ProjectPickerModal.noProjects": "Geen projecten gevonden",
Expand Down

0 comments on commit f8dcfee

Please sign in to comment.