Skip to content

Commit

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

## [v3.14.7] - 2023-1-30
Released with [maproulette-backend_v4.4.13](https://github.com/maproulette/maproulette-backend/releases/tag/v4.4.13)

## What's Changed
* Fix error caused by cloning react table internal state instance by @AndrewPhilbin in https://github.com/maproulette/maproulette3/pull/2249
* update header of challenge/projects widgets in review to persist while challenges are loading by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2233
* update css for group challenge comments notice by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2239
* add link previews by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2251
* move active filters at top of filter list fo auto suggest text box by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2244
* remove undefined formData var by @jschwarz2030 in https://github.com/maproulette/maproulette3/pull/2254

## [v3.14.6] - 2023-1-17
Released with [maproulette-backend_v4.4.13](https://github.com/maproulette/maproulette-backend/releases/tag/v4.4.13)

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

0 comments on commit e92975b

Please sign in to comment.