Set development version number

This commit is contained in:
Martin Raifer
2024-02-28 13:53:48 +01:00
parent 534625321f
commit 83650c950f
3 changed files with 18 additions and 3 deletions
+15
View File
@@ -35,6 +35,21 @@ _Breaking developer changes, which may affect downstream projects or sites that
[@xxxx]: https://github.com/xxxx
-->
# Unreleased (2.29.0-dev)
#### :tada: New Features
#### :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.28.0
##### 2024-Feb-28
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "iD",
"version": "2.28.0",
"version": "2.29.0-dev",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "iD",
"version": "2.28.0",
"version": "2.29.0-dev",
"license": "ISC",
"dependencies": {
"@mapbox/geojson-area": "^0.2.2",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "iD",
"version": "2.28.0",
"version": "2.29.0-dev",
"description": "A friendly editor for OpenStreetMap",
"main": "dist/iD.min.js",
"repository": "github:openstreetmap/iD",