This commit is contained in:
Quincy Morgan
2020-07-21 10:23:51 -04:00
parent e5d9945ea0
commit b64f0b793c
3 changed files with 8 additions and 2 deletions
+6
View File
@@ -30,6 +30,12 @@ _Breaking changes, which may affect downstream projects or sites that embed iD,
[@xxxx]: https://github.com/xxxx
-->
# 2.18.2
##### 2020-Jul-21
#### :hammer: Development
* Fix `coreContext.preauth` endpoint
# 2.18.1
##### 2020-Jul-20
+1 -1
View File
@@ -26,7 +26,7 @@ export function coreContext() {
let context = utilRebind({}, dispatch, 'on');
let _deferred = new Set();
context.version = '2.18.2-dev';
context.version = '2.18.2';
context.privacyVersion = '20200407';
// 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.18.2-dev",
"version": "2.18.2",
"description": "A friendly editor for OpenStreetMap",
"main": "dist/iD.min.js",
"repository": "github:openstreetmap/iD",