Skip to content

Commit 5375941

Browse files
authored
Prepare for release of 6.5.0 (#2141)
* Update change log for 6.5.0 release * bump version numbers
1 parent aef4d74 commit 5375941

File tree

115 files changed

+733
-707
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

+733
-707
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
# 6.5.0
2+
3+
## 🏅 New Features/Enhancements
4+
- [`@turf/points-with-polygon`](points-with-polygon) Add MultiPoint support
5+
(PR https://github.com/Turfjs/turf/pull/2137 - Author @twelch)
6+
7+
## 🐛 Bug Fixes
8+
- [`@turf/dissolve`](dissolve) Complete rewrite of the dissolve module to resolve many bugs
9+
(PR https://github.com/Turfjs/turf/pull/2110 - Author @rowanwins)
10+
11+
- [`@turf/mask`](mask) Complete rewrite of the mask module to resolve many bugs
12+
(PR https://github.com/Turfjs/turf/pull/2130 - Author @rowanwins)
13+
14+
- [`@turf/boolean-valid`](boolean-valid) Add missing dependency to
15+
(PR https://github.com/Turfjs/turf/pull/2094 - Author @rycgar)
16+
17+
18+
## 📖 Documentation
19+
- [`@turf/boolean-overlap`](boolean-overlap) Improve clarity
20+
(PR https://github.com/Turfjs/turf/pull/2133 - Author @patrickbrett)
21+
22+
## 🔔 Misc
23+
- Enable TS Strict Mode
24+
(PR https://github.com/Turfjs/turf/pull/2126 - Author @mfedderly)
25+
26+
127
# 6.4.0
228

329
## 🏅 New Features/Enhancements

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
}
1313
},
1414
"npmClient": "yarn",
15-
"version": "6.4.0"
15+
"version": "6.5.0"
1616
}

packages/turf-along/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@turf/along",
3-
"version": "6.4.0",
3+
"version": "6.5.0",
44
"description": "turf along module",
55
"author": "Turf Authors",
66
"license": "MIT",
@@ -57,10 +57,10 @@
5757
"typescript": "*"
5858
},
5959
"dependencies": {
60-
"@turf/bearing": "^6.4.0",
61-
"@turf/destination": "^6.4.0",
62-
"@turf/distance": "^6.4.0",
63-
"@turf/helpers": "^6.4.0",
64-
"@turf/invariant": "^6.4.0"
60+
"@turf/bearing": "^6.5.0",
61+
"@turf/destination": "^6.5.0",
62+
"@turf/distance": "^6.5.0",
63+
"@turf/helpers": "^6.5.0",
64+
"@turf/invariant": "^6.5.0"
6565
}
6666
}

packages/turf-angle/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@turf/angle",
3-
"version": "6.4.0",
3+
"version": "6.5.0",
44
"description": "turf angle module",
55
"author": "Turf Authors",
66
"contributors": [
@@ -47,9 +47,9 @@
4747
"test:tape": "ts-node -r esm test.js"
4848
},
4949
"devDependencies": {
50-
"@turf/distance": "^6.4.0",
51-
"@turf/sector": "^6.4.0",
52-
"@turf/truncate": "^6.4.0",
50+
"@turf/distance": "^6.5.0",
51+
"@turf/sector": "^6.5.0",
52+
"@turf/truncate": "^6.5.0",
5353
"@types/tape": "*",
5454
"benchmark": "*",
5555
"glob": "*",
@@ -62,9 +62,9 @@
6262
"write-json-file": "*"
6363
},
6464
"dependencies": {
65-
"@turf/bearing": "^6.4.0",
66-
"@turf/helpers": "^6.4.0",
67-
"@turf/invariant": "^6.4.0",
68-
"@turf/rhumb-bearing": "^6.4.0"
65+
"@turf/bearing": "^6.5.0",
66+
"@turf/helpers": "^6.5.0",
67+
"@turf/invariant": "^6.5.0",
68+
"@turf/rhumb-bearing": "^6.5.0"
6969
}
7070
}

packages/turf-area/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@turf/area",
3-
"version": "6.4.0",
3+
"version": "6.5.0",
44
"description": "turf area module",
55
"author": "Turf Authors",
66
"license": "MIT",
@@ -57,7 +57,7 @@
5757
"write-json-file": "*"
5858
},
5959
"dependencies": {
60-
"@turf/helpers": "^6.4.0",
61-
"@turf/meta": "^6.4.0"
60+
"@turf/helpers": "^6.5.0",
61+
"@turf/meta": "^6.5.0"
6262
}
6363
}

