Set development version number

This commit is contained in:
Martin Raifer
2024-08-21 10:30:48 +02:00
parent 3f91018152
commit 10ac4e8cdc
3 changed files with 17 additions and 3 deletions
+14
View File
@@ -35,6 +35,20 @@ _Breaking developer changes, which may affect downstream projects or sites that
[@xxxx]: https://github.com/xxxx
-->
# Unreleased (2.32.0-dev)
#### :sparkles: Usability & Accessibility
#### :scissors: Operations
#### :camera: Street-Level
#### :white_check_mark: Validation
#### :bug: Bugfixes
#### :earth_asia: Localization
#### :hourglass: Performance
#### :mortar_board: Walkthrough / Help
#### :rocket: Presets
#### :hammer: Development
# 2.31.0
##### 2025-Feb-05
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "iD",
"version": "2.31.0",
"version": "2.32.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "iD",
"version": "2.31.0",
"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.31.0",
"version": "2.32.0",
"description": "A friendly editor for OpenStreetMap",
"main": "dist/iD.min.js",
"repository": "github:openstreetmap/iD",