Skip to content

Commit

Permalink
v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jgravois committed May 15, 2024
1 parent 9bcf342 commit 3db600f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"packages": [
"packages/*"
],
"version": "2.2.0",
"version": "2.2.1",
"lerna": "3.20.2"
}
2 changes: 1 addition & 1 deletion packages/spatial/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@terraformer/spatial",
"description": "Spatial predicates for GeoJSON.",
"version": "2.1.2",
"version": "2.2.1",
"author": "Patrick Arlt <[email protected]>",
"bugs": {
"url": "https://github.com/terraformer-js/terraformer/issues"
Expand Down
4 changes: 2 additions & 2 deletions packages/wkt/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/wkt/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@terraformer/wkt",
"description": "Tools to convert WKT geometries to GeoJSON geometries and vica-versa.",
"version": "2.2.0",
"version": "2.2.1",
"author": "Jerry Sievert <[email protected]> (http://legitimatesounding.com)",
"bugs": {
"url": "https://github.com/terraformer-js/terraformer/issues"
Expand Down

0 comments on commit 3db600f

Please sign in to comment.