packages/turf-bbox-clip/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@turf/bbox-clip",
3-
"version": "6.4.0",
3+
"version": "6.5.0",
44
"description": "turf bbox-clip module",
55
"author": "Turf Authors",
66
"contributors": [
@@ -52,7 +52,7 @@
5252
"test:tape": "ts-node -r esm test.js"
5353
},
5454
"devDependencies": {
55-
"@turf/bbox": "^6.4.0",
55+
"@turf/bbox": "^6.5.0",
5656
"@types/tape": "*",
5757
"benchmark": "*",
5858
"load-json-file": "*",
@@ -64,7 +64,7 @@
6464
"write-json-file": "*"
6565
},
6666
"dependencies": {
67-
"@turf/helpers": "^6.4.0",
68-
"@turf/invariant": "^6.4.0"
67+
"@turf/helpers": "^6.5.0",
68+
"@turf/invariant": "^6.5.0"
6969
}
7070
}

packages/turf-bbox-polygon/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@turf/bbox-polygon",
3-
"version": "6.4.0",
3+
"version": "6.5.0",
44
"description": "turf bbox-polygon module",
55
"author": "Turf Authors",
66
"license": "MIT",
@@ -56,6 +56,6 @@
5656
"typescript": "*"
5757
},
5858
"dependencies": {
59-
"@turf/helpers": "^6.4.0"
59+
"@turf/helpers": "^6.5.0"
6060
}
6161
}

packages/turf-bbox/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@turf/bbox",
3-
"version": "6.4.0",
3+
"version": "6.5.0",
44
"description": "turf bbox module",
55
"author": "Turf Authors",
66
"license": "MIT",
@@ -57,7 +57,7 @@
5757
"typescript": "*"
5858
},
5959
"dependencies": {
60-
"@turf/helpers": "^6.4.0",
61-
"@turf/meta": "^6.4.0"
60+
"@turf/helpers": "^6.5.0",
61+
"@turf/meta": "^6.5.0"
6262
}
6363
}

packages/turf-bearing/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@turf/bearing",
3-
"version": "6.4.0",
3+
"version": "6.5.0",
44
"description": "turf bearing module",
55
"author": "Turf Authors",
66
"license": "MIT",
@@ -44,7 +44,7 @@
4444
"test:tape": "ts-node -r esm test.js"
4545
},
4646
"devDependencies": {
47-
"@turf/destination": "^6.4.0",
47+
"@turf/destination": "^6.5.0",
4848
"@types/tape": "*",
4949
"benchmark": "*",
5050
"npm-run-all": "*",
@@ -55,7 +55,7 @@
5555
"write-json-file": "*"
5656
},
5757
"dependencies": {
58-
"@turf/helpers": "^6.4.0",
59-
"@turf/invariant": "^6.4.0"
58+
"@turf/helpers": "^6.5.0",
59+
"@turf/invariant": "^6.5.0"
6060
}
6161
}

packages/turf-bezier-spline/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@turf/bezier-spline",
3-
"version": "6.4.0",
3+
"version": "6.5.0",
44
"description": "turf bezier-spline module",
55
"author": "Turf Authors",
66
"license": "MIT",
@@ -58,7 +58,7 @@
5858
"write-json-file": "*"
5959
},
6060
"dependencies": {
61-
"@turf/helpers": "^6.4.0",
62-
"@turf/invariant": "^6.4.0"
61+
"@turf/helpers": "^6.5.0",
62+
"@turf/invariant": "^6.5.0"
6363
}
6464
}

0 commit comments

Comments
 (0)