Skip to content

Commit dd35b52

Browse files
authored
Release 7.0.0-alpha.2 (#2503)
* Update changelog for next prerelease * v7.0.0-alpha.2
1 parent 1a155df commit dd35b52

File tree

115 files changed

+706
-705
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+706
-705
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ We intend to keep making breaking changes before 7.0.0 is fully released. If you
4444
- [`@turf/boolean-within`](boolean-within) Fix multipoint checks (#2216)
4545
- [`@turf/points-within-polygon`](points-within-polygon) Fix dropped properties on MultiPoint results (#2227)
4646
- [`@turf/random`](random) Throws error on invalid bbox inputs (#2172)
47+
- [`@turf/boolean-parallel`](boolean-parallel) Lines with 180 degree angle between them are also considered parallel (#2475)
4748

4849
## 📖 Documentation
4950
- [`@turf/bbox`][bbox] Improve documentation (#2153)

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
}
1313
},
1414
"npmClient": "yarn",
15-
"version": "7.0.0-alpha.1"
15+
"version": "7.0.0-alpha.2"
1616
}

packages/turf-along/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@turf/along",
3-
"version": "7.0.0-alpha.1",
3+
"version": "7.0.0-alpha.2",
44
"description": "turf along module",
55
"author": "Turf Authors",
66
"license": "MIT",
@@ -58,11 +58,11 @@
5858
"typescript": "*"
5959
},
6060
"dependencies": {
61-
"@turf/bearing": "^7.0.0-alpha.1",
62-
"@turf/destination": "^7.0.0-alpha.1",
63-
"@turf/distance": "^7.0.0-alpha.1",
64-
"@turf/helpers": "^7.0.0-alpha.1",
65-
"@turf/invariant": "^7.0.0-alpha.1",
61+
"@turf/bearing": "^7.0.0-alpha.2",
62+
"@turf/destination": "^7.0.0-alpha.2",
63+
"@turf/distance": "^7.0.0-alpha.2",
64+
"@turf/helpers": "^7.0.0-alpha.2",
65+
"@turf/invariant": "^7.0.0-alpha.2",
6666
"tslib": "^2.3.0"
6767
}
6868
}

packages/turf-angle/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@turf/angle",
3-
"version": "7.0.0-alpha.1",
3+
"version": "7.0.0-alpha.2",
44
"description": "turf angle module",
55
"author": "Turf Authors",
66
"contributors": [
@@ -48,9 +48,9 @@
4848
"test:tape": "tsx test.js"
4949
},
5050
"devDependencies": {
51-
"@turf/distance": "^7.0.0-alpha.1",
52-
"@turf/sector": "^7.0.0-alpha.1",
53-
"@turf/truncate": "^7.0.0-alpha.1",
51+
"@turf/distance": "^7.0.0-alpha.2",
52+
"@turf/sector": "^7.0.0-alpha.2",
53+
"@turf/truncate": "^7.0.0-alpha.2",
5454
"@types/tape": "*",
5555
"benchmark": "*",
5656
"glob": "*",
@@ -63,10 +63,10 @@
6363
"write-json-file": "*"
6464
},
6565
"dependencies": {
66-
"@turf/bearing": "^7.0.0-alpha.1",
67-
"@turf/helpers": "^7.0.0-alpha.1",
68-
"@turf/invariant": "^7.0.0-alpha.1",
69-
"@turf/rhumb-bearing": "^7.0.0-alpha.1",
66+
"@turf/bearing": "^7.0.0-alpha.2",
67+
"@turf/helpers": "^7.0.0-alpha.2",
68+
"@turf/invariant": "^7.0.0-alpha.2",
69+
"@turf/rhumb-bearing": "^7.0.0-alpha.2",
7070
"tslib": "^2.3.0"
7171
}
7272
}

packages/turf-area/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@turf/area",
3-
"version": "7.0.0-alpha.1",
3+
"version": "7.0.0-alpha.2",
44
"description": "turf area module",
55
"author": "Turf Authors",
66
"license": "MIT",
@@ -58,8 +58,8 @@
5858
"write-json-file": "*"
5959
},
6060
"dependencies": {
61-
"@turf/helpers": "^7.0.0-alpha.1",
62-
"@turf/meta": "^7.0.0-alpha.1",
61+
"@turf/helpers": "^7.0.0-alpha.2",
62+
"@turf/meta": "^7.0.0-alpha.2",
6363
"tslib": "^2.3.0"
6464
}
6565
}

