From e92975b3373d8d32dd27b08a0c6b511521455e86 Mon Sep 17 00:00:00 2001 From: jschwarz2030 <79289630+jschwarz2030@users.noreply.github.com> Date: Tue, 30 Jan 2024 18:01:49 -0600 Subject: [PATCH] bump to v3.14.7 (#2255) --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a518fa121..e7c4fab3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 75b129a83..f9945f006 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maproulette3", - "version": "3.14.6", + "version": "3.14.7", "private": true, "dependencies": { "@apollo/client": "^3.5.4",