mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-20 23:44:47 +02:00
Set development version number
This commit is contained in:
@@ -35,6 +35,20 @@ _Breaking developer changes, which may affect downstream projects or sites that
|
||||
[@xxxx]: https://github.com/xxxx
|
||||
-->
|
||||
|
||||
# Unreleased
|
||||
|
||||
#### :sparkles: Usability & Accessibility
|
||||
#### :white_check_mark: Validation
|
||||
#### :bug: Bugfixes
|
||||
#### :hourglass: Performance
|
||||
#### :rocket: Presets
|
||||
#### :hammer: Development
|
||||
* ([#])
|
||||
|
||||
[#xxxx]: https://github.com/openstreetmap/iD/issues/xxxx
|
||||
[#xxxx]: https://github.com/openstreetmap/iD/pull/xxxx
|
||||
[@xxxx]: https://github.com/xxxx
|
||||
|
||||
|
||||
# 2.23.0
|
||||
##### 2022-Nov-10
|
||||
|
||||
@@ -25,7 +25,7 @@ export function coreContext() {
|
||||
let context = utilRebind({}, dispatch, 'on');
|
||||
let _deferred = new Set();
|
||||
|
||||
context.version = '2.23.0';
|
||||
context.version = '2.24.0-dev';
|
||||
context.privacyVersion = '20201202';
|
||||
|
||||
// iD will alter the hash so cache the parameters intended to setup the session
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "iD",
|
||||
"version": "2.23.0",
|
||||
"version": "2.24.0-dev",
|
||||
"description": "A friendly editor for OpenStreetMap",
|
||||
"main": "dist/iD.min.js",
|
||||
"repository": "github:openstreetmap/iD",
|
||||
|
||||
Reference in New Issue
Block a user