Skip to content

Commit

Permalink
v3.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw committed Nov 22, 2016
1 parent 366f4f8 commit 542c4bc
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 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.6.1"
"version": "3.6.2"
}
2 changes: 1 addition & 1 deletion packages/turf-buffer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/buffer",
"version": "3.6.1",
"version": "3.6.2",
"description": "turf buffer module",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 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.6.1",
"version": "3.6.2",
"description": "turf concave module",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"@turf/meta": "^3.6.1",
"@turf/tin": "^3.6.1",
"@turf/union": "^3.5.2",
"@turf/union": "^3.6.2",
"@turf/distance": "^3.6.1"
}
}
2 changes: 1 addition & 1 deletion packages/turf-difference/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/difference",
"version": "3.6.1",
"version": "3.6.2",
"description": "[Turf](http://turfjs.org/) difference module",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-intersect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/intersect",
"version": "3.5.3",
"version": "3.6.2",
"description": "find the intersection of spatial features",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-union/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/union",
"version": "3.5.2",
"version": "3.6.2",
"description": "find the union of geographic features",
"main": "index.js",
"scripts": {
Expand Down
12 changes: 6 additions & 6 deletions packages/turf/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/turf",
"version": "3.6.1",
"version": "3.6.2",
"description": "a JavaScript library for performing geospatial operations with GeoJSON",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -58,25 +58,25 @@
"@turf/bbox-polygon": "^3.6.1",
"@turf/bearing": "^3.5.2",
"@turf/bezier": "^3.6.1",
"@turf/buffer": "^3.6.1",
"@turf/buffer": "^3.6.2",
"@turf/center": "^3.6.1",
"@turf/center-of-mass": "^3.6.1",
"@turf/centroid": "^3.6.1",
"@turf/circle": "^3.6.1",
"@turf/combine": "^3.6.1",
"@turf/concave": "^3.6.1",
"@turf/concave": "^3.6.2",
"@turf/convex": "^3.6.1",
"@turf/destination": "^3.6.1",
"@turf/distance": "^3.6.1",
"@turf/envelope": "^3.6.1",
"@turf/difference": "^3.6.1",
"@turf/difference": "^3.6.2",
"@turf/explode": "^3.6.1",
"@turf/bbox": "^3.6.1",
"@turf/flip": "^3.6.1",
"@turf/tesselate": "^3.6.1",
"@turf/hex-grid": "^3.6.1",
"@turf/inside": "^3.6.1",
"@turf/intersect": "^3.5.3",
"@turf/intersect": "^3.6.2",
"@turf/isolines": "^3.6.1",
"@turf/kinks": "^3.6.1",
"@turf/line-distance": "^3.6.1",
Expand All @@ -98,7 +98,7 @@
"@turf/tag": "^3.6.1",
"@turf/tin": "^3.6.1",
"@turf/triangle-grid": "^3.6.1",
"@turf/union": "^3.5.2",
"@turf/union": "^3.6.2",
"@turf/within": "^3.6.1",
"@turf/helpers": "^3.6.1",
"@turf/invariant": "^3.5.2"
Expand Down

0 comments on commit 542c4bc

Please sign in to comment.