chore(release): 0.51.4
This commit is contained in:
parent
dfbdadc174
commit
a03ddcd201
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.51.4](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.52.3-b...v0.51.4) (2025-05-04)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* fix 'flyto' when clicking a previously visited element ([22b377a](https://source.mapcomplete.org/MapComplete/MapComplete/commits/22b377a37f68b8bc50f2757c10ccf64cd32714a7))
|
||||
* fix build, use correct path ([7324f71](https://source.mapcomplete.org/MapComplete/MapComplete/commits/7324f71ee306d07b18bd3d1cc41a3d55b2b832bd))
|
||||
|
||||
|
||||
### Theme improvements
|
||||
|
||||
* fix faulty builtin question for wikipedia: actually show the article if one exists ([097e07c](https://source.mapcomplete.org/MapComplete/MapComplete/commits/097e07c74726fa830172c01fe775aa46eaf99db3))
|
||||
|
||||
### [0.51.3](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.51.2...v0.51.3) (2025-05-03)
|
||||
|
||||
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "mapcomplete",
|
||||
"version": "0.51.3",
|
||||
"version": "0.51.4",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "mapcomplete",
|
||||
"version": "0.51.3",
|
||||
"version": "0.51.4",
|
||||
"hasInstallScript": true,
|
||||
"license": "GPL-3.0-or-later",
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "mapcomplete",
|
||||
"version": "0.51.3",
|
||||
"version": "0.51.4",
|
||||
"repository": "https://source.mapcomplete.org/MapComplete/MapComplete",
|
||||
"description": "A small website to edit OSM easily",
|
||||
"bugs": "hhttps://source.mapcomplete.org/MapComplete/MapComplete/issues",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue