diff --git a/@here/harp-datasource-protocol/package.json b/@here/harp-datasource-protocol/package.json index fe77aa0e67..dedbee2624 100644 --- a/@here/harp-datasource-protocol/package.json +++ b/@here/harp-datasource-protocol/package.json @@ -1,6 +1,6 @@ { "name": "@here/harp-datasource-protocol", - "version": "0.20.0", + "version": "0.20.1", "description": "Components used for the decoding and styling of data that is used by the Datasources.", "main": "index.js", "typings": "index", diff --git a/@here/harp-debug-datasource/package.json b/@here/harp-debug-datasource/package.json index 32178293ad..a7276f4741 100644 --- a/@here/harp-debug-datasource/package.json +++ b/@here/harp-debug-datasource/package.json @@ -1,6 +1,6 @@ { "name": "@here/harp-debug-datasource", - "version": "0.20.0", + "version": "0.20.1", "description": "Overlay useful for debugging map data", "main": "index.js", "typings": "index", @@ -26,7 +26,7 @@ "dependencies": { "@here/harp-geoutils": "^0.20.0", "@here/harp-lrucache": "^0.20.0", - "@here/harp-mapview": "^0.20.0", + "@here/harp-mapview": "^0.20.1", "@here/harp-text-canvas": "^0.20.0" }, "devDependencies": { diff --git a/@here/harp-examples/package.json b/@here/harp-examples/package.json index ad2b80d666..9a20c6c24f 100644 --- a/@here/harp-examples/package.json +++ b/@here/harp-examples/package.json @@ -1,6 +1,6 @@ { "name": "@here/harp-examples", - "version": "0.20.0", + "version": "0.20.1", "description": "harp.gl Examples", "keywords": [ "examples", @@ -26,21 +26,21 @@ }, "license": "Apache-2.0", "devDependencies": { - "@here/harp-datasource-protocol": "^0.20.0", - "@here/harp-debug-datasource": "^0.20.0", - "@here/harp-features-datasource": "^0.20.0", + "@here/harp-datasource-protocol": "^0.20.1", + "@here/harp-debug-datasource": "^0.20.1", + "@here/harp-features-datasource": "^0.20.1", "@here/harp-geoutils": "^0.20.0", - "@here/harp-lines": "^0.20.0", + "@here/harp-lines": "^0.20.1", "@here/harp-lrucache": "^0.20.0", - "@here/harp-map-controls": "^0.20.0", - "@here/harp-map-theme": "^0.20.0", - "@here/harp-mapview": "^0.20.0", - "@here/harp-mapview-decoder": "^0.20.0", - "@here/harp-materials": "^0.20.0", + "@here/harp-map-controls": "^0.20.1", + "@here/harp-map-theme": "^0.20.1", + "@here/harp-mapview": "^0.20.1", + "@here/harp-mapview-decoder": "^0.20.1", + "@here/harp-materials": "^0.20.1", "@here/harp-text-canvas": "^0.20.0", "@here/harp-utils": "^0.20.0", - "@here/harp-vectortile-datasource": "^0.20.0", - "@here/harp-webtile-datasource": "^0.20.0", + "@here/harp-vectortile-datasource": "^0.20.1", + "@here/harp-webtile-datasource": "^0.20.1", "@types/dat.gui": "^0.7.1", "@types/highlight.js": "^9.12.4", "@types/long": "^4.0.1", diff --git a/@here/harp-features-datasource/package.json b/@here/harp-features-datasource/package.json index 8dbe65d39a..1f3cbaae47 100644 --- a/@here/harp-features-datasource/package.json +++ b/@here/harp-features-datasource/package.json @@ -1,6 +1,6 @@ { "name": "@here/harp-features-datasource", - "version": "0.20.0", + "version": "0.20.1", "description": "Provides support for custom features", "main": "index.js", "typings": "index", @@ -19,11 +19,11 @@ }, "license": "Apache-2.0", "dependencies": { - "@here/harp-datasource-protocol": "^0.20.0", + "@here/harp-datasource-protocol": "^0.20.1", "@here/harp-geoutils": "^0.20.0", - "@here/harp-mapview": "^0.20.0", + "@here/harp-mapview": "^0.20.1", "@here/harp-utils": "^0.20.0", - "@here/harp-vectortile-datasource": "^0.20.0" + "@here/harp-vectortile-datasource": "^0.20.1" }, "devDependencies": { "@types/chai": "^4.2.11", diff --git a/@here/harp-geojson-datasource/package.json b/@here/harp-geojson-datasource/package.json index 9170e06883..321ee3dba9 100644 --- a/@here/harp-geojson-datasource/package.json +++ b/@here/harp-geojson-datasource/package.json @@ -1,6 +1,6 @@ { "name": "@here/harp-geojson-datasource", - "version": "0.20.0", + "version": "0.20.1", "description": "Provides support for GeoJSON datasource", "main": "index.js", "typings": "index", @@ -25,7 +25,7 @@ "license": "Apache-2.0", "dependencies": { "@here/harp-utils": "^0.20.0", - "@here/harp-vectortile-datasource": "^0.20.0" + "@here/harp-vectortile-datasource": "^0.20.1" }, "devDependencies": { "@here/harp-test-utils": "^0.20.0", diff --git a/@here/harp-lines/package.json b/@here/harp-lines/package.json index fbacda7e2a..bc2ebc2ef5 100644 --- a/@here/harp-lines/package.json +++ b/@here/harp-lines/package.json @@ -1,6 +1,6 @@ { "name": "@here/harp-lines", - "version": "0.20.0", + "version": "0.20.1", "description": "Create three.js geometries for wide lines", "main": "index.js", "typings": "index", @@ -24,7 +24,7 @@ }, "license": "Apache-2.0", "dependencies": { - "@here/harp-materials": "^0.20.0" + "@here/harp-materials": "^0.20.1" }, "devDependencies": { "@here/harp-geoutils": "^0.20.0", diff --git a/@here/harp-map-controls/package.json b/@here/harp-map-controls/package.json index b62a2529a1..630e3dbc1c 100644 --- a/@here/harp-map-controls/package.json +++ b/@here/harp-map-controls/package.json @@ -1,6 +1,6 @@ { "name": "@here/harp-map-controls", - "version": "0.20.0", + "version": "0.20.1", "description": "Camera controller which implements a common default set of camera functionality in a map context.", "main": "index.js", "typings": "index", @@ -24,7 +24,7 @@ "license": "Apache-2.0", "dependencies": { "@here/harp-geoutils": "^0.20.0", - "@here/harp-mapview": "^0.20.0", + "@here/harp-mapview": "^0.20.1", "@here/harp-utils": "^0.20.0", "@tweenjs/tween.js": "^17.4.0", "@types/tween.js": "^17.2.0" diff --git a/@here/harp-map-theme/package.json b/@here/harp-map-theme/package.json index 8de25fc36e..1eab98e231 100644 --- a/@here/harp-map-theme/package.json +++ b/@here/harp-map-theme/package.json @@ -1,6 +1,6 @@ { "name": "@here/harp-map-theme", - "version": "0.20.0", + "version": "0.20.1", "description": "Map themes", "main": "index.js", "typings": "index", @@ -25,7 +25,7 @@ "license": "Apache-2.0", "devDependencies": { "@here/harp-atlas-tools": "^0.20.0", - "@here/harp-datasource-protocol": "^0.20.0", + "@here/harp-datasource-protocol": "^0.20.1", "@here/harp-fontcatalog": "^0.1.6", "@here/harp-test-utils": "^0.20.0", "@types/ajv": "^1.0.0", diff --git a/@here/harp-mapview-decoder/package.json b/@here/harp-mapview-decoder/package.json index 574de7148f..98dd7cb16d 100644 --- a/@here/harp-mapview-decoder/package.json +++ b/@here/harp-mapview-decoder/package.json @@ -1,6 +1,6 @@ { "name": "@here/harp-mapview-decoder", - "version": "0.20.0", + "version": "0.20.1", "description": "Decoder worker for mapview", "main": "index.js", "typings": "index", @@ -26,11 +26,11 @@ }, "license": "Apache-2.0", "dependencies": { - "@here/harp-datasource-protocol": "^0.20.0", + "@here/harp-datasource-protocol": "^0.20.1", "@here/harp-fetch": "^0.20.0", "@here/harp-geoutils": "^0.20.0", "@here/harp-lrucache": "^0.20.0", - "@here/harp-mapview": "^0.20.0", + "@here/harp-mapview": "^0.20.1", "@here/harp-utils": "^0.20.0", "geojson-vt": "^3.2.1" }, diff --git a/@here/harp-mapview/package.json b/@here/harp-mapview/package.json index 62ef88af30..f26e2b977e 100644 --- a/@here/harp-mapview/package.json +++ b/@here/harp-mapview/package.json @@ -1,6 +1,6 @@ { "name": "@here/harp-mapview", - "version": "0.20.0", + "version": "0.20.1", "description": "Functionality needed to render a map.", "keywords": [ "map", @@ -32,13 +32,13 @@ }, "license": "Apache-2.0", "dependencies": { - "@here/harp-datasource-protocol": "^0.20.0", + "@here/harp-datasource-protocol": "^0.20.1", "@here/harp-fetch": "^0.20.0", "@here/harp-geometry": "^0.20.0", "@here/harp-geoutils": "^0.20.0", - "@here/harp-lines": "^0.20.0", + "@here/harp-lines": "^0.20.1", "@here/harp-lrucache": "^0.20.0", - "@here/harp-materials": "^0.20.0", + "@here/harp-materials": "^0.20.1", "@here/harp-text-canvas": "^0.20.0", "@here/harp-transfer-manager": "^0.20.0", "@here/harp-utils": "^0.20.0", diff --git a/@here/harp-materials/package.json b/@here/harp-materials/package.json index 2eb6d312d4..d8a78b3064 100644 --- a/@here/harp-materials/package.json +++ b/@here/harp-materials/package.json @@ -1,6 +1,6 @@ { "name": "@here/harp-materials", - "version": "0.20.0", + "version": "0.20.1", "description": "harp.gl Materials defining the appearance of objects", "main": "index.js", "typings": "index", @@ -20,7 +20,7 @@ }, "license": "Apache-2.0", "dependencies": { - "@here/harp-datasource-protocol": "^0.20.0", + "@here/harp-datasource-protocol": "^0.20.1", "@here/harp-utils": "^0.20.0" }, "devDependencies": { diff --git a/@here/harp-olp-utils/package.json b/@here/harp-olp-utils/package.json index 2e72cbc9f6..cba32680c7 100644 --- a/@here/harp-olp-utils/package.json +++ b/@here/harp-olp-utils/package.json @@ -1,6 +1,6 @@ { "name": "@here/harp-olp-utils", - "version": "0.20.0", + "version": "0.20.1", "description": "HERE OLP utilities", "main": "index.js", "scripts": { @@ -20,8 +20,8 @@ "license": "Apache-2.0", "dependencies": { "@here/harp-geoutils": "^0.20.0", - "@here/harp-mapview": "^0.20.0", - "@here/harp-mapview-decoder": "^0.20.0", + "@here/harp-mapview": "^0.20.1", + "@here/harp-mapview-decoder": "^0.20.1", "@here/harp-utils": "^0.20.0", "@here/olp-sdk-dataservice-read": "^1.4.0" }, diff --git a/@here/harp-omv-datasource/package.json b/@here/harp-omv-datasource/package.json index 3d3944b85d..1b8467a95c 100644 --- a/@here/harp-omv-datasource/package.json +++ b/@here/harp-omv-datasource/package.json @@ -1,6 +1,6 @@ { "name": "@here/harp-omv-datasource", - "version": "0.20.0", + "version": "0.20.1", "description": "HERE OMV Data source", "main": "index.js", "typings": "index", @@ -27,7 +27,7 @@ }, "license": "Apache-2.0", "dependencies": { - "@here/harp-vectortile-datasource": "^0.20.0" + "@here/harp-vectortile-datasource": "^0.20.1" }, "devDependencies": { "@here/harp-fetch": "^0.20.0", diff --git a/@here/harp-theme-tools/package.json b/@here/harp-theme-tools/package.json index bbe8e4e191..64db381a43 100644 --- a/@here/harp-theme-tools/package.json +++ b/@here/harp-theme-tools/package.json @@ -1,6 +1,6 @@ { "name": "@here/harp-theme-tools", - "version": "0.20.0", + "version": "0.20.1", "description": "Tools for harp.gl-theme optimiziation.", "bin": { "harp-theme-optimizer": "lib/cli-build-theme.js" @@ -27,7 +27,7 @@ "theme" ], "dependencies": { - "@here/harp-mapview": "^0.20.0", + "@here/harp-mapview": "^0.20.1", "commander": "^5.1.0", "glob": "^7.1.4", "path": "^0.12.7" diff --git a/@here/harp-vectortile-datasource/package.json b/@here/harp-vectortile-datasource/package.json index 7c30e85ec4..755bb0cbb9 100644 --- a/@here/harp-vectortile-datasource/package.json +++ b/@here/harp-vectortile-datasource/package.json @@ -1,6 +1,6 @@ { "name": "@here/harp-vectortile-datasource", - "version": "0.20.0", + "version": "0.20.1", "description": "HERE Vector Tile Data Source", "main": "index.js", "typings": "index", @@ -28,14 +28,14 @@ }, "license": "Apache-2.0", "dependencies": { - "@here/harp-datasource-protocol": "^0.20.0", + "@here/harp-datasource-protocol": "^0.20.1", "@here/harp-geometry": "^0.20.0", "@here/harp-geoutils": "^0.20.0", - "@here/harp-lines": "^0.20.0", + "@here/harp-lines": "^0.20.1", "@here/harp-lrucache": "^0.20.0", - "@here/harp-mapview": "^0.20.0", - "@here/harp-mapview-decoder": "^0.20.0", - "@here/harp-materials": "^0.20.0", + "@here/harp-mapview": "^0.20.1", + "@here/harp-mapview-decoder": "^0.20.1", + "@here/harp-materials": "^0.20.1", "@here/harp-text-canvas": "^0.20.0", "@here/harp-transfer-manager": "^0.20.0", "@here/harp-utils": "^0.20.0", diff --git a/@here/harp-webtile-datasource/package.json b/@here/harp-webtile-datasource/package.json index 01490f7ee1..bd7ab4bf52 100644 --- a/@here/harp-webtile-datasource/package.json +++ b/@here/harp-webtile-datasource/package.json @@ -1,6 +1,6 @@ { "name": "@here/harp-webtile-datasource", - "version": "0.20.0", + "version": "0.20.1", "description": "WebTile Data source", "main": "index.js", "typings": "index", @@ -23,11 +23,11 @@ }, "license": "Apache-2.0", "dependencies": { - "@here/harp-datasource-protocol": "^0.20.0", + "@here/harp-datasource-protocol": "^0.20.1", "@here/harp-geometry": "^0.20.0", "@here/harp-geoutils": "^0.20.0", "@here/harp-lrucache": "^0.20.0", - "@here/harp-mapview": "^0.20.0", + "@here/harp-mapview": "^0.20.1", "@here/harp-utils": "^0.20.0" }, "devDependencies": { diff --git a/@here/harp.gl/package.json b/@here/harp.gl/package.json index 7181c8dabd..7eba5bedf8 100644 --- a/@here/harp.gl/package.json +++ b/@here/harp.gl/package.json @@ -1,6 +1,6 @@ { "name": "@here/harp.gl", - "version": "0.20.0", + "version": "0.20.1", "description": "JS Bundle containing all the functionality needed to render a map with harp.gl", "keywords": [ "map", @@ -34,24 +34,24 @@ "three": "^0.120.1" }, "devDependencies": { - "@here/harp-datasource-protocol": "^0.20.0", - "@here/harp-debug-datasource": "^0.20.0", - "@here/harp-features-datasource": "^0.20.0", - "@here/harp-geojson-datasource": "^0.20.0", + "@here/harp-datasource-protocol": "^0.20.1", + "@here/harp-debug-datasource": "^0.20.1", + "@here/harp-features-datasource": "^0.20.1", + "@here/harp-geojson-datasource": "^0.20.1", "@here/harp-geoutils": "^0.20.0", - "@here/harp-lines": "^0.20.0", + "@here/harp-lines": "^0.20.1", "@here/harp-lrucache": "^0.20.0", - "@here/harp-map-controls": "^0.20.0", - "@here/harp-mapview": "^0.20.0", - "@here/harp-mapview-decoder": "^0.20.0", - "@here/harp-materials": "^0.20.0", - "@here/harp-olp-utils": "^0.20.0", - "@here/harp-omv-datasource": "^0.20.0", + "@here/harp-map-controls": "^0.20.1", + "@here/harp-mapview": "^0.20.1", + "@here/harp-mapview-decoder": "^0.20.1", + "@here/harp-materials": "^0.20.1", + "@here/harp-olp-utils": "^0.20.1", + "@here/harp-omv-datasource": "^0.20.1", "@here/harp-test-utils": "^0.20.0", "@here/harp-text-canvas": "^0.20.0", "@here/harp-utils": "^0.20.0", - "@here/harp-vectortile-datasource": "^0.20.0", - "@here/harp-webtile-datasource": "^0.20.0", + "@here/harp-vectortile-datasource": "^0.20.1", + "@here/harp-webtile-datasource": "^0.20.1", "@microsoft/api-extractor": "^7.8.10", "ts-loader": "^7.0.5", "typescript": "^3.9.3", diff --git a/lerna.json b/lerna.json index 8c70e3b033..014cebc453 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "@here/*" ], - "version": "0.20.0", + "version": "0.20.1", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/test/performance/package.json b/test/performance/package.json index 1ce95ef9e7..ec0200281c 100644 --- a/test/performance/package.json +++ b/test/performance/package.json @@ -1,19 +1,19 @@ { "name": "@here/harp-performance-tests", - "version": "0.20.0", + "version": "0.20.1", "private": true, "author": { "name": "HERE Europe B.V.", "url": "https://here.com" }, "devDependencies": { - "@here/harp-datasource-protocol": "^0.20.0", - "@here/harp-examples": "^0.20.0", + "@here/harp-datasource-protocol": "^0.20.1", + "@here/harp-examples": "^0.20.1", "@here/harp-geoutils": "^0.20.0", - "@here/harp-lines": "^0.20.0", - "@here/harp-mapview": "^0.20.0", + "@here/harp-lines": "^0.20.1", + "@here/harp-mapview": "^0.20.1", "@here/harp-test-utils": "^0.20.0", - "@here/harp-vectortile-datasource": "^0.20.0", + "@here/harp-vectortile-datasource": "^0.20.1", "@types/chai": "^4.2.11", "chai": "^4.2.0", "three": "^0.120.1" diff --git a/test/rendering/package.json b/test/rendering/package.json index f9ae85c4fe..812a53699f 100644 --- a/test/rendering/package.json +++ b/test/rendering/package.json @@ -1,22 +1,22 @@ { "name": "@here/harp-rendering-test", - "version": "0.20.0", + "version": "0.20.1", "private": true, "author": { "name": "HERE Europe B.V.", "url": "https://here.com" }, "devDependencies": { - "@here/harp-datasource-protocol": "^0.20.0", - "@here/harp-debug-datasource": "^0.20.0", - "@here/harp-features-datasource": "^0.20.0", - "@here/harp-geojson-datasource": "^0.20.0", + "@here/harp-datasource-protocol": "^0.20.1", + "@here/harp-debug-datasource": "^0.20.1", + "@here/harp-features-datasource": "^0.20.1", + "@here/harp-geojson-datasource": "^0.20.1", "@here/harp-geoutils": "^0.20.0", - "@here/harp-mapview": "^0.20.0", - "@here/harp-mapview-decoder": "^0.20.0", + "@here/harp-mapview": "^0.20.1", + "@here/harp-mapview-decoder": "^0.20.1", "@here/harp-test-utils": "^0.20.0", "@here/harp-utils": "^0.20.0", - "@here/harp-vectortile-datasource": "^0.20.0", + "@here/harp-vectortile-datasource": "^0.20.1", "@types/chai": "^4.2.11", "chai": "^4.2.0", "three": "^0.120.1" diff --git a/www/package.json b/www/package.json index 70c9fa059f..e0f53c4abc 100644 --- a/www/package.json +++ b/www/package.json @@ -1,6 +1,6 @@ { "name": "@here/harp-website", - "version": "0.20.0", + "version": "0.20.1", "description": "harp.gl website", "scripts": { "build": "webpack --config webpack.config.js", @@ -19,9 +19,9 @@ "private": true, "devDependencies": { "@here/harp-geoutils": "^0.20.0", - "@here/harp-mapview": "^0.20.0", + "@here/harp-mapview": "^0.20.1", "@here/harp-utils": "^0.20.0", - "@here/harp-vectortile-datasource": "^0.20.0", + "@here/harp-vectortile-datasource": "^0.20.1", "copy-webpack-plugin": "^6.0.3", "css-loader": "^3.5.3", "file-loader": "^6.0.0",