This commit is contained in:
Martin Raifer
2024-02-29 10:45:04 +01:00
parent 8274384311
commit 7e4ff3b152
3 changed files with 5 additions and 13 deletions
+2 -10
View File
@@ -35,21 +35,13 @@ _Breaking developer changes, which may affect downstream projects or sites that
[@xxxx]: https://github.com/xxxx
-->
# Unreleased (2.29.0-dev)
# 2.28.1
##### 2024-Feb-29
#### :tada: New Features
#### :sparkles: Usability & Accessibility
#### :scissors: Operations
#### :camera: Street-Level
#### :white_check_mark: Validation
#### :bug: Bugfixes
* Fix false validation message, which was suggesting to add empty `*:wikipedia` tags to NSI presets ([#10140])
#### :earth_asia: Localization
* Add address format for New Zealand ([#10123], thanks [@k-yle])
#### :hourglass: Performance
#### :mortar_board: Walkthrough / Help
#### :rocket: Presets
#### :hammer: Development
[#10123]: https://github.com/openstreetmap/iD/pull/10123
[#10140]: https://github.com/openstreetmap/iD/issues/10140
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "iD",
"version": "2.29.0-dev",
"version": "2.28.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "iD",
"version": "2.29.0-dev",
"version": "2.28.1",
"license": "ISC",
"dependencies": {
"@mapbox/geojson-area": "^0.2.2",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "iD",
"version": "2.29.0-dev",
"version": "2.28.1",
"description": "A friendly editor for OpenStreetMap",
"main": "dist/iD.min.js",
"repository": "github:openstreetmap/iD",