packages/turf-bbox-clip/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@turf/bbox-clip",
3-
"version": "7.0.0-alpha.1",
3+
"version": "7.0.0-alpha.2",
44
"description": "turf bbox-clip module",
55
"author": "Turf Authors",
66
"contributors": [
@@ -53,7 +53,7 @@
5353
"test:tape": "tsx test.js"
5454
},
5555
"devDependencies": {
56-
"@turf/bbox": "^7.0.0-alpha.1",
56+
"@turf/bbox": "^7.0.0-alpha.2",
5757
"@types/tape": "*",
5858
"benchmark": "*",
5959
"load-json-file": "*",
@@ -65,8 +65,8 @@
6565
"write-json-file": "*"
6666
},
6767
"dependencies": {
68-
"@turf/helpers": "^7.0.0-alpha.1",
69-
"@turf/invariant": "^7.0.0-alpha.1",
68+
"@turf/helpers": "^7.0.0-alpha.2",
69+
"@turf/invariant": "^7.0.0-alpha.2",
7070
"tslib": "^2.3.0"
7171
}
7272
}

packages/turf-bbox-polygon/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@turf/bbox-polygon",
3-
"version": "7.0.0-alpha.1",
3+
"version": "7.0.0-alpha.2",
44
"description": "turf bbox-polygon module",
55
"author": "Turf Authors",
66
"license": "MIT",
@@ -57,7 +57,7 @@
5757
"typescript": "*"
5858
},
5959
"dependencies": {
60-
"@turf/helpers": "^7.0.0-alpha.1",
60+
"@turf/helpers": "^7.0.0-alpha.2",
6161
"tslib": "^2.3.0"
6262
}
6363
}

packages/turf-bbox/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@turf/bbox",
3-
"version": "7.0.0-alpha.1",
3+
"version": "7.0.0-alpha.2",
44
"description": "turf bbox module",
55
"author": "Turf Authors",
66
"license": "MIT",
@@ -58,8 +58,8 @@
5858
"typescript": "*"
5959
},
6060
"dependencies": {
61-
"@turf/helpers": "^7.0.0-alpha.1",
62-
"@turf/meta": "^7.0.0-alpha.1",
61+
"@turf/helpers": "^7.0.0-alpha.2",
62+
"@turf/meta": "^7.0.0-alpha.2",
6363
"tslib": "^2.3.0"
6464
}
6565
}

packages/turf-bearing/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@turf/bearing",
3-
"version": "7.0.0-alpha.1",
3+
"version": "7.0.0-alpha.2",
44
"description": "turf bearing module",
55
"author": "Turf Authors",
66
"license": "MIT",
@@ -45,7 +45,7 @@
4545
"test:tape": "tsx test.js"
4646
},
4747
"devDependencies": {
48-
"@turf/destination": "^7.0.0-alpha.1",
48+
"@turf/destination": "^7.0.0-alpha.2",
4949
"@types/tape": "*",
5050
"benchmark": "*",
5151
"npm-run-all": "*",
@@ -56,8 +56,8 @@
5656
"write-json-file": "*"
5757
},
5858
"dependencies": {
59-
"@turf/helpers": "^7.0.0-alpha.1",
60-
"@turf/invariant": "^7.0.0-alpha.1",
59+
"@turf/helpers": "^7.0.0-alpha.2",
60+
"@turf/invariant": "^7.0.0-alpha.2",
6161
"tslib": "^2.3.0"
6262
}
6363
}

packages/turf-bezier-spline/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@turf/bezier-spline",
3-
"version": "7.0.0-alpha.1",
3+
"version": "7.0.0-alpha.2",
44
"description": "turf bezier-spline module",
55
"author": "Turf Authors",
66
"license": "MIT",
@@ -59,8 +59,8 @@
5959
"write-json-file": "*"
6060
},
6161
"dependencies": {
62-
"@turf/helpers": "^7.0.0-alpha.1",
63-
"@turf/invariant": "^7.0.0-alpha.1",
62+
"@turf/helpers": "^7.0.0-alpha.2",
63+
"@turf/invariant": "^7.0.0-alpha.2",
6464
"tslib": "^2.3.0"
6565
}
6666
}

