Set development version number

This commit is contained in:
Martin Raifer
2024-08-21 10:30:48 +02:00
parent fedfbea74a
commit 84e2d93c3d
3 changed files with 16 additions and 3 deletions
+13
View File
@@ -35,6 +35,19 @@ _Breaking developer changes, which may affect downstream projects or sites that
[@xxxx]: https://github.com/xxxx
-->
# Unreleased (2.31.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.30.0
##### 2024-Aug-21
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "iD",
"version": "2.30.0",
"version": "2.31.0-dev",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "iD",
"version": "2.30.0",
"version": "2.31.0-dev",
"license": "ISC",
"dependencies": {
"@mapbox/geojson-area": "^0.2.2",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "iD",
"version": "2.30.0",
"version": "2.31.0-dev",
"description": "A friendly editor for OpenStreetMap",
"main": "dist/iD.min.js",
"repository": "github:openstreetmap/iD",