From 55f238e4e2e93bd5ccf1a92cd36348fd9f285c4a Mon Sep 17 00:00:00 2001 From: Jake Low Date: Thu, 16 Jul 2026 14:50:21 -0700 Subject: [PATCH 1/2] Add forgotten CHANGELOG.md entry for v3.18.3 --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97addfe13..7ddf5bcc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) +## [v3.18.3] - 2026-07-02 + +Released with [maproulette-backend v4.9.4](https://github.com/maproulette/maproulette-backend/releases/tag/v4.9.4) + +* Bump shell-quote from 1.8.1 to 1.8.4 by @dependabot[bot] in https://github.com/maproulette/maproulette3/pull/2849 +* Bump form-data from 4.0.4 to 4.0.6 by @dependabot[bot] in https://github.com/maproulette/maproulette3/pull/2855 +* Bump protocol-buffers-schema from 3.6.0 to 3.6.1 by @dependabot[bot] in https://github.com/maproulette/maproulette3/pull/2834 +* Bump uuid from 8.3.2 to 14.0.0 by @dependabot[bot] in https://github.com/maproulette/maproulette3/pull/2836 +* Bump postcss from 8.5.3 to 8.5.15 by @dependabot[bot] in https://github.com/maproulette/maproulette3/pull/2842 +* Implement OAuth redirect_uri handling for sign in by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2857 +* Bump esbuild, vitest, @vitejs/plugin-react-swc, @vitest/coverage-v8 and vite by @dependabot[bot] in https://github.com/maproulette/maproulette3/pull/2854 +* Update OAuth URL in .env to use full server address by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2861 +* remove redirect uri from login request by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2862 + +**Full Changelog**: https://github.com/maproulette/maproulette3/compare/v3.18.2...v3.18.3 + ## [v3.18.2] - 2026-06-02 Released with [maproulette-backend v4.9.0](https://github.com/maproulette/maproulette-backend/releases/tag/v4.9.0) From 40b7edc9db861c0dc04f5aa396ff1cffc4781c88 Mon Sep 17 00:00:00 2001 From: Jake Low Date: Thu, 16 Jul 2026 14:56:56 -0700 Subject: [PATCH 2/2] Release v3.18.4 --- CHANGELOG.md | 19 +++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 22 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ddf5bcc1..299dcb1a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,25 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) +## [v3.18.4] - 2026-07-16 + +Released with [maproulette-backend v4.9.5](https://github.com/maproulette/maproulette-backend/releases/tag/v4.9.5) + +* Show MR tags in review pane without requiring a refresh by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2851 +* Allow reviewers to update task completion state from Review pane by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2846 +* Fly map to selected Nominatim search result on Find Challenges by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2848 +* fixes defaultMessage colission between "review" and "review again" by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2865 +* fix height of the map on the work on multiple tasks widget by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2866 +* Add challenge paused functionality and UI updates by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2868 +* update react-datepicker to v9.1.0 by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2870 +* Add meta-approved and meta-rejected notification types by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2871 +* Bump ws from 8.18.0 to 8.21.1 by @dependabot[bot] in https://github.com/maproulette/maproulette3/pull/2873 +* [Transifex} Updates for project maproulette3 by @transifex-integration[bot] in https://github.com/maproulette/maproulette3/pull/2872 +* Add task lock countdown and extend lock functionality in TaskPane by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2869 +* update translations in prep for v3.18.4 by @CollinBeczak in https://github.com/maproulette/maproulette3/pull/2874 + +**Full Changelog**: https://github.com/maproulette/maproulette3/compare/v3.18.3...v3.18.4 + ## [v3.18.3] - 2026-07-02 Released with [maproulette-backend v4.9.4](https://github.com/maproulette/maproulette-backend/releases/tag/v4.9.4) diff --git a/package-lock.json b/package-lock.json index f190fc216..dff2ed027 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "maproulette3", - "version": "3.18.2", + "version": "3.18.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "maproulette3", - "version": "3.18.2", + "version": "3.18.4", "dependencies": { "@apollo/client": "^3.5.4", "@dnd-kit/core": "^6.3.1", diff --git a/package.json b/package.json index 08a0aeaba..899b48edc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maproulette3", - "version": "3.18.2", + "version": "3.18.4", "type": "module", "private": true, "scripts": {