Skip to content

Commit

Permalink
v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw committed Jul 12, 2016
1 parent 415d110 commit 27711d1
Show file tree
Hide file tree
Showing 40 changed files with 136 additions and 136 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.23",
"version": "3.1.0"
"version": "3.1.1"
}
8 changes: 4 additions & 4 deletions packages/turf-along/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/along",
"version": "3.0.16",
"version": "3.1.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -29,9 +29,9 @@
"@turf/helpers": "^3.0.16"
},
"dependencies": {
"@turf/bearing": "^3.0.16",
"@turf/destination": "^3.0.16",
"@turf/distance": "^3.0.16",
"@turf/bearing": "^3.1.1",
"@turf/destination": "^3.1.1",
"@turf/distance": "^3.1.1",
"@turf/helpers": "^3.0.16"
}
}
2 changes: 1 addition & 1 deletion packages/turf-bbox-polygon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/bbox-polygon",
"version": "3.0.16",
"version": "3.1.1",
"description": "turf bboxPolygon module",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/turf-bbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/bbox",
"version": "3.0.16",
"version": "3.1.1",
"description": "turf bbox module",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -29,6 +29,6 @@
"tape": "^3.5.0"
},
"dependencies": {
"@turf/meta": "^3.0.16"
"@turf/meta": "^3.1.1"
}
}
2 changes: 1 addition & 1 deletion packages/turf-bearing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/bearing",
"version": "3.0.16",
"version": "3.1.1",
"description": "turf bearing module",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-bezier/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/bezier",
"version": "3.0.16",
"version": "3.1.1",
"description": "generate a bezier curve from a linestring",
"main": "index.js",
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions packages/turf-buffer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/buffer",
"version": "3.0.18",
"version": "3.1.1",
"description": "turf buffer module",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -29,14 +29,14 @@
"benchmark": "^1.0.0",
"glob": "^5.0.3",
"tape": "^3.5.0",
"@turf/distance": "^3.0.16",
"@turf/bbox": "^3.0.16",
"@turf/distance": "^3.1.1",
"@turf/bbox": "^3.1.1",
"@turf/helpers": "^3.0.16"
},
"dependencies": {
"geojson-normalize": "0.0.0",
"jsts": "1.2.0",
"@turf/combine": "^3.0.16",
"@turf/combine": "^3.1.1",
"@turf/helpers": "^3.0.16"
}
}
4 changes: 2 additions & 2 deletions packages/turf-center/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/center",
"version": "3.0.16",
"version": "3.1.1",
"description": "turf center module",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"tape": "^3.5.0"
},
"dependencies": {
"@turf/bbox": "^3.0.16",
"@turf/bbox": "^3.1.1",
"@turf/helpers": "^3.0.16"
}
}
4 changes: 2 additions & 2 deletions packages/turf-centroid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/centroid",
"version": "3.0.16",
"version": "3.1.1",
"description": "turf centroid module",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"tape": "^3.5.0"
},
"dependencies": {
"@turf/meta": "^3.0.16",
"@turf/meta": "^3.1.1",
"@turf/helpers": "^3.0.16"
}
}
8 changes: 4 additions & 4 deletions packages/turf-circle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/circle",
"version": "3.0.16",
"version": "3.1.1",
"description": "turf circle module",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -31,11 +31,11 @@
"devDependencies": {
"benchmark": "^1.0.0",
"tape": "^3.5.0",
"@turf/distance": "^3.0.16",
"@turf/inside": "^3.0.16"
"@turf/distance": "^3.1.1",
"@turf/inside": "^3.1.1"
},
"dependencies": {
"@turf/destination": "^3.0.16",
"@turf/destination": "^3.1.1",
"@turf/helpers": "^3.0.16"
}
}
4 changes: 2 additions & 2 deletions packages/turf-collect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/collect",
"version": "3.0.16",
"version": "3.1.1",
"description": "turf aggregate module",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -30,6 +30,6 @@
"@turf/helpers": "^3.0.16"
},
"dependencies": {
"@turf/inside": "^3.0.16"
"@turf/inside": "^3.1.1"
}
}
4 changes: 2 additions & 2 deletions packages/turf-combine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/combine",
"version": "3.0.16",
"version": "3.1.1",
"description": "turf combine module",
"main": "index.js",
"scripts": {
Expand All @@ -18,7 +18,7 @@
"combine"
],
"dependencies": {
"@turf/meta": "^3.0.16"
"@turf/meta": "^3.1.1"
},
"author": "morganherlocker",
"license": "MIT",
Expand Down
8 changes: 4 additions & 4 deletions packages/turf-concave/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/concave",
"version": "3.0.18",
"version": "3.1.1",
"description": "turf concave module",
"main": "index.js",
"scripts": {
Expand All @@ -27,9 +27,9 @@
"tape": "~3.5.0"
},
"dependencies": {
"@turf/meta": "^3.0.16",
"@turf/tin": "^3.0.16",
"@turf/meta": "^3.1.1",
"@turf/tin": "^3.1.1",
"@turf/union": "^3.0.18",
"@turf/distance": "^3.0.16"
"@turf/distance": "^3.1.1"
}
}
4 changes: 2 additions & 2 deletions packages/turf-convex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/convex",
"version": "3.0.17",
"version": "3.1.1",
"description": "",
"main": "index.js",
"directories": {
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"convex-hull": "^1.0.3",
"@turf/meta": "^3.0.16",
"@turf/meta": "^3.1.1",
"@turf/helpers": "^3.0.16"
}
}
4 changes: 2 additions & 2 deletions packages/turf-destination/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/destination",
"version": "3.0.16",
"version": "3.1.1",
"description": "turf destination module",
"main": "index.js",
"scripts": {
Expand All @@ -27,7 +27,7 @@
"devDependencies": {
"benchmark": "^1.0.0",
"tape": "^3.5.0",
"@turf/distance": "^3.0.16"
"@turf/distance": "^3.1.1"
},
"dependencies": {
"@turf/helpers": "^3.0.16",
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-distance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/distance",
"version": "3.0.16",
"version": "3.1.1",
"description": "turf distance module",
"main": "index.js",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/turf-envelope/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/envelope",
"version": "3.0.16",
"version": "3.1.1",
"description": "turf envelope module",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"tape": "^3.5.0"
},
"dependencies": {
"@turf/bbox-polygon": "^3.0.16",
"@turf/bbox": "^3.0.16"
"@turf/bbox-polygon": "^3.1.1",
"@turf/bbox": "^3.1.1"
}
}
4 changes: 2 additions & 2 deletions packages/turf-explode/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/explode",
"version": "3.0.16",
"version": "3.1.1",
"description": "turf explode module",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"@turf/helpers": "^3.0.16"
},
"dependencies": {
"@turf/meta": "^3.0.16",
"@turf/meta": "^3.1.1",
"@turf/helpers": "^3.0.16"
}
}
4 changes: 2 additions & 2 deletions packages/turf-flip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/flip",
"version": "3.0.16",
"version": "3.1.1",
"description": "turf flip module",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -28,6 +28,6 @@
"@turf/helpers": "^3.0.16"
},
"dependencies": {
"@turf/meta": "^3.0.16"
"@turf/meta": "^3.1.1"
}
}
10 changes: 5 additions & 5 deletions packages/turf-hex-grid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/hex-grid",
"version": "3.0.16",
"version": "3.1.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -34,12 +34,12 @@
"devDependencies": {
"benchmark": "^1.0.0",
"tape": "^3.5.0",
"@turf/bbox-polygon": "^3.0.16",
"@turf/explode": "^3.0.16",
"@turf/inside": "^3.0.16"
"@turf/bbox-polygon": "^3.1.1",
"@turf/explode": "^3.1.1",
"@turf/inside": "^3.1.1"
},
"dependencies": {
"@turf/distance": "^3.0.16",
"@turf/distance": "^3.1.1",
"@turf/helpers": "^3.0.16"
}
}
2 changes: 1 addition & 1 deletion packages/turf-inside/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/inside",
"version": "3.0.16",
"version": "3.1.1",
"description": "turf inside module",
"main": "index.js",
"scripts": {
Expand Down
10 changes: 5 additions & 5 deletions packages/turf-isolines/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/isolines",
"version": "3.0.16",
"version": "3.1.1",
"description": "turf isolines module",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -29,12 +29,12 @@
"tape": "^3.5.0"
},
"dependencies": {
"@turf/bbox": "^3.0.16",
"@turf/bbox": "^3.1.1",
"turf-grid": "1.0.1",
"@turf/inside": "^3.0.16",
"@turf/inside": "^3.1.1",
"@turf/helpers": "^3.0.16",
"@turf/planepoint": "^3.0.16",
"@turf/square": "^3.0.16",
"@turf/tin": "^3.0.16"
"@turf/square": "^3.1.1",
"@turf/tin": "^3.1.1"
}
}
2 changes: 1 addition & 1 deletion packages/turf-kinks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/kinks",
"version": "3.0.16",
"version": "3.1.1",
"description": "turf kinks module",
"main": "index.js",
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/turf-line-distance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/line-distance",
"version": "3.0.16",
"version": "3.1.1",
"description": "turf-line-distance ---",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"tape": "^3.5.0"
},
"dependencies": {
"@turf/distance": "^3.0.16",
"@turf/distance": "^3.1.1",
"@turf/helpers": "^3.0.16"
}
}

0 comments on commit 27711d1

Please sign in to comment.