forked from MapComplete/MapComplete
chore(release): 0.55.5
This commit is contained in:
parent
8e7fb93faa
commit
5d390fa788
3 changed files with 19 additions and 3 deletions
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -2,6 +2,22 @@
|
|||
|
||||
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.55.5](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.55.4...v0.55.5) (2025-08-19)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* fix rendering of 'scissors' icon when splitting way ([4a63ca8](https://source.mapcomplete.org/MapComplete/MapComplete/commits/4a63ca8cb63a7a556f745edcf50382722238b8a6))
|
||||
* fix small background crashes ([a073b9d](https://source.mapcomplete.org/MapComplete/MapComplete/commits/a073b9de94bb0295a5828224c3b6a5fb59e69fa4))
|
||||
|
||||
|
||||
### Theme improvements
|
||||
|
||||
* **food:** collapsable group now has icons of supported diets ([2475567](https://source.mapcomplete.org/MapComplete/MapComplete/commits/24755670cc1576ae0477fff8655cfc824ecd2071))
|
||||
* **pets:** attempt to fix build ([b74c0d2](https://source.mapcomplete.org/MapComplete/MapComplete/commits/b74c0d2768288e0039b45b3be3198b7baebd454c))
|
||||
* **rolling_stock:** add snap to 'railway' function ([06da7a0](https://source.mapcomplete.org/MapComplete/MapComplete/commits/06da7a0cf48976ae6df5cf5e9d941c55f10d6328))
|
||||
* **width:** add more editing options ([01e713b](https://source.mapcomplete.org/MapComplete/MapComplete/commits/01e713b1e5ab074aecb5a9d02d3a5f78dcbb2b4b))
|
||||
|
||||
### [0.55.4](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.55.3...v0.55.4) (2025-08-19)
|
||||
|
||||
### [0.55.3](https://source.mapcomplete.org/MapComplete/MapComplete/compare/v0.55.2...v0.55.3) (2025-08-19)
|
||||
|
|
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "mapcomplete",
|
||||
"version": "0.55.4",
|
||||
"version": "0.55.5",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "mapcomplete",
|
||||
"version": "0.55.4",
|
||||
"version": "0.55.5",
|
||||
"hasInstallScript": true,
|
||||
"license": "GPL-3.0-or-later",
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "mapcomplete",
|
||||
"version": "0.55.4",
|
||||
"version": "0.55.5",
|
||||
"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