Skip to content

Commit

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

## [v3.14.10] - 2023-2-19
Released with [maproulette-backend_v4.4.14](https://github.com/maproulette/maproulette-backend/releases/tag/v4.4.14)

## What's Changed
* Update create challenge form's next button functionality by @AndrewPhilbin in https://github.com/maproulette/maproulette3/pull/2271
* Fix non reviewer tasks table by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2273
* Reset boolean value in EditChallenge to fix form validation error issue between short and long form views by @AndrewPhilbin in https://github.com/maproulette/maproulette3/pull/2275
* Fix infinite loop when inspecting task after challenge save by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2276
* Restore correct action links in the review section "All Review Related tasks" by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2274

**Full Changelog**: https://github.com/maproulette/maproulette3/compare/v3.14.9...v3.14.10

## [v3.14.9] - 2023-2-14
Released with [maproulette-backend_v4.4.14](https://github.com/maproulette/maproulette-backend/releases/tag/v4.4.14)

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.14.9",
"version": "3.14.10",
"private": true,
"dependencies": {
"@apollo/client": "^3.5.4",
Expand Down

0 comments on commit cef2c27

Please sign in to comment.