This commit is contained in:
Martin Raifer
2022-09-27 11:45:41 +02:00
parent 84b0c15e89
commit 0d4c58cc52
3 changed files with 3 additions and 5 deletions
+1 -3
View File
@@ -38,9 +38,7 @@ _Breaking developer changes, which may affect downstream projects or sites that
[@xxxx]: https://github.com/xxxx
-->
# Unreleased
#### :newspaper: News
# 2.22.0
#### :tada: New Features
* Consider lifecycle prefixes when deciding whether features should be rendered as a line or an area ([#8881], thanks [@k-yle])
* Render side-markers on all coastlines (new: also coastlines of small islands mapped as an area) ([#9293])
+1 -1
View File
@@ -25,7 +25,7 @@ export function coreContext() {
let context = utilRebind({}, dispatch, 'on');
let _deferred = new Set();
context.version = '2.22.0-dev';
context.version = '2.22.0';
context.privacyVersion = '20201202';
// iD will alter the hash so cache the parameters intended to setup the session
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "iD",
"version": "2.22.0-dev",
"version": "2.22.0",
"description": "A friendly editor for OpenStreetMap",
"main": "dist/iD.min.js",
"repository": "github:openstreetmap/iD",