forked from MapComplete/MapComplete
chore(release): 0.50.3
This commit is contained in:
parent
c894292d32
commit
c1a2126b32
3 changed files with 16 additions and 3 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -2,6 +2,19 @@
|
|||
|
||||
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.50.3](https://github.com/pietervdvn/mapcomplete/compare/v0.50.2...v0.50.3) (2025-03-07)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **reviews:** correctly handle fallbackname due to proper caching, add correct ratings-bar to toilets ([d152699](https://github.com/pietervdvn/mapcomplete/commits/d1526991ebd6e13ceb3f05b8f31ae8bb8b7827d2))
|
||||
* snapping now also works if the building it snaps to is a multipolygon/relation ([fc940c8](https://github.com/pietervdvn/mapcomplete/commits/fc940c8a7e9627c5c995acccbb8095f634ac6653))
|
||||
|
||||
|
||||
### Theme improvements
|
||||
|
||||
* fix ratings in toilet ([c3598c7](https://github.com/pietervdvn/mapcomplete/commits/c3598c7abf9af47d0a88a4a08b11bcc8e8cec65c))
|
||||
|
||||
### [0.50.2](https://github.com/pietervdvn/mapcomplete/compare/v0.50.1...v0.50.2) (2025-03-06)
|
||||
|
||||
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "mapcomplete",
|
||||
"version": "0.50.2",
|
||||
"version": "0.50.3",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "mapcomplete",
|
||||
"version": "0.50.2",
|
||||
"version": "0.50.3",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"dependencies": {
|
||||
"@capacitor/android": "^6.1.2",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "mapcomplete",
|
||||
"version": "0.50.2",
|
||||
"version": "0.50.3",
|
||||
"repository": "https://github.com/pietervdvn/MapComplete",
|
||||
"description": "A small website to edit OSM easily",
|
||||
"bugs": "https://github.com/pietervdvn/MapComplete/issues",
|
||||
|
|
Loading…
Add table
Reference in a new issue