Skip to content

Commit 7a244f6

Browse files
committed
v3.0.3
1 parent d950db1 commit 7a244f6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.9",
3-
"version": "3.0.2"
3+
"version": "3.0.3"
44
}

packages/turf-collect/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "turf-collect",
3-
"version": "3.0.1",
3+
"version": "3.0.3",
44
"description": "turf aggregate module",
55
"main": "index.js",
66
"scripts": {

packages/turf/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "turf",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"description": "a node.js library for performing geospatial operations with geojson",
55
"main": "index.js",
66
"scripts": {
@@ -45,7 +45,7 @@
4545
"url": "https://github.com/morganherlocker/turf/issues"
4646
},
4747
"dependencies": {
48-
"turf-collect": "^3.0.1",
48+
"turf-collect": "^3.0.3",
4949
"turf-along": "^3.0.1",
5050
"turf-area": "^3.0.1",
5151
"turf-bbox-polygon": "^3.0.1",

0 commit comments

Comments
 (0)