Skip to content

Commit

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

## [v3.14.5] - 2023-1-14
Realease with [maproulette-backend_v4.4.13](https://github.com/maproulette/maproulette-backend/releases/tag/v4.4.13)

## What's Changed
* Add environment variable to disable country leaderboard filter selctor by @CollinBeczak in (https://github.com/maproulette/maproulette3/pull/2237)
* fix data drop issue in WithLeaderboard component and restore leaderboards initial data sorted by "All Time" by @CollinBeczak in (https://github.com/maproulette/maproulette3/pull/2235)

**Full Changelog**: https://github.com/maproulette/maproulette3/compare/v3.14.4...v3.14.5

## [v3.14.4] - 2023-1-9
Realease with [maproulette-backend_v4.4.13](https://github.com/maproulette/maproulette-backend/releases/tag/v4.4.13)

## What's Changed
* General documentation updates and fixes by @jschwarz2030 in (https://github.com/maproulette/docs/pull/30)
* Add setState to prevent submitting twice before character count is reset by @CollinBeczak in (https://github.com/maproulette/maproulette3/pull/2215)
* Add grouping for challenge comment notifications by @CollinBeczak in (https://github.com/maproulette/maproulette3/pull/2216)
* Remove conflicting validation requirements by @CollinBeczak in (https://github.com/maproulette/maproulette3/pull/2219)
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.4",
"version": "3.14.5",
"private": true,
"dependencies": {
"@apollo/client": "^3.5.4",
Expand Down

0 comments on commit e70d74b

Please sign in to comment.