This commit is contained in:
Martin Raifer
2025-03-05 12:55:37 +01:00
parent 1d65da6e53
commit 304c4a23c0
3 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -35,7 +35,8 @@ _Breaking developer changes, which may affect downstream projects or sites that
[@xxxx]: https://github.com/xxxx
-->
# Unreleased (2.32.0-dev)
# 2.32.0
##### 2025-03-05
#### :sparkles: Usability & Accessibility
* Autocomplete changeset `source` tag with sources of the previous 100 changesets of the user ([#10764], thanks [@k-yle])
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "iD",
"version": "2.32.0-dev",
"version": "2.32.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "iD",
"version": "2.32.0-dev",
"version": "2.32.0",
"license": "ISC",
"dependencies": {
"@mapbox/geojson-area": "^0.2.2",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "iD",
"version": "2.32.0-dev",
"version": "2.32.0",
"description": "A friendly editor for OpenStreetMap",
"main": "dist/iD.min.js",
"repository": "github:openstreetmap/iD",