packages/turf-boolean-clockwise/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@turf/boolean-clockwise",
3-
"version": "7.0.0-alpha.1",
3+
"version": "7.0.0-alpha.2",
44
"description": "turf boolean-clockwise module",
55
"author": "Turf Authors",
66
"contributors": [
@@ -63,8 +63,8 @@
6363
"typescript": "*"
6464
},
6565
"dependencies": {
66-
"@turf/helpers": "^7.0.0-alpha.1",
67-
"@turf/invariant": "^7.0.0-alpha.1",
66+
"@turf/helpers": "^7.0.0-alpha.2",
67+
"@turf/invariant": "^7.0.0-alpha.2",
6868
"tslib": "^2.3.0"
6969
}
7070
}

packages/turf-boolean-concave/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@turf/boolean-concave",
3-
"version": "7.0.0-alpha.1",
3+
"version": "7.0.0-alpha.2",
44
"description": "turf boolean-concave module",
55
"author": "Turf Authors",
66
"contributors": [
@@ -62,8 +62,8 @@
6262
"typescript": "*"
6363
},
6464
"dependencies": {
65-
"@turf/helpers": "^7.0.0-alpha.1",
66-
"@turf/invariant": "^7.0.0-alpha.1",
65+
"@turf/helpers": "^7.0.0-alpha.2",
66+
"@turf/invariant": "^7.0.0-alpha.2",
6767
"tslib": "^2.3.0"
6868
}
6969
}

packages/turf-boolean-contains/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@turf/boolean-contains",
3-
"version": "7.0.0-alpha.1",
3+
"version": "7.0.0-alpha.2",
44
"description": "turf boolean-contains module",
55
"author": "Turf Authors",
66
"contributors": [
@@ -64,11 +64,11 @@
6464
"typescript": "*"
6565
},
6666
"dependencies": {
67-
"@turf/bbox": "^7.0.0-alpha.1",
68-
"@turf/boolean-point-in-polygon": "^7.0.0-alpha.1",
69-
"@turf/boolean-point-on-line": "^7.0.0-alpha.1",
70-
"@turf/helpers": "^7.0.0-alpha.1",
71-
"@turf/invariant": "^7.0.0-alpha.1",
67+
"@turf/bbox": "^7.0.0-alpha.2",
68+
"@turf/boolean-point-in-polygon": "^7.0.0-alpha.2",
69+
"@turf/boolean-point-on-line": "^7.0.0-alpha.2",
70+
"@turf/helpers": "^7.0.0-alpha.2",
71+
"@turf/invariant": "^7.0.0-alpha.2",
7272
"tslib": "^2.3.0"
7373
}
7474
}

packages/turf-boolean-crosses/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@turf/boolean-crosses",
3-
"version": "7.0.0-alpha.1",
3+
"version": "7.0.0-alpha.2",
44
"description": "turf boolean-crosses module",
55
"author": "Turf Authors",
66
"contributors": [
@@ -63,11 +63,11 @@
6363
"typescript": "*"
6464
},
6565
"dependencies": {
66-
"@turf/boolean-point-in-polygon": "^7.0.0-alpha.1",
67-
"@turf/helpers": "^7.0.0-alpha.1",
68-
"@turf/invariant": "^7.0.0-alpha.1",
69-
"@turf/line-intersect": "^7.0.0-alpha.1",
70-
"@turf/polygon-to-line": "^7.0.0-alpha.1",
66+
"@turf/boolean-point-in-polygon": "^7.0.0-alpha.2",
67+
"@turf/helpers": "^7.0.0-alpha.2",
68+
"@turf/invariant": "^7.0.0-alpha.2",
69+
"@turf/line-intersect": "^7.0.0-alpha.2",
70+
"@turf/polygon-to-line": "^7.0.0-alpha.2",
7171
"tslib": "^2.3.0"
7272
}
7373
}

