Skip to content

Commit

Permalink
v7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
twelch committed Dec 24, 2024
1 parent dd1c40a commit 74b41c2
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "7.0.0-beta.13"
"version": "7.0.0"
}
10 changes: 5 additions & 5 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions packages/base-project/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@seasketch/base-project",
"version": "7.0.0-beta.13",
"version": "7.0.0",
"description": "initial user-installed project",
"private": true,
"type": "module",
Expand Down Expand Up @@ -52,7 +52,7 @@
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@seasketch/geoprocessing": "^7.0.0-beta.13",
"@seasketch/geoprocessing": "^7.0.0",
"@storybook/addon-essentials": "^8.2.9",
"@storybook/addon-interactions": "^8.2.9",
"@storybook/addon-links": "^8.2.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/geoprocessing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@seasketch/geoprocessing",
"version": "7.0.0-beta.13",
"version": "7.0.0",
"description": "Geoprocessing and reporting framework for SeaSketch 2.0",
"type": "module",
"main": "dist/src/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/template-blank-project/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@seasketch/template-blank-project",
"version": "7.0.0-beta.13",
"version": "7.0.0",
"description": "blank starter project",
"private": true,
"type": "module",
Expand All @@ -21,7 +21,7 @@
"storybook": "PROJECT_PATH=$(pwd) npx tsx .storybook/genReportStories.ts && storybook dev -p 6006"
},
"dependencies": {
"@seasketch/geoprocessing": "^7.0.0-beta.13",
"@seasketch/geoprocessing": "^7.0.0",
"@turf/turf": "7.1.0",
"geoblaze": "2.8.0",
"geojson-antimeridian-cut": "^0.1.0",
Expand Down

0 comments on commit 74b41c2

Please sign in to comment.