diff --git a/package-lock.json b/package-lock.json index 60cb48306..fbc674bb8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16528,10 +16528,10 @@ }, "packages/clients/meldemichel": { "name": "@polar/client-meldemichel", - "version": "1.1.2", + "version": "1.2.0", "license": "EUPL-1.2", "devDependencies": { - "@polar/core": "^2.0.0", + "@polar/core": "^2.0.1", "@polar/lib-custom-types": "^1.5.0", "@polar/lib-invisible-style": "^2.0.0", "@polar/plugin-address-search": "^2.0.0", @@ -16539,13 +16539,13 @@ "@polar/plugin-filter": "^2.0.0", "@polar/plugin-fullscreen": "^1.2.2", "@polar/plugin-geo-location": "^1.4.0", - "@polar/plugin-gfi": "^2.0.0", + "@polar/plugin-gfi": "^2.1.0", "@polar/plugin-icon-menu": "^1.3.0", "@polar/plugin-layer-chooser": "^1.2.1", "@polar/plugin-loading-indicator": "^1.2.0", "@polar/plugin-pins": "^2.0.0", "@polar/plugin-reverse-geocoder": "^2.0.0", - "@polar/plugin-scale": "^2.0.0", + "@polar/plugin-scale": "^2.0.1", "@polar/plugin-toast": "^1.1.1", "@polar/plugin-zoom": "^1.3.0" } diff --git a/packages/clients/meldemichel/package.json b/packages/clients/meldemichel/package.json index da4f9e538..701f4c262 100644 --- a/packages/clients/meldemichel/package.json +++ b/packages/clients/meldemichel/package.json @@ -1,8 +1,16 @@ { "name": "@polar/client-meldemichel", - "version": "1.1.2", + "version": "1.2.0", "description": "POLAR Client Meldemichel. This client aids in crowd-sourcing the detection of Hamburg's infrastructure in need of repair or maintenance.", - "keywords": ["OpenLayers", "ol", "POLAR", "client", "Meldemichel", "reporting", "infrastructure"], + "keywords": [ + "OpenLayers", + "ol", + "POLAR", + "client", + "Meldemichel", + "reporting", + "infrastructure" + ], "license": "EUPL-1.2", "type": "module", "author": "Dataport AöR ", @@ -44,6 +52,9 @@ "@polar/plugin-zoom": "^1.3.0" }, "nx": { - "includedScripts": ["build", "dev"] + "includedScripts": [ + "build", + "dev" + ] } }