From fb5651f1bcd67c9f66599d81948bded7044b3d40 Mon Sep 17 00:00:00 2001 From: Jonathan Stichbury <2533428+nzjony@users.noreply.github.com> Date: Wed, 28 Oct 2020 10:55:34 +0100 Subject: [PATCH] v0.20.4 --- @here/harp-examples/package.json | 2 +- @here/harp-webpack-utils/package.json | 2 +- lerna.json | 2 +- test/performance/package.json | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/@here/harp-examples/package.json b/@here/harp-examples/package.json index 7527aaab14..99da25e338 100644 --- a/@here/harp-examples/package.json +++ b/@here/harp-examples/package.json @@ -1,6 +1,6 @@ { "name": "@here/harp-examples", - "version": "0.20.2", + "version": "0.20.4", "description": "harp.gl Examples", "keywords": [ "examples", diff --git a/@here/harp-webpack-utils/package.json b/@here/harp-webpack-utils/package.json index 8ad7893953..b9d15e04c0 100644 --- a/@here/harp-webpack-utils/package.json +++ b/@here/harp-webpack-utils/package.json @@ -1,6 +1,6 @@ { "name": "@here/harp-webpack-utils", - "version": "0.20.3", + "version": "0.20.4", "description": "harp.gl webpack utilities", "scripts": { "build": "tsc --build $EXTRA_TSC_ARGS", diff --git a/lerna.json b/lerna.json index d82dbea333..1f690f2646 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "@here/*" ], - "version": "0.20.3", + "version": "0.20.4", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/test/performance/package.json b/test/performance/package.json index 8ce7af0dca..3462a1771a 100644 --- a/test/performance/package.json +++ b/test/performance/package.json @@ -1,6 +1,6 @@ { "name": "@here/harp-performance-tests", - "version": "0.20.2", + "version": "0.20.4", "private": true, "author": { "name": "HERE Europe B.V.", @@ -8,7 +8,7 @@ }, "devDependencies": { "@here/harp-datasource-protocol": "^0.20.1", - "@here/harp-examples": "^0.20.2", + "@here/harp-examples": "^0.20.4", "@here/harp-geoutils": "^0.20.0", "@here/harp-lines": "^0.20.1", "@here/harp-mapview": "^0.20.1",