Skip to content

Commit

Permalink
bump to v3.15.5 (#2362)
Browse files Browse the repository at this point in the history
* bump to v3.15.5
  • Loading branch information
CollinBeczak authored Jun 12, 2024
1 parent d035921 commit a3c7f95
Show file tree
Hide file tree
Showing 20 changed files with 135 additions and 121 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ The format is based on
This project adheres to
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [v3.15.5] - 2024-6-11
Released with [maproulette-backend_v4.5.3](https://github.com/maproulette/maproulette-backend/releases/tag/v4.5.3)

## What's Changed
* Prevent "ghost widget" from appearing in workspace widget layout editor by @AndrewPhilbin in https://github.com/maproulette/maproulette3/pull/2361
* Upgrade tailwind to v3 by @AndrewPhilbin in https://github.com/maproulette/maproulette3/pull/2331
* fix GeoJSON task creation/rebuild fails if number of tasks is divisible by 100 by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2357

## MR2 Changes v4.5.1 -> v4.5.3
* update tasks_remaining column in challenge table by @CollinBeczak in https://github.com/maproulette/maproulette-backend/pull/1131
* Remove quotes around HOCON substitutions by @ljdelight in https://github.com/maproulette/maproulette-backend/pull/1133

**Full Changelog**: https://github.com/maproulette/maproulette3/compare/v3.15.4...v3.15.5

## [v3.15.4] - 2024-6-04
Released with [maproulette-backend_v4.5.1](https://github.com/maproulette/maproulette-backend/releases/tag/v4.5.1)

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.4",
"version": "3.15.5",
"private": true,
"dependencies": {
"@apollo/client": "^3.5.4",
Expand Down
2 changes: 1 addition & 1 deletion src/lang/af.json
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,7 @@
"Errors.task.removeTaskFromBundleFailure": "Unable to remove task from bundle",
"Errors.task.saveFailure": "Unable to save your changes{details}",
"Errors.task.taskAlreadyBundled": "Task{details} is already in a bundle and can't be put into another bundle. There might be other tasks you tried to bundle that aren't mentioned here, but the ID given is for the first task we noticed is already bundled.",
"Errors.task.unableToBundleTasks": "The tasks with these IDs are locked by another user{details}. This most likely happened because a user completed or bundled a task while you've been looking at this task. Refresh the page to view only tasks that are unlocked.",
"Errors.task.unableToBundleTasks": "The tasks with these IDs are locked by another user{details} and cannot be bundled.",
"Errors.task.updateFailure": "Unable to save your changes.",
"Errors.team.genericFailure": "Failure{details}",
"Errors.user.fetchFailure": "Unable to fetch user data from server.",
Expand Down
2 changes: 1 addition & 1 deletion src/lang/cs_CZ.json
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,7 @@
"Errors.task.removeTaskFromBundleFailure": "Unable to remove task from bundle",
"Errors.task.saveFailure": "Unable to save your changes{details}",
"Errors.task.taskAlreadyBundled": "Task{details} is already in a bundle and can't be put into another bundle. There might be other tasks you tried to bundle that aren't mentioned here, but the ID given is for the first task we noticed is already bundled.",
"Errors.task.unableToBundleTasks": "The tasks with these IDs are locked by another user{details}. This most likely happened because a user completed or bundled a task while you've been looking at this task. Refresh the page to view only tasks that are unlocked.",
"Errors.task.unableToBundleTasks": "The tasks with these IDs are locked by another user{details} and cannot be bundled.",
"Errors.task.updateFailure": "Unable to save your changes.",
"Errors.team.genericFailure": "Failure{details}",
"Errors.user.fetchFailure": "Unable to fetch user data from server.",
Expand Down
2 changes: 1 addition & 1 deletion src/lang/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,7 @@
"Errors.task.removeTaskFromBundleFailure": "Nicht in der Lage, die Aufgabe aus dem Bundle zu entfernen.",
"Errors.task.saveFailure": "Deine Änderungen konnten nicht gespeichert werden{details}",
"Errors.task.taskAlreadyBundled": "Aufgabe{details} ist bereits in einem Bündel und kann nicht in ein weiteres Bündel aufgenommen werden. Es könnte andere Aufgaben geben, die du versucht hast zu bündeln, die hier nicht erwähnt werden, aber die angegebene ID bezieht sich auf die erste Aufgabe, die uns aufgefallen ist, die bereits gebündelt ist.",
"Errors.task.unableToBundleTasks": "Die Aufgaben mit diesen IDs wurden von einem anderen Benutzer gesperrt{details}. Dies ist höchstwahrscheinlich passiert, weil ein Benutzer eine Aufgabe abgeschlossen oder gebündelt hat, während du diese Aufgabe angezeigt hast. Aktualisiere die Seite, um nur die Aufgaben anzuzeigen, die nicht gesperrt sind.",
"Errors.task.unableToBundleTasks": "The tasks with these IDs are locked by another user{details} and cannot be bundled.",
"Errors.task.updateFailure": "Deine Änderungen konnten nicht gespeichert werden.",
"Errors.team.genericFailure": "Fehler{details}",
"Errors.user.fetchFailure": "Benutzerdaten konnten nicht vom Server geladen werden.",
Expand Down
Loading

0 comments on commit a3c7f95

Please sign in to comment.