chore(release): 0.56.2

This commit is contained in:
Pieter Vander Vennet 2025-09-20 12:08:09 +02:00
parent e551731f9b
commit 2a453ac354
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.56.2](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.56.1...v0.56.2) (2025-09-20)
### Features
* allow freeform input for opening hours, fix [#2522](https://source.mapcomplete.org/MapComplete/MapComplete/issues/2522), refactor some uppercase method names; fixes to linked data loader ([96fb4c4](https://source.mapcomplete.org/MapComplete/MapComplete/commits/96fb4c457d24789a0f8f586c936fe59c288d6b7a))
### Theme improvements
* **pipeline:** improve rendering, add pressure and operator questions ([d64ad9b](https://source.mapcomplete.org/MapComplete/MapComplete/commits/d64ad9b643711fc8cfcb382e7dac17252db25c13))
* **power_generator:** add 'output'-type, add missing icon to pointRendering ([169eb46](https://source.mapcomplete.org/MapComplete/MapComplete/commits/169eb462af9841a8eec7ed726494faa4855a2c6e))
* **power_tower:** enable images ([c427eb6](https://source.mapcomplete.org/MapComplete/MapComplete/commits/c427eb6a553bb48dca73bb55d96422dcfca08577))
* **tree:** add some validation ranges based on https://www.openstreetmap.org/user/ivanbranco/diary/407141, fix [#2493](https://source.mapcomplete.org/MapComplete/MapComplete/issues/2493) ([f84ab38](https://source.mapcomplete.org/MapComplete/MapComplete/commits/f84ab3855c2151f568342d4761671720d3673cbb))
### [0.56.1](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.56.0...v0.56.1) (2025-09-07) ### [0.56.1](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.56.0...v0.56.1) (2025-09-07)

4
package-lock.json generated
View file

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