Skip to content

Commit

Permalink
v3.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
morganherlocker committed Jun 17, 2016
1 parent 7d2668b commit 9e696ee
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
@@ -1,4 +1,4 @@
{
"lerna": "2.0.0-beta.20",
"version": "3.0.10"
"version": "3.0.11"
}
4 changes: 2 additions & 2 deletions packages/turf-line-slice/package.json
@@ -1,6 +1,6 @@
{
"name": "turf-line-slice",
"version": "3.0.10",
"version": "3.0.11",
"description": "",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -35,6 +35,6 @@
"turf-destination": "^3.0.10",
"turf-distance": "^3.0.10",
"turf-helpers": "^3.0.10",
"turf-point-on-line": "^3.0.10"
"turf-point-on-line": "^3.0.11"
}
}
2 changes: 1 addition & 1 deletion packages/turf-point-on-line/package.json
@@ -1,6 +1,6 @@
{
"name": "turf-point-on-line",
"version": "3.0.10",
"version": "3.0.11",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/turf/package.json
@@ -1,6 +1,6 @@
{
"name": "turf",
"version": "3.0.10",
"version": "3.0.11",
"description": "a node.js library for performing geospatial operations with geojson",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -72,13 +72,13 @@
"turf-isolines": "^3.0.10",
"turf-kinks": "^3.0.10",
"turf-line-distance": "^3.0.10",
"turf-line-slice": "^3.0.10",
"turf-line-slice": "^3.0.11",
"turf-meta": "^3.0.10",
"turf-midpoint": "^3.0.10",
"turf-nearest": "^3.0.10",
"turf-planepoint": "^3.0.10",
"turf-point-grid": "^3.0.10",
"turf-point-on-line": "^3.0.10",
"turf-point-on-line": "^3.0.11",
"turf-point-on-surface": "^3.0.10",
"turf-random": "^3.0.10",
"turf-sample": "^3.0.10",
Expand Down

0 comments on commit 9e696ee

Please sign in to comment.