Skip to content

Commit

Permalink
v7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
avmey committed Dec 30, 2024
1 parent ae88ece commit 332301d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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"
"version": "7.0.1"
}
6 changes: 3 additions & 3 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",
"version": "7.0.1",
"description": "initial user-installed project",
"private": true,
"type": "module",
Expand Down Expand Up @@ -51,7 +51,7 @@
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@seasketch/geoprocessing": "^7.0.0",
"@seasketch/geoprocessing": "^7.0.1",
"@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",
"version": "7.0.1",
"description": "Geoprocessing and reporting framework for SeaSketch 2.0",
"type": "module",
"main": "dist/src/index.js",
Expand Down

0 comments on commit 332301d

Please sign in to comment.