Skip to content

Commit 9e696ee

Browse files
author
morganherlocker
committed
v3.0.11
1 parent 7d2668b commit 9e696ee

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"lerna": "2.0.0-beta.20",
3-
"version": "3.0.10"
3+
"version": "3.0.11"
44
}

packages/turf-line-slice/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "turf-line-slice",
3-
"version": "3.0.10",
3+
"version": "3.0.11",
44
"description": "",
55
"main": "index.js",
66
"scripts": {
@@ -35,6 +35,6 @@
3535
"turf-destination": "^3.0.10",
3636
"turf-distance": "^3.0.10",
3737
"turf-helpers": "^3.0.10",
38-
"turf-point-on-line": "^3.0.10"
38+
"turf-point-on-line": "^3.0.11"
3939
}
4040
}

packages/turf-point-on-line/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "turf-point-on-line",
3-
"version": "3.0.10",
3+
"version": "3.0.11",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

packages/turf/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "turf",
3-
"version": "3.0.10",
3+
"version": "3.0.11",
44
"description": "a node.js library for performing geospatial operations with geojson",
55
"main": "index.js",
66
"scripts": {
@@ -72,13 +72,13 @@
7272
"turf-isolines": "^3.0.10",
7373
"turf-kinks": "^3.0.10",
7474
"turf-line-distance": "^3.0.10",
75-
"turf-line-slice": "^3.0.10",
75+
"turf-line-slice": "^3.0.11",
7676
"turf-meta": "^3.0.10",
7777
"turf-midpoint": "^3.0.10",
7878
"turf-nearest": "^3.0.10",
7979
"turf-planepoint": "^3.0.10",
8080
"turf-point-grid": "^3.0.10",
81-
"turf-point-on-line": "^3.0.10",
81+
"turf-point-on-line": "^3.0.11",
8282
"turf-point-on-surface": "^3.0.10",
8383
"turf-random": "^3.0.10",
8484
"turf-sample": "^3.0.10",

0 commit comments

Comments
 (0)