Skip to content

Commit 9f58a10

Browse files
committed
v7.3.0
1 parent bac370a commit 9f58a10

File tree

116 files changed

+116
-116
lines changed

Some content is hidden

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

116 files changed

+116
-116
lines changed

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",

packages/turf-bezier-spline/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@turf/bezier-spline",
3-
"version": "7.2.0",
3+
"version": "7.3.0",
44
"description": "Smooths a line into a curve using Bézier splines, great for visualizing routes.",
55
"author": "Turf Authors",
66
"license": "MIT",

packages/turf-boolean-clockwise/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@turf/boolean-clockwise",
3-
"version": "7.2.0",
3+
"version": "7.3.0",
44
"description": "Takes a ring and return true or false whether or not the ring is clockwise or counter-clockwise.",
55
"author": "Turf Authors",
66
"contributors": [

0 commit comments

Comments
 (0)