Set development version number

This commit is contained in:
Martin Raifer
2025-03-05 13:02:08 +01:00
parent 304c4a23c0
commit f93d03c3d1
3 changed files with 16 additions and 5 deletions
+13 -2
View File
@@ -35,6 +35,19 @@ _Breaking developer changes, which may affect downstream projects or sites that
[@xxxx]: https://github.com/xxxx
-->
# unreleased (v2.33.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
#### :hammer: Development
# 2.32.0
##### 2025-03-05
@@ -74,10 +87,8 @@ _Breaking developer changes, which may affect downstream projects or sites that
* Fix combobox dropdown menu sticking around under certain conditions (e.g. while editing the role of a relation member and deselecting a feature #10319)
#### :earth_asia: Localization
* Add `housename` to address format in Bolivia ([#10727])
#### :hourglass: Performance
#### :mortar_board: Walkthrough / Help
* Fix walkthrough from not correctly registering deleted ways in "Lines" step ([#10776])
#### :rocket: Presets
#### :hammer: Development
* Enable Intellisense (IDE auto-completion) for the main classes ([#10618], thanks [@k-yle])
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "iD",
"version": "2.32.0",
"version": "2.33.0-dev",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "iD",
"version": "2.32.0",
"version": "2.33.0-dev",
"license": "ISC",
"dependencies": {
"@mapbox/geojson-area": "^0.2.2",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "iD",
"version": "2.32.0",
"version": "2.33.0-dev",
"description": "A friendly editor for OpenStreetMap",
"main": "dist/iD.min.js",
"repository": "github:openstreetmap/iD",