From b3f27584543ee0e36fb75355ce521f7a185d6976 Mon Sep 17 00:00:00 2001 From: Denis Date: Sat, 13 May 2017 03:45:36 -0400 Subject: [PATCH] v4.3.1 --- lerna.json | 2 +- packages/turf-buffer/package.json | 2 +- packages/turf-rewind/package.json | 2 +- packages/turf-rhumb-bearing/package.json | 2 +- packages/turf-rhumb-destination/package.json | 2 +- packages/turf-rhumb-distance/package.json | 2 +- packages/turf/package.json | 12 ++++++------ 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/lerna.json b/lerna.json index 326bda9a6f..21fb87afe6 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { "lerna": "2.0.0-beta.34", - "version": "4.3.0" + "version": "4.3.1" } diff --git a/packages/turf-buffer/package.json b/packages/turf-buffer/package.json index 7efa05ae65..d37fd53d4c 100644 --- a/packages/turf-buffer/package.json +++ b/packages/turf-buffer/package.json @@ -1,6 +1,6 @@ { "name": "@turf/buffer", - "version": "4.3.0", + "version": "4.3.1", "description": "turf buffer module", "main": "index.js", "types": "index.d.ts", diff --git a/packages/turf-rewind/package.json b/packages/turf-rewind/package.json index d2bdcb53ac..594ed518be 100644 --- a/packages/turf-rewind/package.json +++ b/packages/turf-rewind/package.json @@ -1,6 +1,6 @@ { "name": "@turf/rewind", - "version": "4.3.0", + "version": "4.3.1", "description": "turf rewind module", "main": "index.js", "types": "index.d.ts", diff --git a/packages/turf-rhumb-bearing/package.json b/packages/turf-rhumb-bearing/package.json index 23cf776389..c2d612c78b 100644 --- a/packages/turf-rhumb-bearing/package.json +++ b/packages/turf-rhumb-bearing/package.json @@ -1,6 +1,6 @@ { "name": "@turf/rhumb-bearing", - "version": "4.3.0", + "version": "4.3.1", "description": "turf rhumb-bearing module", "main": "index.js", "types": "index.d.ts", diff --git a/packages/turf-rhumb-destination/package.json b/packages/turf-rhumb-destination/package.json index 39d791f529..6b634de86e 100644 --- a/packages/turf-rhumb-destination/package.json +++ b/packages/turf-rhumb-destination/package.json @@ -1,6 +1,6 @@ { "name": "@turf/rhumb-destination", - "version": "4.3.0", + "version": "4.3.1", "description": "turf rhumb-destination module", "main": "index.js", "types": "index.d.ts", diff --git a/packages/turf-rhumb-distance/package.json b/packages/turf-rhumb-distance/package.json index 769c786b29..cc2e8b851e 100644 --- a/packages/turf-rhumb-distance/package.json +++ b/packages/turf-rhumb-distance/package.json @@ -1,6 +1,6 @@ { "name": "@turf/rhumb-distance", - "version": "4.3.0", + "version": "4.3.1", "description": "turf rhumb-distance module", "main": "index.js", "types": "index.d.ts", diff --git a/packages/turf/package.json b/packages/turf/package.json index 96dd1c1ee0..8eb971a16a 100644 --- a/packages/turf/package.json +++ b/packages/turf/package.json @@ -1,6 +1,6 @@ { "name": "@turf/turf", - "version": "4.3.0", + "version": "4.3.1", "description": "a JavaScript library for performing geospatial operations with GeoJSON", "main": "index.js", "types": "index.d.ts", @@ -61,7 +61,7 @@ "@turf/bbox-polygon": "^4.3.0", "@turf/bearing": "^4.3.0", "@turf/bezier": "^4.3.0", - "@turf/buffer": "^4.3.0", + "@turf/buffer": "^4.3.1", "@turf/center": "^4.3.0", "@turf/center-of-mass": "^4.3.0", "@turf/centroid": "^4.3.0", @@ -109,10 +109,10 @@ "@turf/polygon-tangents": "^4.3.0", "@turf/polygon-to-linestring": "^4.3.0", "@turf/random": "^4.3.0", - "@turf/rewind": "^4.3.0", - "@turf/rhumb-bearing": "^4.3.0", - "@turf/rhumb-destination": "^4.3.0", - "@turf/rhumb-distance": "^4.3.0", + "@turf/rewind": "^4.3.1", + "@turf/rhumb-bearing": "^4.3.1", + "@turf/rhumb-destination": "^4.3.1", + "@turf/rhumb-distance": "^4.3.1", "@turf/sample": "^4.3.0", "@turf/sector": "^4.3.0", "@turf/simplify": "^4.3.0",