Skip to content

Commit

Permalink
v3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisCarriere committed Jan 25, 2017
1 parent 1ed0184 commit 8f96ea4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"lerna": "2.0.0-beta.30",
"version": "3.7.5"
"version": "3.8.0"
}
2 changes: 1 addition & 1 deletion packages/turf-concave/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/concave",
"version": "3.7.5",
"version": "3.8.0",
"description": "turf concave module",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-dissolve/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/dissolve",
"version": "3.7.5",
"version": "3.8.0",
"description": "Dissolves polygons based on an attribute",
"main": "index.js",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/turf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/turf",
"version": "3.7.7",
"version": "3.8.0",
"description": "a JavaScript library for performing geospatial operations with GeoJSON",
"main": "index.js",
"types": "index.d.ts",
Expand Down Expand Up @@ -67,11 +67,11 @@
"@turf/circle": "^3.7.5",
"@turf/collect": "^3.7.5",
"@turf/combine": "^3.7.5",
"@turf/concave": "^3.7.5",
"@turf/concave": "^3.8.0",
"@turf/convex": "^3.7.5",
"@turf/destination": "^3.7.5",
"@turf/difference": "^3.7.5",
"@turf/dissolve": "^3.7.5",
"@turf/dissolve": "^3.8.0",
"@turf/distance": "^3.7.5",
"@turf/envelope": "^3.7.5",
"@turf/explode": "^3.7.5",
Expand Down

0 comments on commit 8f96ea4

Please sign in to comment.