Skip to content

Commit 9f6419d

Browse files
authored
Merge branch 'master' into combine-docs-multi-geometries
2 parents 6f73145 + d2b0704 commit 9f6419d

File tree

153 files changed

+9940
-3256
lines changed

Some content is hidden

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

153 files changed

+9940
-3256
lines changed

docs/SEE_ALSO.md

Lines changed: 2 additions & 0 deletions

eslint.config.mjs

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -71,17 +71,5 @@ export default tsEslint.config(
7171
},
7272
},
7373
},
74-
{
75-
files: [
76-
"packages/turf-isobands/lib/marchingsquares-isobands.js",
77-
"packages/turf-isolines/lib/marchingsquares-isocontours.js",
78-
],
79-
80-
languageOptions: {
81-
globals: {
82-
...globals.browser,
83-
},
84-
},
85-
},
8674
prettierRecommended
8775
);

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
33
"npmClient": "pnpm",
4-
"version": "7.2.0",
4+
"version": "7.3.0",
55
"command": {
66
"publish": {
77
"registry": "https://registry.npmjs.org"

packages/turf-along/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@turf/along",
3-
"version": "7.2.0",
3+
"version": "7.3.0",
44
"description": "Calculates a point along a line at a specific distance",
55
"author": "Turf Authors",
66
"license": "MIT",

packages/turf-angle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@turf/angle",
3-
"version": "7.2.0",
3+
"version": "7.3.0",
44
"description": "Finds the angle formed by two adjacent segments.",
55
"author": "Turf Authors",
66
"contributors": [

packages/turf-area/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@turf/area",
3-
"version": "7.2.0",
3+
"version": "7.3.0",
44
"description": "Calculates the geodesic area in square meters of one or more polygons.",
55
"author": "Turf Authors",
66
"license": "MIT",

packages/turf-bbox-clip/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@turf/bbox-clip",
3-
"version": "7.2.0",
3+
"version": "7.3.0",
44
"description": "Takes a Feature and a bbox and clips the feature to the bbox using lineclip.",
55
"author": "Turf Authors",
66
"contributors": [

packages/turf-bbox-polygon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@turf/bbox-polygon",
3-
"version": "7.2.0",
3+
"version": "7.3.0",
44
"description": "Converts a bounding box to a GeoJSON polygon.",
55
"author": "Turf Authors",
66
"license": "MIT",

packages/turf-bbox/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@turf/bbox",
3-
"version": "7.2.0",
3+
"version": "7.3.0",
44
"description": "Generates a bounding box around a GeoJSON feature.",
55
"author": "Turf Authors",
66
"license": "MIT",

packages/turf-bearing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@turf/bearing",
3-
"version": "7.2.0",
3+
"version": "7.3.0",
44
"description": "Takes two points and finds the geographic bearing between them.",
55
"author": "Turf Authors",
66
"license": "MIT",

0 commit comments

Comments
 (0)