diff --git a/lerna.json b/lerna.json index 7e12d69f6f..59f00e2fe0 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { "lerna": "2.0.0-beta.9", - "version": "3.0.2" + "version": "3.0.3" } diff --git a/packages/turf-collect/package.json b/packages/turf-collect/package.json index ee810b18d8..bd8a542aa5 100644 --- a/packages/turf-collect/package.json +++ b/packages/turf-collect/package.json @@ -1,6 +1,6 @@ { "name": "turf-collect", - "version": "3.0.1", + "version": "3.0.3", "description": "turf aggregate module", "main": "index.js", "scripts": { diff --git a/packages/turf/package.json b/packages/turf/package.json index 4bafe081bc..ed9a706196 100644 --- a/packages/turf/package.json +++ b/packages/turf/package.json @@ -1,6 +1,6 @@ { "name": "turf", - "version": "3.0.2", + "version": "3.0.3", "description": "a node.js library for performing geospatial operations with geojson", "main": "index.js", "scripts": { @@ -45,7 +45,7 @@ "url": "https://github.com/morganherlocker/turf/issues" }, "dependencies": { - "turf-collect": "^3.0.1", + "turf-collect": "^3.0.3", "turf-along": "^3.0.1", "turf-area": "^3.0.1", "turf-bbox-polygon": "^3.0.1",