chore(release): 0.51.3

This commit is contained in:
Pieter Vander Vennet 2025-05-03 12:34:58 +02:00
parent 12b1775b7e
commit d1c4b785bb
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.51.3](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.51.2...v0.51.3) (2025-05-03)
### Bug Fixes
* move validation error to validateLayer, make only a warning ([75e8f40](https://source.mapcomplete.org/MapComplete/MapComplete/commits/75e8f406450368815d079010ed70ab6b9ffa486b))
* when prefixing a tagRendering, correctly handle ([14691ca](https://source.mapcomplete.org/MapComplete/MapComplete/commits/14691cac45b700bd99c6b7379439ecb3251b92e1))
### Theme improvements
* **guideposts:** update guidepost-type questions, make sure they are shown in cyclenodes.json and walkingnodes.json (if relevant), show high-zoom layer to avoid duplicates, see [#2385](https://source.mapcomplete.org/MapComplete/MapComplete/issues/2385) ([79d43ae](https://source.mapcomplete.org/MapComplete/MapComplete/commits/79d43aef40a42faa7051c04bfe389e0ad75d214a))
* **vending_machine:** add menstrual_products ([a91ea62](https://source.mapcomplete.org/MapComplete/MapComplete/commits/a91ea626a7b95c22bca24e6c165ea0f36e789182))
* **wheelchair:** add questions on the presence of grab rails in toilets and showers ([bab506d](https://source.mapcomplete.org/MapComplete/MapComplete/commits/bab506d8f6c1618606900da5af0fa5c72709b90e))
### [0.51.2](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.51.1...v0.51.2) (2025-04-29) ### [0.51.2](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.51.1...v0.51.2) (2025-04-29)

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "mapcomplete", "name": "mapcomplete",
"version": "0.51.2", "version": "0.51.3",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "mapcomplete", "name": "mapcomplete",
"version": "0.51.2", "version": "0.51.3",
"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.51.2", "version": "0.51.3",
"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",