Skip to content

Commit

Permalink
Prepare for release of 6.5.0 (#2141)
Browse files Browse the repository at this point in the history
* Update change log for 6.5.0 release

* bump version numbers
  • Loading branch information
rowanwins committed Jul 10, 2021
1 parent aef4d74 commit 5375941
Show file tree
Hide file tree
Showing 115 changed files with 733 additions and 707 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
# 6.5.0

## 🏅 New Features/Enhancements
- [`@turf/points-with-polygon`](points-with-polygon) Add MultiPoint support
(PR https://github.com/Turfjs/turf/pull/2137 - Author @twelch)

## 🐛 Bug Fixes
- [`@turf/dissolve`](dissolve) Complete rewrite of the dissolve module to resolve many bugs
(PR https://github.com/Turfjs/turf/pull/2110 - Author @rowanwins)

- [`@turf/mask`](mask) Complete rewrite of the mask module to resolve many bugs
(PR https://github.com/Turfjs/turf/pull/2130 - Author @rowanwins)

- [`@turf/boolean-valid`](boolean-valid) Add missing dependency to
(PR https://github.com/Turfjs/turf/pull/2094 - Author @rycgar)


## 📖 Documentation
- [`@turf/boolean-overlap`](boolean-overlap) Improve clarity
(PR https://github.com/Turfjs/turf/pull/2133 - Author @patrickbrett)

## 🔔 Misc
- Enable TS Strict Mode
(PR https://github.com/Turfjs/turf/pull/2126 - Author @mfedderly)


# 6.4.0

## 🏅 New Features/Enhancements
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
}
},
"npmClient": "yarn",
"version": "6.4.0"
"version": "6.5.0"
}
12 changes: 6 additions & 6 deletions packages/turf-along/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/along",
"version": "6.4.0",
"version": "6.5.0",
"description": "turf along module",
"author": "Turf Authors",
"license": "MIT",
Expand Down Expand Up @@ -57,10 +57,10 @@
"typescript": "*"
},
"dependencies": {
"@turf/bearing": "^6.4.0",
"@turf/destination": "^6.4.0",
"@turf/distance": "^6.4.0",
"@turf/helpers": "^6.4.0",
"@turf/invariant": "^6.4.0"
"@turf/bearing": "^6.5.0",
"@turf/destination": "^6.5.0",
"@turf/distance": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/invariant": "^6.5.0"
}
}
16 changes: 8 additions & 8 deletions packages/turf-angle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/angle",
"version": "6.4.0",
"version": "6.5.0",
"description": "turf angle module",
"author": "Turf Authors",
"contributors": [
Expand Down Expand Up @@ -47,9 +47,9 @@
"test:tape": "ts-node -r esm test.js"
},
"devDependencies": {
"@turf/distance": "^6.4.0",
"@turf/sector": "^6.4.0",
"@turf/truncate": "^6.4.0",
"@turf/distance": "^6.5.0",
"@turf/sector": "^6.5.0",
"@turf/truncate": "^6.5.0",
"@types/tape": "*",
"benchmark": "*",
"glob": "*",
Expand All @@ -62,9 +62,9 @@
"write-json-file": "*"
},
"dependencies": {
"@turf/bearing": "^6.4.0",
"@turf/helpers": "^6.4.0",
"@turf/invariant": "^6.4.0",
"@turf/rhumb-bearing": "^6.4.0"
"@turf/bearing": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/invariant": "^6.5.0",
"@turf/rhumb-bearing": "^6.5.0"
}
}
6 changes: 3 additions & 3 deletions packages/turf-area/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/area",
"version": "6.4.0",
"version": "6.5.0",
"description": "turf area module",
"author": "Turf Authors",
"license": "MIT",
Expand Down Expand Up @@ -57,7 +57,7 @@
"write-json-file": "*"
},
"dependencies": {
"@turf/helpers": "^6.4.0",
"@turf/meta": "^6.4.0"
"@turf/helpers": "^6.5.0",
"@turf/meta": "^6.5.0"
}
}
8 changes: 4 additions & 4 deletions packages/turf-bbox-clip/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/bbox-clip",
"version": "6.4.0",
"version": "6.5.0",
"description": "turf bbox-clip module",
"author": "Turf Authors",
"contributors": [
Expand Down Expand Up @@ -52,7 +52,7 @@
"test:tape": "ts-node -r esm test.js"
},
"devDependencies": {
"@turf/bbox": "^6.4.0",
"@turf/bbox": "^6.5.0",
"@types/tape": "*",
"benchmark": "*",
"load-json-file": "*",
Expand All @@ -64,7 +64,7 @@
"write-json-file": "*"
},
"dependencies": {
"@turf/helpers": "^6.4.0",
"@turf/invariant": "^6.4.0"
"@turf/helpers": "^6.5.0",
"@turf/invariant": "^6.5.0"
}
}
4 changes: 2 additions & 2 deletions packages/turf-bbox-polygon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/bbox-polygon",
"version": "6.4.0",
"version": "6.5.0",
"description": "turf bbox-polygon module",
"author": "Turf Authors",
"license": "MIT",
Expand Down Expand Up @@ -56,6 +56,6 @@
"typescript": "*"
},
"dependencies": {
"@turf/helpers": "^6.4.0"
"@turf/helpers": "^6.5.0"
}
}
6 changes: 3 additions & 3 deletions packages/turf-bbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/bbox",
"version": "6.4.0",
"version": "6.5.0",
"description": "turf bbox module",
"author": "Turf Authors",
"license": "MIT",
Expand Down Expand Up @@ -57,7 +57,7 @@
"typescript": "*"
},
"dependencies": {
"@turf/helpers": "^6.4.0",
"@turf/meta": "^6.4.0"
"@turf/helpers": "^6.5.0",
"@turf/meta": "^6.5.0"
}
}
8 changes: 4 additions & 4 deletions packages/turf-bearing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/bearing",
"version": "6.4.0",
"version": "6.5.0",
"description": "turf bearing module",
"author": "Turf Authors",
"license": "MIT",
Expand Down Expand Up @@ -44,7 +44,7 @@
"test:tape": "ts-node -r esm test.js"
},
"devDependencies": {
"@turf/destination": "^6.4.0",
"@turf/destination": "^6.5.0",
"@types/tape": "*",
"benchmark": "*",
"npm-run-all": "*",
Expand All @@ -55,7 +55,7 @@
"write-json-file": "*"
},
"dependencies": {
"@turf/helpers": "^6.4.0",
"@turf/invariant": "^6.4.0"
"@turf/helpers": "^6.5.0",
"@turf/invariant": "^6.5.0"
}
}
6 changes: 3 additions & 3 deletions packages/turf-bezier-spline/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/bezier-spline",
"version": "6.4.0",
"version": "6.5.0",
"description": "turf bezier-spline module",
"author": "Turf Authors",
"license": "MIT",
Expand Down Expand Up @@ -58,7 +58,7 @@
"write-json-file": "*"
},
"dependencies": {
"@turf/helpers": "^6.4.0",
"@turf/invariant": "^6.4.0"
"@turf/helpers": "^6.5.0",
"@turf/invariant": "^6.5.0"
}
}
6 changes: 3 additions & 3 deletions packages/turf-boolean-clockwise/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/boolean-clockwise",
"version": "6.4.0",
"version": "6.5.0",
"description": "turf boolean-clockwise module",
"author": "Turf Authors",
"contributors": [
Expand Down Expand Up @@ -62,7 +62,7 @@
"typescript": "*"
},
"dependencies": {
"@turf/helpers": "^6.4.0",
"@turf/invariant": "^6.4.0"
"@turf/helpers": "^6.5.0",
"@turf/invariant": "^6.5.0"
}
}
6 changes: 3 additions & 3 deletions packages/turf-boolean-concave/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/boolean-concave",
"version": "6.4.0",
"version": "6.5.0",
"description": "turf boolean-concave module",
"author": "Turf Authors",
"contributors": [
Expand Down Expand Up @@ -61,7 +61,7 @@
"typescript": "*"
},
"dependencies": {
"@turf/helpers": "^6.4.0",
"@turf/invariant": "^6.4.0"
"@turf/helpers": "^6.5.0",
"@turf/invariant": "^6.5.0"
}
}
12 changes: 6 additions & 6 deletions packages/turf-boolean-contains/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/boolean-contains",
"version": "6.4.0",
"version": "6.5.0",
"description": "turf boolean-contains module",
"author": "Turf Authors",
"contributors": [
Expand Down Expand Up @@ -63,10 +63,10 @@
"typescript": "*"
},
"dependencies": {
"@turf/bbox": "^6.4.0",
"@turf/boolean-point-in-polygon": "^6.4.0",
"@turf/boolean-point-on-line": "^6.4.0",
"@turf/helpers": "^6.4.0",
"@turf/invariant": "^6.4.0"
"@turf/bbox": "^6.5.0",
"@turf/boolean-point-in-polygon": "^6.5.0",
"@turf/boolean-point-on-line": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/invariant": "^6.5.0"
}
}
12 changes: 6 additions & 6 deletions packages/turf-boolean-crosses/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/boolean-crosses",
"version": "6.4.0",
"version": "6.5.0",
"description": "turf boolean-crosses module",
"author": "Turf Authors",
"contributors": [
Expand Down Expand Up @@ -62,10 +62,10 @@
"typescript": "*"
},
"dependencies": {
"@turf/boolean-point-in-polygon": "^6.4.0",
"@turf/helpers": "^6.4.0",
"@turf/invariant": "^6.4.0",
"@turf/line-intersect": "^6.4.0",
"@turf/polygon-to-line": "^6.4.0"
"@turf/boolean-point-in-polygon": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/invariant": "^6.5.0",
"@turf/line-intersect": "^6.5.0",
"@turf/polygon-to-line": "^6.5.0"
}
}
12 changes: 6 additions & 6 deletions packages/turf-boolean-disjoint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/boolean-disjoint",
"version": "6.4.0",
"version": "6.5.0",
"description": "turf boolean-disjoint module",
"author": "Turf Authors",
"contributors": [
Expand Down Expand Up @@ -61,10 +61,10 @@
"typescript": "*"
},
"dependencies": {
"@turf/boolean-point-in-polygon": "^6.4.0",
"@turf/helpers": "^6.4.0",
"@turf/line-intersect": "^6.4.0",
"@turf/meta": "^6.4.0",
"@turf/polygon-to-line": "^6.4.0"
"@turf/boolean-point-in-polygon": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/line-intersect": "^6.5.0",
"@turf/meta": "^6.5.0",
"@turf/polygon-to-line": "^6.5.0"
}
}
8 changes: 4 additions & 4 deletions packages/turf-boolean-equal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/boolean-equal",
"version": "6.4.0",
"version": "6.5.0",
"description": "turf boolean-equal module",
"author": "Turf Authors",
"contributors": [
Expand Down Expand Up @@ -66,9 +66,9 @@
"typescript": "*"
},
"dependencies": {
"@turf/clean-coords": "^6.4.0",
"@turf/helpers": "^6.4.0",
"@turf/invariant": "^6.4.0",
"@turf/clean-coords": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/invariant": "^6.5.0",
"geojson-equality": "0.1.6"
}
}
8 changes: 4 additions & 4 deletions packages/turf-boolean-intersects/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/boolean-intersects",
"version": "6.4.0",
"version": "6.5.0",
"description": "turf boolean-intersects module",
"author": "Turf Authors",
"contributors": [
Expand Down Expand Up @@ -61,8 +61,8 @@
"typescript": "*"
},
"dependencies": {
"@turf/boolean-disjoint": "^6.4.0",
"@turf/helpers": "^6.4.0",
"@turf/meta": "^6.4.0"
"@turf/boolean-disjoint": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/meta": "^6.5.0"
}
}
12 changes: 6 additions & 6 deletions packages/turf-boolean-overlap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@turf/boolean-overlap",
"version": "6.4.0",
"version": "6.5.0",
"description": "turf boolean-overlap module",
"author": "Turf Authors",
"contributors": [
Expand Down Expand Up @@ -65,11 +65,11 @@
"typescript": "*"
},
"dependencies": {
"@turf/helpers": "^6.4.0",
"@turf/invariant": "^6.4.0",
"@turf/line-intersect": "^6.4.0",
"@turf/line-overlap": "^6.4.0",
"@turf/meta": "^6.4.0",
"@turf/helpers": "^6.5.0",
"@turf/invariant": "^6.5.0",
"@turf/line-intersect": "^6.5.0",
"@turf/line-overlap": "^6.5.0",
"@turf/meta": "^6.5.0",
"geojson-equality": "0.1.6"
}
}
Loading

0 comments on commit 5375941

Please sign in to comment.