packages/turf-boolean-disjoint/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@turf/boolean-disjoint",
3-
"version": "7.0.0-alpha.1",
3+
"version": "7.0.0-alpha.2",
44
"description": "turf boolean-disjoint module",
55
"author": "Turf Authors",
66
"contributors": [
@@ -62,11 +62,11 @@
6262
"typescript": "*"
6363
},
6464
"dependencies": {
65-
"@turf/boolean-point-in-polygon": "^7.0.0-alpha.1",
66-
"@turf/helpers": "^7.0.0-alpha.1",
67-
"@turf/line-intersect": "^7.0.0-alpha.1",
68-
"@turf/meta": "^7.0.0-alpha.1",
69-
"@turf/polygon-to-line": "^7.0.0-alpha.1",
65+
"@turf/boolean-point-in-polygon": "^7.0.0-alpha.2",
66+
"@turf/helpers": "^7.0.0-alpha.2",
67+
"@turf/line-intersect": "^7.0.0-alpha.2",
68+
"@turf/meta": "^7.0.0-alpha.2",
69+
"@turf/polygon-to-line": "^7.0.0-alpha.2",
7070
"tslib": "^2.3.0"
7171
}
7272
}

packages/turf-boolean-equal/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@turf/boolean-equal",
3-
"version": "7.0.0-alpha.1",
3+
"version": "7.0.0-alpha.2",
44
"description": "turf boolean-equal module",
55
"author": "Turf Authors",
66
"contributors": [
@@ -67,9 +67,9 @@
6767
"typescript": "*"
6868
},
6969
"dependencies": {
70-
"@turf/clean-coords": "^7.0.0-alpha.1",
71-
"@turf/helpers": "^7.0.0-alpha.1",
72-
"@turf/invariant": "^7.0.0-alpha.1",
70+
"@turf/clean-coords": "^7.0.0-alpha.2",
71+
"@turf/helpers": "^7.0.0-alpha.2",
72+
"@turf/invariant": "^7.0.0-alpha.2",
7373
"geojson-equality": "0.1.6",
7474
"tslib": "^2.3.0"
7575
}

packages/turf-boolean-intersects/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@turf/boolean-intersects",
3-
"version": "7.0.0-alpha.1",
3+
"version": "7.0.0-alpha.2",
44
"description": "turf boolean-intersects module",
55
"author": "Turf Authors",
66
"contributors": [
@@ -62,9 +62,9 @@
6262
"typescript": "*"
6363
},
6464
"dependencies": {
65-
"@turf/boolean-disjoint": "^7.0.0-alpha.1",
66-
"@turf/helpers": "^7.0.0-alpha.1",
67-
"@turf/meta": "^7.0.0-alpha.1",
65+
"@turf/boolean-disjoint": "^7.0.0-alpha.2",
66+
"@turf/helpers": "^7.0.0-alpha.2",
67+
"@turf/meta": "^7.0.0-alpha.2",
6868
"tslib": "^2.3.0"
6969
}
7070
}

packages/turf-boolean-overlap/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@turf/boolean-overlap",
3-
"version": "7.0.0-alpha.1",
3+
"version": "7.0.0-alpha.2",
44
"description": "turf boolean-overlap module",
55
"author": "Turf Authors",
66
"contributors": [
@@ -66,11 +66,11 @@
6666
"typescript": "*"
6767
},
6868
"dependencies": {
69-
"@turf/helpers": "^7.0.0-alpha.1",
70-
"@turf/invariant": "^7.0.0-alpha.1",
71-
"@turf/line-intersect": "^7.0.0-alpha.1",
72-
"@turf/line-overlap": "^7.0.0-alpha.1",
73-
"@turf/meta": "^7.0.0-alpha.1",
69+
"@turf/helpers": "^7.0.0-alpha.2",
70+
"@turf/invariant": "^7.0.0-alpha.2",
71+
"@turf/line-intersect": "^7.0.0-alpha.2",
72+
"@turf/line-overlap": "^7.0.0-alpha.2",
73+
"@turf/meta": "^7.0.0-alpha.2",
7474
"geojson-equality": "0.1.6",
7575
"tslib": "^2.3.0"
7676
}

0 commit comments

Comments
 (0)