diff --git a/lerna.json b/lerna.json index a9018eb48..885a6e525 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "npmClient": "pnpm", - "version": "7.2.0", + "version": "7.3.0", "command": { "publish": { "registry": "https://registry.npmjs.org" diff --git a/packages/turf-along/package.json b/packages/turf-along/package.json index 5da53bdfb..447b21056 100644 --- a/packages/turf-along/package.json +++ b/packages/turf-along/package.json @@ -1,6 +1,6 @@ { "name": "@turf/along", - "version": "7.2.0", + "version": "7.3.0", "description": "Calculates a point along a line at a specific distance", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-angle/package.json b/packages/turf-angle/package.json index 99335e572..428c3829d 100644 --- a/packages/turf-angle/package.json +++ b/packages/turf-angle/package.json @@ -1,6 +1,6 @@ { "name": "@turf/angle", - "version": "7.2.0", + "version": "7.3.0", "description": "Finds the angle formed by two adjacent segments.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-area/package.json b/packages/turf-area/package.json index 4272946d5..3c12cc91c 100644 --- a/packages/turf-area/package.json +++ b/packages/turf-area/package.json @@ -1,6 +1,6 @@ { "name": "@turf/area", - "version": "7.2.0", + "version": "7.3.0", "description": "Calculates the geodesic area in square meters of one or more polygons.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-bbox-clip/package.json b/packages/turf-bbox-clip/package.json index 2701a4adb..4c8275956 100644 --- a/packages/turf-bbox-clip/package.json +++ b/packages/turf-bbox-clip/package.json @@ -1,6 +1,6 @@ { "name": "@turf/bbox-clip", - "version": "7.2.0", + "version": "7.3.0", "description": "Takes a Feature and a bbox and clips the feature to the bbox using lineclip.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-bbox-polygon/package.json b/packages/turf-bbox-polygon/package.json index 0ecab3906..1195fc5d5 100644 --- a/packages/turf-bbox-polygon/package.json +++ b/packages/turf-bbox-polygon/package.json @@ -1,6 +1,6 @@ { "name": "@turf/bbox-polygon", - "version": "7.2.0", + "version": "7.3.0", "description": "Converts a bounding box to a GeoJSON polygon.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-bbox/package.json b/packages/turf-bbox/package.json index 34ebca02a..7bbc6961b 100644 --- a/packages/turf-bbox/package.json +++ b/packages/turf-bbox/package.json @@ -1,6 +1,6 @@ { "name": "@turf/bbox", - "version": "7.2.0", + "version": "7.3.0", "description": "Generates a bounding box around a GeoJSON feature.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-bearing/package.json b/packages/turf-bearing/package.json index 56991cdf8..f610c17dd 100644 --- a/packages/turf-bearing/package.json +++ b/packages/turf-bearing/package.json @@ -1,6 +1,6 @@ { "name": "@turf/bearing", - "version": "7.2.0", + "version": "7.3.0", "description": "Takes two points and finds the geographic bearing between them.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-bezier-spline/package.json b/packages/turf-bezier-spline/package.json index 400a34e74..ec8a9d6f8 100644 --- a/packages/turf-bezier-spline/package.json +++ b/packages/turf-bezier-spline/package.json @@ -1,6 +1,6 @@ { "name": "@turf/bezier-spline", - "version": "7.2.0", + "version": "7.3.0", "description": "Smooths a line into a curve using Bézier splines, great for visualizing routes.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-boolean-clockwise/package.json b/packages/turf-boolean-clockwise/package.json index 492a1324b..d18f104df 100755 --- a/packages/turf-boolean-clockwise/package.json +++ b/packages/turf-boolean-clockwise/package.json @@ -1,6 +1,6 @@ { "name": "@turf/boolean-clockwise", - "version": "7.2.0", + "version": "7.3.0", "description": "Takes a ring and return true or false whether or not the ring is clockwise or counter-clockwise.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-boolean-concave/package.json b/packages/turf-boolean-concave/package.json index 377331eb7..4320002a2 100644 --- a/packages/turf-boolean-concave/package.json +++ b/packages/turf-boolean-concave/package.json @@ -1,6 +1,6 @@ { "name": "@turf/boolean-concave", - "version": "7.2.0", + "version": "7.3.0", "description": "Takes a polygon and return true or false as to whether it is concave or not.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-boolean-contains/package.json b/packages/turf-boolean-contains/package.json index dd0c3eebb..59f9d75eb 100644 --- a/packages/turf-boolean-contains/package.json +++ b/packages/turf-boolean-contains/package.json @@ -1,6 +1,6 @@ { "name": "@turf/boolean-contains", - "version": "7.2.0", + "version": "7.3.0", "description": "Determines whether the second geometry is completely within the first geometry.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-boolean-crosses/package.json b/packages/turf-boolean-crosses/package.json index 68c76231b..282b369d5 100644 --- a/packages/turf-boolean-crosses/package.json +++ b/packages/turf-boolean-crosses/package.json @@ -1,6 +1,6 @@ { "name": "@turf/boolean-crosses", - "version": "7.2.0", + "version": "7.3.0", "description": "Checks if two geometries cross each other.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-boolean-disjoint/package.json b/packages/turf-boolean-disjoint/package.json index 8f0179e78..1b4b14c49 100644 --- a/packages/turf-boolean-disjoint/package.json +++ b/packages/turf-boolean-disjoint/package.json @@ -1,6 +1,6 @@ { "name": "@turf/boolean-disjoint", - "version": "7.2.0", + "version": "7.3.0", "description": "Checks if two geometries have no overlapping areas.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-boolean-equal/package.json b/packages/turf-boolean-equal/package.json index 0867a709a..5e32b3ae3 100644 --- a/packages/turf-boolean-equal/package.json +++ b/packages/turf-boolean-equal/package.json @@ -1,6 +1,6 @@ { "name": "@turf/boolean-equal", - "version": "7.2.0", + "version": "7.3.0", "description": "Determine whether two geometries of the same type have identical X,Y coordinate values", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-boolean-intersects/package.json b/packages/turf-boolean-intersects/package.json index c77eaf80c..9b095f7a2 100644 --- a/packages/turf-boolean-intersects/package.json +++ b/packages/turf-boolean-intersects/package.json @@ -1,6 +1,6 @@ { "name": "@turf/boolean-intersects", - "version": "7.2.0", + "version": "7.3.0", "description": "Checks if two geometries overlap in any way.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-boolean-overlap/package.json b/packages/turf-boolean-overlap/package.json index 831857772..35e27f22f 100755 --- a/packages/turf-boolean-overlap/package.json +++ b/packages/turf-boolean-overlap/package.json @@ -1,6 +1,6 @@ { "name": "@turf/boolean-overlap", - "version": "7.2.0", + "version": "7.3.0", "description": "Checks if two geometries have an area of overlap without one being completely contained inside the other.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-boolean-parallel/package.json b/packages/turf-boolean-parallel/package.json index 35f985299..e7e56661a 100644 --- a/packages/turf-boolean-parallel/package.json +++ b/packages/turf-boolean-parallel/package.json @@ -1,6 +1,6 @@ { "name": "@turf/boolean-parallel", - "version": "7.2.0", + "version": "7.3.0", "description": "Determine whether each segment of a line is parallel to the correspondent segment of another line.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-boolean-point-in-polygon/package.json b/packages/turf-boolean-point-in-polygon/package.json index 1c97fbbd3..43287f6c5 100644 --- a/packages/turf-boolean-point-in-polygon/package.json +++ b/packages/turf-boolean-point-in-polygon/package.json @@ -1,6 +1,6 @@ { "name": "@turf/boolean-point-in-polygon", - "version": "7.2.0", + "version": "7.3.0", "description": "Checks if a point is inside an area, like a city boundary.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-boolean-point-on-line/package.json b/packages/turf-boolean-point-on-line/package.json index 17c7bfb4c..dabe16a94 100644 --- a/packages/turf-boolean-point-on-line/package.json +++ b/packages/turf-boolean-point-on-line/package.json @@ -1,6 +1,6 @@ { "name": "@turf/boolean-point-on-line", - "version": "7.2.0", + "version": "7.3.0", "description": "Checks if a point lies directly on a line, like a path or road.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-boolean-touches/package.json b/packages/turf-boolean-touches/package.json index 670185241..8e7284d41 100644 --- a/packages/turf-boolean-touches/package.json +++ b/packages/turf-boolean-touches/package.json @@ -1,6 +1,6 @@ { "name": "@turf/boolean-touches", - "version": "7.2.0", + "version": "7.3.0", "description": "Determine whether none of the points common to both geometries intersect the interiors of both geometries.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-boolean-valid/package.json b/packages/turf-boolean-valid/package.json index f7d4b1612..b0c8c20bc 100644 --- a/packages/turf-boolean-valid/package.json +++ b/packages/turf-boolean-valid/package.json @@ -1,6 +1,6 @@ { "name": "@turf/boolean-valid", - "version": "7.2.0", + "version": "7.3.0", "description": "Checks if the geometry is a valid according to the OGC Simple Feature Specification.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-boolean-within/package.json b/packages/turf-boolean-within/package.json index f7322b1d4..6a06818f1 100644 --- a/packages/turf-boolean-within/package.json +++ b/packages/turf-boolean-within/package.json @@ -1,6 +1,6 @@ { "name": "@turf/boolean-within", - "version": "7.2.0", + "version": "7.3.0", "description": "Determines whether the first geometry is completely within the second geometry.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-buffer/package.json b/packages/turf-buffer/package.json index 03fc04b9c..57b2393ce 100644 --- a/packages/turf-buffer/package.json +++ b/packages/turf-buffer/package.json @@ -1,6 +1,6 @@ { "name": "@turf/buffer", - "version": "7.2.0", + "version": "7.3.0", "description": "Creates a buffer around a GeoJSON feature.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-center-mean/package.json b/packages/turf-center-mean/package.json index a66e22205..eafd4c678 100644 --- a/packages/turf-center-mean/package.json +++ b/packages/turf-center-mean/package.json @@ -1,6 +1,6 @@ { "name": "@turf/center-mean", - "version": "7.2.0", + "version": "7.3.0", "description": "Takes a Feature or FeatureCollection and returns the mean center.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-center-median/package.json b/packages/turf-center-median/package.json index 2dfa6de21..d4a18aa55 100644 --- a/packages/turf-center-median/package.json +++ b/packages/turf-center-median/package.json @@ -1,6 +1,6 @@ { "name": "@turf/center-median", - "version": "7.2.0", + "version": "7.3.0", "description": "Takes a FeatureCollection of points and calculates the median center.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-center-of-mass/package.json b/packages/turf-center-of-mass/package.json index c6a292f59..c515c7ead 100644 --- a/packages/turf-center-of-mass/package.json +++ b/packages/turf-center-of-mass/package.json @@ -1,6 +1,6 @@ { "name": "@turf/center-of-mass", - "version": "7.2.0", + "version": "7.3.0", "description": "Finds the “balance point” of irregular shapes, like a country outline.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-center/package.json b/packages/turf-center/package.json index 7b9bd6f21..2564a1237 100644 --- a/packages/turf-center/package.json +++ b/packages/turf-center/package.json @@ -1,6 +1,6 @@ { "name": "@turf/center", - "version": "7.2.0", + "version": "7.3.0", "description": "Finds the central point of a GeoJSON feature, like a city or a park. Ideal for placing labels or markers.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-centroid/package.json b/packages/turf-centroid/package.json index 611478290..d9bab10ea 100644 --- a/packages/turf-centroid/package.json +++ b/packages/turf-centroid/package.json @@ -1,6 +1,6 @@ { "name": "@turf/centroid", - "version": "7.2.0", + "version": "7.3.0", "description": "Determines the geometric center of a polygon or shape.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-circle/package.json b/packages/turf-circle/package.json index 45fba299e..2b9190f44 100644 --- a/packages/turf-circle/package.json +++ b/packages/turf-circle/package.json @@ -1,6 +1,6 @@ { "name": "@turf/circle", - "version": "7.2.0", + "version": "7.3.0", "description": "Takes a point and calculates the circle polygon given a radius.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-clean-coords/package.json b/packages/turf-clean-coords/package.json index 050929d88..06ba46768 100644 --- a/packages/turf-clean-coords/package.json +++ b/packages/turf-clean-coords/package.json @@ -1,6 +1,6 @@ { "name": "@turf/clean-coords", - "version": "7.2.0", + "version": "7.3.0", "description": "Removes redundant coordinates from a GeoJSON Geometry.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-clone/package.json b/packages/turf-clone/package.json index 58e7b95a8..6a4c666ad 100644 --- a/packages/turf-clone/package.json +++ b/packages/turf-clone/package.json @@ -1,6 +1,6 @@ { "name": "@turf/clone", - "version": "7.2.0", + "version": "7.3.0", "description": "Returns a cloned copy of the passed GeoJSON Object, including possible 'Foreign Members'.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-clusters-dbscan/package.json b/packages/turf-clusters-dbscan/package.json index a72f32fa5..658ab89a4 100644 --- a/packages/turf-clusters-dbscan/package.json +++ b/packages/turf-clusters-dbscan/package.json @@ -1,6 +1,6 @@ { "name": "@turf/clusters-dbscan", - "version": "7.2.0", + "version": "7.3.0", "description": "Takes a set of points and partition them into clusters according to DBSCAN's data clustering algorithm.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-clusters-kmeans/package.json b/packages/turf-clusters-kmeans/package.json index 8bbde39c3..be19adfb7 100644 --- a/packages/turf-clusters-kmeans/package.json +++ b/packages/turf-clusters-kmeans/package.json @@ -1,6 +1,6 @@ { "name": "@turf/clusters-kmeans", - "version": "7.2.0", + "version": "7.3.0", "description": "Takes a set of points and partition them into clusters using the k-means algorithm.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-clusters/package.json b/packages/turf-clusters/package.json index 38b58aa93..70a4b9cd4 100644 --- a/packages/turf-clusters/package.json +++ b/packages/turf-clusters/package.json @@ -1,6 +1,6 @@ { "name": "@turf/clusters", - "version": "7.2.0", + "version": "7.3.0", "description": "Group points into clusters based on their spatial proximity or properties.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-collect/package.json b/packages/turf-collect/package.json index 6d10c73d2..f9bf75ac0 100644 --- a/packages/turf-collect/package.json +++ b/packages/turf-collect/package.json @@ -1,6 +1,6 @@ { "name": "@turf/collect", - "version": "7.2.0", + "version": "7.3.0", "description": "Merges a specified property from a FeatureCollection of points into a FeatureCollection of polygons.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-combine/package.json b/packages/turf-combine/package.json index 55b91c19b..55b1b8c72 100644 --- a/packages/turf-combine/package.json +++ b/packages/turf-combine/package.json @@ -1,6 +1,6 @@ { "name": "@turf/combine", - "version": "7.2.0", + "version": "7.3.0", "description": "Combines a FeatureCollection of Point, LineString, or Polygon features into MultiPoint, MultiLineString, or MultiPolygon features.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-concave/package.json b/packages/turf-concave/package.json index 94a0e3672..a4a2d2381 100644 --- a/packages/turf-concave/package.json +++ b/packages/turf-concave/package.json @@ -1,6 +1,6 @@ { "name": "@turf/concave", - "version": "7.2.0", + "version": "7.3.0", "description": "Creates a concave hull around points.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-convex/package.json b/packages/turf-convex/package.json index 3ebb1b6d1..eceff4203 100644 --- a/packages/turf-convex/package.json +++ b/packages/turf-convex/package.json @@ -1,6 +1,6 @@ { "name": "@turf/convex", - "version": "7.2.0", + "version": "7.3.0", "description": "Creates a convex hull around points", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-destination/package.json b/packages/turf-destination/package.json index 6b905b18a..4fda33031 100644 --- a/packages/turf-destination/package.json +++ b/packages/turf-destination/package.json @@ -1,6 +1,6 @@ { "name": "@turf/destination", - "version": "7.2.0", + "version": "7.3.0", "description": "turf destination module", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-difference/package.json b/packages/turf-difference/package.json index 9de580ed1..a23a436d4 100644 --- a/packages/turf-difference/package.json +++ b/packages/turf-difference/package.json @@ -1,6 +1,6 @@ { "name": "@turf/difference", - "version": "7.2.0", + "version": "7.3.0", "description": "Finds the difference between multiple polygons by clipping the subsequent polygon from the first.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-directional-mean/package.json b/packages/turf-directional-mean/package.json index d181d54f4..af2b6a25b 100644 --- a/packages/turf-directional-mean/package.json +++ b/packages/turf-directional-mean/package.json @@ -1,6 +1,6 @@ { "name": "@turf/directional-mean", - "version": "7.2.0", + "version": "7.3.0", "description": "Calculates the average angle of a set of lines, measuring the trend of it.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-dissolve/package.json b/packages/turf-dissolve/package.json index df965fe87..a62d9d898 100644 --- a/packages/turf-dissolve/package.json +++ b/packages/turf-dissolve/package.json @@ -1,6 +1,6 @@ { "name": "@turf/dissolve", - "version": "7.2.0", + "version": "7.3.0", "description": "Dissolves a FeatureCollection of Polygon features.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-distance-weight/package.json b/packages/turf-distance-weight/package.json index 90bc6892b..947c4cadd 100644 --- a/packages/turf-distance-weight/package.json +++ b/packages/turf-distance-weight/package.json @@ -1,6 +1,6 @@ { "name": "@turf/distance-weight", - "version": "7.2.0", + "version": "7.3.0", "description": "Calculate the influence or weight of points over an area based on their distances.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-distance/package.json b/packages/turf-distance/package.json index 14ececd37..a414a60fd 100644 --- a/packages/turf-distance/package.json +++ b/packages/turf-distance/package.json @@ -1,6 +1,6 @@ { "name": "@turf/distance", - "version": "7.2.0", + "version": "7.3.0", "description": "Measures the straight-line distance between two points, like cities or landmarks.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-ellipse/package.json b/packages/turf-ellipse/package.json index cdacca6e8..4e2c92290 100644 --- a/packages/turf-ellipse/package.json +++ b/packages/turf-ellipse/package.json @@ -1,6 +1,6 @@ { "name": "@turf/ellipse", - "version": "7.2.0", + "version": "7.3.0", "description": "Takes a Point and calculates the ellipse polygon given two semi-axes expressed in variable units and steps for precision.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-envelope/package.json b/packages/turf-envelope/package.json index dc34fe5cc..a3dcc5855 100644 --- a/packages/turf-envelope/package.json +++ b/packages/turf-envelope/package.json @@ -1,6 +1,6 @@ { "name": "@turf/envelope", - "version": "7.2.0", + "version": "7.3.0", "description": "Takes any number of features and returns a rectangular Polygon that encompasses all vertices.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-explode/package.json b/packages/turf-explode/package.json index b2de98d1b..acebb0ca9 100644 --- a/packages/turf-explode/package.json +++ b/packages/turf-explode/package.json @@ -1,6 +1,6 @@ { "name": "@turf/explode", - "version": "7.2.0", + "version": "7.3.0", "description": "Takes a feature or set of features and returns all positions as points.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-flatten/package.json b/packages/turf-flatten/package.json index a0a8a4214..dd6ac0fde 100644 --- a/packages/turf-flatten/package.json +++ b/packages/turf-flatten/package.json @@ -1,6 +1,6 @@ { "name": "@turf/flatten", - "version": "7.2.0", + "version": "7.3.0", "description": "Flattens any GeoJSON to a FeatureCollection", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-flip/package.json b/packages/turf-flip/package.json index d1d1a06c7..8e757f9da 100644 --- a/packages/turf-flip/package.json +++ b/packages/turf-flip/package.json @@ -1,6 +1,6 @@ { "name": "@turf/flip", - "version": "7.2.0", + "version": "7.3.0", "description": "Takes input features and flips all of their coordinates.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-geojson-rbush/package.json b/packages/turf-geojson-rbush/package.json index b4bebee21..2ceee5419 100644 --- a/packages/turf-geojson-rbush/package.json +++ b/packages/turf-geojson-rbush/package.json @@ -1,6 +1,6 @@ { "name": "@turf/geojson-rbush", - "version": "7.2.0", + "version": "7.3.0", "description": "GeoJSON implementation of RBush", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-great-circle/package.json b/packages/turf-great-circle/package.json index 9910a67ea..7ae572b06 100644 --- a/packages/turf-great-circle/package.json +++ b/packages/turf-great-circle/package.json @@ -1,6 +1,6 @@ { "name": "@turf/great-circle", - "version": "7.2.0", + "version": "7.3.0", "description": "Calculate great circles routes as LineString or MultiLineString.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-helpers/package.json b/packages/turf-helpers/package.json index cf92218a9..a6fc328ab 100644 --- a/packages/turf-helpers/package.json +++ b/packages/turf-helpers/package.json @@ -1,6 +1,6 @@ { "name": "@turf/helpers", - "version": "7.2.0", + "version": "7.3.0", "description": "Provides helper functions to create GeoJSON features, like points, lines, or areas on a map.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-hex-grid/package.json b/packages/turf-hex-grid/package.json index 4e18fc7f7..9109b02e8 100644 --- a/packages/turf-hex-grid/package.json +++ b/packages/turf-hex-grid/package.json @@ -1,6 +1,6 @@ { "name": "@turf/hex-grid", - "version": "7.2.0", + "version": "7.3.0", "description": "Creates a honeycomb-like grid of hexagons within a bounding box.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-interpolate/package.json b/packages/turf-interpolate/package.json index 91be2a309..ed768ab3b 100644 --- a/packages/turf-interpolate/package.json +++ b/packages/turf-interpolate/package.json @@ -1,6 +1,6 @@ { "name": "@turf/interpolate", - "version": "7.2.0", + "version": "7.3.0", "description": "Creates an interpolated grid of points using the Inverse Distance Weighting method.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-intersect/package.json b/packages/turf-intersect/package.json index 8f4aedcd0..2833f106a 100644 --- a/packages/turf-intersect/package.json +++ b/packages/turf-intersect/package.json @@ -1,6 +1,6 @@ { "name": "@turf/intersect", - "version": "7.2.0", + "version": "7.3.0", "description": "Finds the shared area between two polygons.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-invariant/package.json b/packages/turf-invariant/package.json index dccfef96a..17491ccad 100644 --- a/packages/turf-invariant/package.json +++ b/packages/turf-invariant/package.json @@ -1,6 +1,6 @@ { "name": "@turf/invariant", - "version": "7.2.0", + "version": "7.3.0", "description": "Lightweight utility for input validation and data extraction in Turf.js. Ensures GeoJSON inputs are in the correct format and extracts specific components like coordinates or geometries.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-isobands/package.json b/packages/turf-isobands/package.json index b5cb7b8a7..825778d64 100644 --- a/packages/turf-isobands/package.json +++ b/packages/turf-isobands/package.json @@ -1,6 +1,6 @@ { "name": "@turf/isobands", - "version": "7.2.0", + "version": "7.3.0", "description": "Takes a grid of values (GeoJSON format) and a set of threshold ranges. It outputs polygons that group areas within those ranges, effectively creating filled contour isobands.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-isolines/package.json b/packages/turf-isolines/package.json index 5cd6d354d..7b76eddff 100644 --- a/packages/turf-isolines/package.json +++ b/packages/turf-isolines/package.json @@ -1,6 +1,6 @@ { "name": "@turf/isolines", - "version": "7.2.0", + "version": "7.3.0", "description": "Generate contour lines from a grid of data.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-kinks/package.json b/packages/turf-kinks/package.json index 76edb9219..7c53cd701 100644 --- a/packages/turf-kinks/package.json +++ b/packages/turf-kinks/package.json @@ -1,6 +1,6 @@ { "name": "@turf/kinks", - "version": "7.2.0", + "version": "7.3.0", "description": "Takes a GeoJSON feature and returns points at all self-intersections.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-length/package.json b/packages/turf-length/package.json index 5765d5e37..ffabfd1cf 100644 --- a/packages/turf-length/package.json +++ b/packages/turf-length/package.json @@ -1,6 +1,6 @@ { "name": "@turf/length", - "version": "7.2.0", + "version": "7.3.0", "description": " Calculates the length of a line, perfect for paths or routes.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-line-arc/package.json b/packages/turf-line-arc/package.json index 4cd34680a..86bace87c 100644 --- a/packages/turf-line-arc/package.json +++ b/packages/turf-line-arc/package.json @@ -1,6 +1,6 @@ { "name": "@turf/line-arc", - "version": "7.2.0", + "version": "7.3.0", "description": "Creates a circular arc, of a circle of the given radius and center point, between two bearings.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-line-chunk/package.json b/packages/turf-line-chunk/package.json index 0b50c65f2..f8319c2b2 100644 --- a/packages/turf-line-chunk/package.json +++ b/packages/turf-line-chunk/package.json @@ -1,6 +1,6 @@ { "name": "@turf/line-chunk", - "version": "7.2.0", + "version": "7.3.0", "description": "Divides a LineString into chunks of a specified length.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-line-intersect/package.json b/packages/turf-line-intersect/package.json index c3e4a423d..20a2c36e7 100644 --- a/packages/turf-line-intersect/package.json +++ b/packages/turf-line-intersect/package.json @@ -1,6 +1,6 @@ { "name": "@turf/line-intersect", - "version": "7.2.0", + "version": "7.3.0", "description": "Takes any LineString or Polygon GeoJSON and returns the intersecting point(s).", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-line-offset/package.json b/packages/turf-line-offset/package.json index 4e5a91f4e..b10fdaefc 100644 --- a/packages/turf-line-offset/package.json +++ b/packages/turf-line-offset/package.json @@ -1,6 +1,6 @@ { "name": "@turf/line-offset", - "version": "7.2.0", + "version": "7.3.0", "description": "Takes a line and returns a line at offset by the specified distance.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-line-overlap/package.json b/packages/turf-line-overlap/package.json index 1ff9a1fcc..f968f3c95 100644 --- a/packages/turf-line-overlap/package.json +++ b/packages/turf-line-overlap/package.json @@ -1,6 +1,6 @@ { "name": "@turf/line-overlap", - "version": "7.2.0", + "version": "7.3.0", "description": "Takes any LineString or Polygon and returns the overlapping lines between both features.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-line-segment/package.json b/packages/turf-line-segment/package.json index 3498b7cb9..1adb8e07c 100644 --- a/packages/turf-line-segment/package.json +++ b/packages/turf-line-segment/package.json @@ -1,6 +1,6 @@ { "name": "@turf/line-segment", - "version": "7.2.0", + "version": "7.3.0", "description": "Creates line segments from a GeoJSON feature.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-line-slice-along/package.json b/packages/turf-line-slice-along/package.json index 2a5028b52..8e9ce56ab 100644 --- a/packages/turf-line-slice-along/package.json +++ b/packages/turf-line-slice-along/package.json @@ -1,6 +1,6 @@ { "name": "@turf/line-slice-along", - "version": "7.2.0", + "version": "7.3.0", "description": "Useful for extracting only the part of a route between two distances.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-line-slice/package.json b/packages/turf-line-slice/package.json index 46c621a5a..924a635b1 100644 --- a/packages/turf-line-slice/package.json +++ b/packages/turf-line-slice/package.json @@ -1,6 +1,6 @@ { "name": "@turf/line-slice", - "version": "7.2.0", + "version": "7.3.0", "description": "Useful for extracting only the part of a route between waypoints.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-line-split/package.json b/packages/turf-line-split/package.json index aa8479cf8..6094faf14 100644 --- a/packages/turf-line-split/package.json +++ b/packages/turf-line-split/package.json @@ -1,6 +1,6 @@ { "name": "@turf/line-split", - "version": "7.2.0", + "version": "7.3.0", "description": "Split a LineString by another GeoJSON Feature.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-line-to-polygon/package.json b/packages/turf-line-to-polygon/package.json index 07992905e..565c87c48 100644 --- a/packages/turf-line-to-polygon/package.json +++ b/packages/turf-line-to-polygon/package.json @@ -1,6 +1,6 @@ { "name": "@turf/line-to-polygon", - "version": "7.2.0", + "version": "7.3.0", "description": "Converts line(s) to polygon(s).", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-mask/package.json b/packages/turf-mask/package.json index 0330e4c60..e04a5fe9f 100644 --- a/packages/turf-mask/package.json +++ b/packages/turf-mask/package.json @@ -1,6 +1,6 @@ { "name": "@turf/mask", - "version": "7.2.0", + "version": "7.3.0", "description": "Takes polygons or multipolygons and an optional mask, and returns an exterior ring polygon with holes.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-meta/package.json b/packages/turf-meta/package.json index 32c237f66..0809d0798 100644 --- a/packages/turf-meta/package.json +++ b/packages/turf-meta/package.json @@ -1,6 +1,6 @@ { "name": "@turf/meta", - "version": "7.2.0", + "version": "7.3.0", "description": "Provides tools for iterating over and manipulating GeoJSON objects.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-midpoint/package.json b/packages/turf-midpoint/package.json index 2d77e7ad5..dbf85f628 100644 --- a/packages/turf-midpoint/package.json +++ b/packages/turf-midpoint/package.json @@ -1,6 +1,6 @@ { "name": "@turf/midpoint", - "version": "7.2.0", + "version": "7.3.0", "description": "Takes two points and calculates a point midway between them geodesically.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-moran-index/package.json b/packages/turf-moran-index/package.json index 00797b5c4..cd894c351 100644 --- a/packages/turf-moran-index/package.json +++ b/packages/turf-moran-index/package.json @@ -1,6 +1,6 @@ { "name": "@turf/moran-index", - "version": "7.2.0", + "version": "7.3.0", "description": "Measures patterns of attribute values associated with features. Reveals whether similar values tend to occur near each other, or whether high or low values are interspersed", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-nearest-neighbor-analysis/package.json b/packages/turf-nearest-neighbor-analysis/package.json index 4314e7f84..bcc0316c1 100644 --- a/packages/turf-nearest-neighbor-analysis/package.json +++ b/packages/turf-nearest-neighbor-analysis/package.json @@ -1,6 +1,6 @@ { "name": "@turf/nearest-neighbor-analysis", - "version": "7.2.0", + "version": "7.3.0", "description": "Calculates an index based the average distances between points in the dataset, thereby providing inference as to whether the data is clustered, dispersed, or randomly distributed within the study area.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-nearest-point-on-line/package.json b/packages/turf-nearest-point-on-line/package.json index da7c976ba..949f5e4e7 100644 --- a/packages/turf-nearest-point-on-line/package.json +++ b/packages/turf-nearest-point-on-line/package.json @@ -1,6 +1,6 @@ { "name": "@turf/nearest-point-on-line", - "version": "7.2.0", + "version": "7.3.0", "description": "Finds the nearest point on a line to a given point", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-nearest-point-to-line/package.json b/packages/turf-nearest-point-to-line/package.json index fafe88332..5d936051b 100644 --- a/packages/turf-nearest-point-to-line/package.json +++ b/packages/turf-nearest-point-to-line/package.json @@ -1,6 +1,6 @@ { "name": "@turf/nearest-point-to-line", - "version": "7.2.0", + "version": "7.3.0", "description": "Returns the closest point, of a collection of points, to a line.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-nearest-point/package.json b/packages/turf-nearest-point/package.json index 2212a4818..ef9cb5f9c 100644 --- a/packages/turf-nearest-point/package.json +++ b/packages/turf-nearest-point/package.json @@ -1,6 +1,6 @@ { "name": "@turf/nearest-point", - "version": "7.2.0", + "version": "7.3.0", "description": "Finds the nearest point from a FeatureCollection of Features with Point geometries to a given point.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-planepoint/package.json b/packages/turf-planepoint/package.json index 53ecff59a..18ce3470e 100644 --- a/packages/turf-planepoint/package.json +++ b/packages/turf-planepoint/package.json @@ -1,6 +1,6 @@ { "name": "@turf/planepoint", - "version": "7.2.0", + "version": "7.3.0", "description": "Takes a triangular plane as a polygon and a point within that triangle, and returns the z-value at that point.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-point-grid/package.json b/packages/turf-point-grid/package.json index 8726edd2c..0c6751d93 100644 --- a/packages/turf-point-grid/package.json +++ b/packages/turf-point-grid/package.json @@ -1,6 +1,6 @@ { "name": "@turf/point-grid", - "version": "7.2.0", + "version": "7.3.0", "description": "Creates a grid of points within a bounding box.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-point-on-feature/package.json b/packages/turf-point-on-feature/package.json index 33a6f0bb3..f834513e8 100644 --- a/packages/turf-point-on-feature/package.json +++ b/packages/turf-point-on-feature/package.json @@ -1,6 +1,6 @@ { "name": "@turf/point-on-feature", - "version": "7.2.0", + "version": "7.3.0", "description": "Takes a Feature or FeatureCollection and returns a Point guaranteed to be on the surface of the feature.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-point-to-line-distance/package.json b/packages/turf-point-to-line-distance/package.json index fbf50205e..b4f5a3efc 100644 --- a/packages/turf-point-to-line-distance/package.json +++ b/packages/turf-point-to-line-distance/package.json @@ -1,6 +1,6 @@ { "name": "@turf/point-to-line-distance", - "version": "7.2.0", + "version": "7.3.0", "description": "Calculates the distance between a given point and the nearest point on a line.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-point-to-polygon-distance/package.json b/packages/turf-point-to-polygon-distance/package.json index f286c269a..20ba1d951 100644 --- a/packages/turf-point-to-polygon-distance/package.json +++ b/packages/turf-point-to-polygon-distance/package.json @@ -1,6 +1,6 @@ { "name": "@turf/point-to-polygon-distance", - "version": "7.2.0", + "version": "7.3.0", "description": "Calculates the distance from a point to the edges of a polygon or multi-polygon.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-points-within-polygon/package.json b/packages/turf-points-within-polygon/package.json index b30ff4b84..18977efd0 100644 --- a/packages/turf-points-within-polygon/package.json +++ b/packages/turf-points-within-polygon/package.json @@ -1,6 +1,6 @@ { "name": "@turf/points-within-polygon", - "version": "7.2.0", + "version": "7.3.0", "description": "Finds points that fall within polygon(s).", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-polygon-smooth/package.json b/packages/turf-polygon-smooth/package.json index c187b458c..aeafed6a2 100644 --- a/packages/turf-polygon-smooth/package.json +++ b/packages/turf-polygon-smooth/package.json @@ -1,6 +1,6 @@ { "name": "@turf/polygon-smooth", - "version": "7.2.0", + "version": "7.3.0", "description": "Smooths a Polygon or MultiPolygon, based on Chaikin's algorithm.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-polygon-tangents/package.json b/packages/turf-polygon-tangents/package.json index 1042cff97..fa2765f00 100644 --- a/packages/turf-polygon-tangents/package.json +++ b/packages/turf-polygon-tangents/package.json @@ -1,6 +1,6 @@ { "name": "@turf/polygon-tangents", - "version": "7.2.0", + "version": "7.3.0", "description": "Finds the tangents of a polygon from a point.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-polygon-to-line/package.json b/packages/turf-polygon-to-line/package.json index 3078675ed..e08402204 100644 --- a/packages/turf-polygon-to-line/package.json +++ b/packages/turf-polygon-to-line/package.json @@ -1,6 +1,6 @@ { "name": "@turf/polygon-to-line", - "version": "7.2.0", + "version": "7.3.0", "description": "Converts a polygon to a line string.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-polygonize/package.json b/packages/turf-polygonize/package.json index 98ecb8c1e..25cee892a 100644 --- a/packages/turf-polygonize/package.json +++ b/packages/turf-polygonize/package.json @@ -1,6 +1,6 @@ { "name": "@turf/polygonize", - "version": "7.2.0", + "version": "7.3.0", "description": "Polygonizes a set of lines that represents edges in a planar graph.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-projection/package.json b/packages/turf-projection/package.json index c8945ad78..3972475cc 100644 --- a/packages/turf-projection/package.json +++ b/packages/turf-projection/package.json @@ -1,6 +1,6 @@ { "name": "@turf/projection", - "version": "7.2.0", + "version": "7.3.0", "description": "Provides tools for conversion between geographic coordinates and projected coordinates.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-quadrat-analysis/package.json b/packages/turf-quadrat-analysis/package.json index 639517fb8..a6feafb38 100644 --- a/packages/turf-quadrat-analysis/package.json +++ b/packages/turf-quadrat-analysis/package.json @@ -1,6 +1,6 @@ { "name": "@turf/quadrat-analysis", - "version": "7.2.0", + "version": "7.3.0", "description": "Quadrat analysis lays a set of equal-size areas(quadrat) over the study area and counts the number of features in each quadrat and creates a frequency table.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-random/package.json b/packages/turf-random/package.json index 14f5d5115..87acbf835 100644 --- a/packages/turf-random/package.json +++ b/packages/turf-random/package.json @@ -1,6 +1,6 @@ { "name": "@turf/random", - "version": "7.2.0", + "version": "7.3.0", "description": "Generates random points, lines, or polygons for testing.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-rectangle-grid/package.json b/packages/turf-rectangle-grid/package.json index 5f748077e..92e99991b 100644 --- a/packages/turf-rectangle-grid/package.json +++ b/packages/turf-rectangle-grid/package.json @@ -1,6 +1,6 @@ { "name": "@turf/rectangle-grid", - "version": "7.2.0", + "version": "7.3.0", "description": "Creates a grid of rectangular polygons with width and height consistent in degrees.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-rewind/package.json b/packages/turf-rewind/package.json index a519ac4a0..642fef59c 100644 --- a/packages/turf-rewind/package.json +++ b/packages/turf-rewind/package.json @@ -1,6 +1,6 @@ { "name": "@turf/rewind", - "version": "7.2.0", + "version": "7.3.0", "description": "Rewind using Shoelace Formula.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-rhumb-bearing/package.json b/packages/turf-rhumb-bearing/package.json index 958dee0e1..66e64a925 100644 --- a/packages/turf-rhumb-bearing/package.json +++ b/packages/turf-rhumb-bearing/package.json @@ -1,6 +1,6 @@ { "name": "@turf/rhumb-bearing", - "version": "7.2.0", + "version": "7.3.0", "description": "Takes two points and finds the bearing angle between them along a Rhumb line.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-rhumb-destination/package.json b/packages/turf-rhumb-destination/package.json index be8a71106..c36765fff 100644 --- a/packages/turf-rhumb-destination/package.json +++ b/packages/turf-rhumb-destination/package.json @@ -1,6 +1,6 @@ { "name": "@turf/rhumb-destination", - "version": "7.2.0", + "version": "7.3.0", "description": "Calculates the destination point having travelled the given distance along a Rhumb line.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-rhumb-distance/package.json b/packages/turf-rhumb-distance/package.json index d615cdf8b..f8cb58a94 100644 --- a/packages/turf-rhumb-distance/package.json +++ b/packages/turf-rhumb-distance/package.json @@ -1,6 +1,6 @@ { "name": "@turf/rhumb-distance", - "version": "7.2.0", + "version": "7.3.0", "description": "Calculates the distance along a rhumb line between two points.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-sample/package.json b/packages/turf-sample/package.json index b3d42fe46..cbe4e8079 100644 --- a/packages/turf-sample/package.json +++ b/packages/turf-sample/package.json @@ -1,6 +1,6 @@ { "name": "@turf/sample", - "version": "7.2.0", + "version": "7.3.0", "description": "Takes a FeatureCollection and returns a FeatureCollection with given number of features at random.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-sector/package.json b/packages/turf-sector/package.json index fa813426b..53c42185d 100644 --- a/packages/turf-sector/package.json +++ b/packages/turf-sector/package.json @@ -1,6 +1,6 @@ { "name": "@turf/sector", - "version": "7.2.0", + "version": "7.3.0", "description": "Creates a circular sector of a circle.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-shortest-path/package.json b/packages/turf-shortest-path/package.json index 08cded804..613028333 100644 --- a/packages/turf-shortest-path/package.json +++ b/packages/turf-shortest-path/package.json @@ -1,6 +1,6 @@ { "name": "@turf/shortest-path", - "version": "7.2.0", + "version": "7.3.0", "description": "Returns the shortest path from start to end without colliding with any Feature in obstacles.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-simplify/package.json b/packages/turf-simplify/package.json index 35b330819..a2cdf2857 100644 --- a/packages/turf-simplify/package.json +++ b/packages/turf-simplify/package.json @@ -1,6 +1,6 @@ { "name": "@turf/simplify", - "version": "7.2.0", + "version": "7.3.0", "description": "Reduces the number of points in a shape while keeping its overall look.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-square-grid/package.json b/packages/turf-square-grid/package.json index 93778f4c8..21eb292e5 100644 --- a/packages/turf-square-grid/package.json +++ b/packages/turf-square-grid/package.json @@ -1,6 +1,6 @@ { "name": "@turf/square-grid", - "version": "7.2.0", + "version": "7.3.0", "description": "Creates a square grid within a bounding box.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-square/package.json b/packages/turf-square/package.json index 2a3904487..fc0126285 100644 --- a/packages/turf-square/package.json +++ b/packages/turf-square/package.json @@ -1,6 +1,6 @@ { "name": "@turf/square", - "version": "7.2.0", + "version": "7.3.0", "description": "Takes a bounding box and calculates the minimum square bounding box that would contain the input.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-standard-deviational-ellipse/package.json b/packages/turf-standard-deviational-ellipse/package.json index 33d13ddfd..97ddf7de2 100644 --- a/packages/turf-standard-deviational-ellipse/package.json +++ b/packages/turf-standard-deviational-ellipse/package.json @@ -1,6 +1,6 @@ { "name": "@turf/standard-deviational-ellipse", - "version": "7.2.0", + "version": "7.3.0", "description": "Takes a collection of features and returns a standard deviational ellipse.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-tag/package.json b/packages/turf-tag/package.json index 2212f5166..d0c8c88bc 100644 --- a/packages/turf-tag/package.json +++ b/packages/turf-tag/package.json @@ -1,6 +1,6 @@ { "name": "@turf/tag", - "version": "7.2.0", + "version": "7.3.0", "description": "Takes a set of points and a set of polygons and/or multipolygons and performs a spatial join.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-tesselate/package.json b/packages/turf-tesselate/package.json index a5c7e4d33..11f09f9c8 100644 --- a/packages/turf-tesselate/package.json +++ b/packages/turf-tesselate/package.json @@ -1,6 +1,6 @@ { "name": "@turf/tesselate", - "version": "7.2.0", + "version": "7.3.0", "description": "Tesselates a polygon or multipolygon into a collection of triangle polygons using earcut.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-tin/package.json b/packages/turf-tin/package.json index 293083866..f4da9a92f 100644 --- a/packages/turf-tin/package.json +++ b/packages/turf-tin/package.json @@ -1,6 +1,6 @@ { "name": "@turf/tin", - "version": "7.2.0", + "version": "7.3.0", "description": "Takes a set of points and creates a Triangulated Irregular Network.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-transform-rotate/package.json b/packages/turf-transform-rotate/package.json index d335ec2e5..7d01f0308 100644 --- a/packages/turf-transform-rotate/package.json +++ b/packages/turf-transform-rotate/package.json @@ -1,6 +1,6 @@ { "name": "@turf/transform-rotate", - "version": "7.2.0", + "version": "7.3.0", "description": "Rotates a geometry around its center or a given point.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-transform-scale/package.json b/packages/turf-transform-scale/package.json index b6e480574..3f47d63ba 100644 --- a/packages/turf-transform-scale/package.json +++ b/packages/turf-transform-scale/package.json @@ -1,6 +1,6 @@ { "name": "@turf/transform-scale", - "version": "7.2.0", + "version": "7.3.0", "description": "Changes the size of a geometry by scaling it up or down.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-transform-translate/package.json b/packages/turf-transform-translate/package.json index 904757ba4..f2853e00b 100644 --- a/packages/turf-transform-translate/package.json +++ b/packages/turf-transform-translate/package.json @@ -1,6 +1,6 @@ { "name": "@turf/transform-translate", - "version": "7.2.0", + "version": "7.3.0", "description": "Moves a shape or location in a specific direction.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-triangle-grid/package.json b/packages/turf-triangle-grid/package.json index ccd31ecc7..11e155b36 100644 --- a/packages/turf-triangle-grid/package.json +++ b/packages/turf-triangle-grid/package.json @@ -1,6 +1,6 @@ { "name": "@turf/triangle-grid", - "version": "7.2.0", + "version": "7.3.0", "description": "Creates a triangular grid within a bounding box.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-truncate/package.json b/packages/turf-truncate/package.json index e2cdef6db..deadf971e 100644 --- a/packages/turf-truncate/package.json +++ b/packages/turf-truncate/package.json @@ -1,6 +1,6 @@ { "name": "@turf/truncate", - "version": "7.2.0", + "version": "7.3.0", "description": "Truncates precision of GeoJSON coordinates.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf-union/package.json b/packages/turf-union/package.json index c885e0a4d..8e19428b2 100644 --- a/packages/turf-union/package.json +++ b/packages/turf-union/package.json @@ -1,6 +1,6 @@ { "name": "@turf/union", - "version": "7.2.0", + "version": "7.3.0", "description": "Combines two or more polygons into a single polygon.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-unkink-polygon/package.json b/packages/turf-unkink-polygon/package.json index ee7d71c2e..87dc6a5a1 100644 --- a/packages/turf-unkink-polygon/package.json +++ b/packages/turf-unkink-polygon/package.json @@ -1,6 +1,6 @@ { "name": "@turf/unkink-polygon", - "version": "7.2.0", + "version": "7.3.0", "description": "Takes a kinked polygon and returns a feature collection of polygons that have no kinks.", "author": "Turf Authors", "license": "MIT", diff --git a/packages/turf-voronoi/package.json b/packages/turf-voronoi/package.json index c9cbe6ec0..e0c367c81 100644 --- a/packages/turf-voronoi/package.json +++ b/packages/turf-voronoi/package.json @@ -1,6 +1,6 @@ { "name": "@turf/voronoi", - "version": "7.2.0", + "version": "7.3.0", "description": "Takes a collection of points and a bounding box, and returns a collection of Voronoi polygons.", "author": "Turf Authors", "contributors": [ diff --git a/packages/turf/package.json b/packages/turf/package.json index b928638a8..a00b86e11 100644 --- a/packages/turf/package.json +++ b/packages/turf/package.json @@ -1,6 +1,6 @@ { "name": "@turf/turf", - "version": "7.2.0", + "version": "7.3.0", "description": "a JavaScript library for performing geospatial operations with GeoJSON", "author": "Turf Authors", "license": "MIT",