Skip to content

Commit

Permalink
v4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisCarriere committed May 13, 2017
1 parent 232324f commit b3f2758
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,4 +1,4 @@
{
"lerna": "2.0.0-beta.34",
"version": "4.3.0"
"version": "4.3.1"
}
2 changes: 1 addition & 1 deletion 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",
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down
12 changes: 6 additions & 6 deletions 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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit b3f2758

Please sign in to comment.