Skip to content

Commit

Permalink
v3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw committed Jul 20, 2016
1 parent d0c32e7 commit 07f5a61
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.4.0"
"version": "3.4.1"
}
4 changes: 2 additions & 2 deletions packages/turf-center-of-mass/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/center-of-mass",
"version": "3.4.0",
"version": "3.4.1",
"description": "Turf center of mass module",
"main": "index.js",
"directories": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"@turf/meta": "^3.3.3",
"@turf/centroid": "^3.3.3",
"@turf/convex": "^3.3.3",
"@turf/convex": "^3.4.1",
"@turf/explode": "^3.3.3",
"@turf/helpers": "^3.3.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/turf-convex/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/convex",
"version": "3.3.3",
"version": "3.4.1",
"description": "",
"main": "index.js",
"directories": {
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.4.0",
"version": "3.4.1",
"description": "a JavaScript library for performing geospatial operations with GeoJSON",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -60,12 +60,12 @@
"@turf/bezier": "^3.3.3",
"@turf/buffer": "^3.3.3",
"@turf/center": "^3.3.3",
"@turf/center-of-mass": "^3.4.0",
"@turf/center-of-mass": "^3.4.1",
"@turf/centroid": "^3.3.3",
"@turf/circle": "^3.3.3",
"@turf/combine": "^3.3.3",
"@turf/concave": "^3.3.3",
"@turf/convex": "^3.3.3",
"@turf/convex": "^3.4.1",
"@turf/destination": "^3.3.3",
"@turf/distance": "^3.3.3",
"@turf/envelope": "^3.3.3",
Expand Down

0 comments on commit 07f5a61

Please sign in to comment.