Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
v0.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nzjony committed Oct 28, 2020
1 parent e7a1051 commit fb5651f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion @here/harp-examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@here/harp-examples",
"version": "0.20.2",
"version": "0.20.4",
"description": "harp.gl Examples",
"keywords": [
"examples",
Expand Down
2 changes: 1 addition & 1 deletion @here/harp-webpack-utils/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"@here/*"
],
"version": "0.20.3",
"version": "0.20.4",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
4 changes: 2 additions & 2 deletions test/performance/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@here/harp-performance-tests",
"version": "0.20.2",
"version": "0.20.4",
"private": true,
"author": {
"name": "HERE Europe B.V.",
"url": "https://here.com"
},
"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",
Expand Down

0 comments on commit fb5651f

Please sign in to comment.