diff --git a/CHANGELOG.md b/CHANGELOG.md index a9d3f36..688be98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,9 @@ All notable changes to this project will be documented in this file. "### Security" in case of vulnerabilities. --> +### Changed +- Updated version locationviewer widget to 1.4.0 (supportinglayers visible option) + ## [4.9.0] - 2021-07-29 ### Changed diff --git a/package-lock.json b/package-lock.json index e3059b7..2a10952 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,9 +11,9 @@ "dev": true }, "@acpaas-ui-widgets/ngx-location-viewer": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/@acpaas-ui-widgets/ngx-location-viewer/-/ngx-location-viewer-1.3.1.tgz", - "integrity": "sha512-QCLUM2c1Od6k0bovhTBINf29HH/FFuGlrqVhfg9tLqBM4J/9RsbKcCvgpR+KQr9mcEpQ8XptKe5PziHMZrLY3Q==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@acpaas-ui-widgets/ngx-location-viewer/-/ngx-location-viewer-1.4.0.tgz", + "integrity": "sha512-maokqcIV7wJDlu8oNONdWGSJLFCWWnKMPCNs6UGjiRj3IjG0kGD3+ny3DCatreyZ/ZlD+pAzrk0SSE8/7G0kWA==", "dev": true, "requires": { "tslib": "^1.9.0" diff --git a/package.json b/package.json index 9eff52f..9ecdd9e 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "dependencies": {}, "devDependencies": { "@a-ui/core": "~4.1.0", - "@acpaas-ui-widgets/ngx-location-viewer": "^1.3.1", + "@acpaas-ui-widgets/ngx-location-viewer": "^1.4.0", "@acpaas-ui/ngx-flyout": "^4.6.1", "@acpaas-ui/ngx-leaflet": "^4.6.1", "@angular-devkit/build-angular": "~0.13.0",