chore(release): 0.54.0

This commit is contained in:
Pieter Vander Vennet 2025-07-10 18:22:20 +02:00
parent cce18ebe59
commit a190597905
3 changed files with 18 additions and 3 deletions

View file

@ -2,6 +2,21 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
## [0.54.0](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.53.19...v0.54.0) (2025-07-10)
### Features
* **create_copy:** add layer filter lock ([d78207c](https://source.mapcomplete.org/MapComplete/MapComplete/commits/d78207c98aca0c6ea91306e859e23c13f75191b4))
* **reviews:** parse reviews with markdown, make sure paragraphs are shown ([9a94670](https://source.mapcomplete.org/MapComplete/MapComplete/commits/9a94670737a6e718aa5b5aa945a988251cb8cd48))
### Bug Fixes
* **favourites:** don't show 'toilet at {name}' for the review overview ([6a200e0](https://source.mapcomplete.org/MapComplete/MapComplete/commits/6a200e04bc0f0a9119710e0f38d5766445bf196b))
* **images:** don't estimate an image if there are only images for 'panoramax:menu' ([0b5b56b](https://source.mapcomplete.org/MapComplete/MapComplete/commits/0b5b56b48a4489d1bbf18897c2cacbaf2fc0c127))
* **reviews:** review overview doesn't crash anymore if you reviewed the same place twice or more ([1ba3c5d](https://source.mapcomplete.org/MapComplete/MapComplete/commits/1ba3c5d6f3505bb7f417ef641a5ffb5f91c04992))
### [0.53.19](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.53.18...v0.53.19) (2025-07-09) ### [0.53.19](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.53.18...v0.53.19) (2025-07-09)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "mapcomplete", "name": "mapcomplete",
"version": "0.53.19", "version": "0.54.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "mapcomplete", "name": "mapcomplete",
"version": "0.53.19", "version": "0.54.0",
"hasInstallScript": true, "hasInstallScript": true,
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"dependencies": { "dependencies": {

View file

@ -1,6 +1,6 @@
{ {
"name": "mapcomplete", "name": "mapcomplete",
"version": "0.53.19", "version": "0.54.0",
"repository": "https://source.mapcomplete.org/MapComplete/MapComplete", "repository": "https://source.mapcomplete.org/MapComplete/MapComplete",
"description": "A small website to edit OSM easily", "description": "A small website to edit OSM easily",
"bugs": "hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues", "bugs": "hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues",