Skip to content

Commit

Permalink
v7.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
twelch committed May 18, 2024
1 parent 7ae5c20 commit 2652c24
Show file tree
Hide file tree
Showing 7 changed files with 109 additions and 20 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.0"
"version": "7.0.0-beta.1"
}
111 changes: 100 additions & 11 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.0",
"version": "7.0.0-beta.1",
"description": "initial user-installed project",
"private": true,
"type": "module",
Expand Down Expand Up @@ -55,7 +55,7 @@
"devDependencies": {
"@babel/cli": "^7.24.5",
"@babel/plugin-syntax-import-attributes": "^7.24.1",
"@seasketch/geoprocessing": "^7.0.0-beta.0",
"@seasketch/geoprocessing": "^7.0.0-beta.1",
"@storybook/addon-essentials": "^8.1.1",
"@storybook/addon-interactions": "^8.1.1",
"@storybook/addon-links": "^8.1.1",
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.0",
"version": "7.0.0-beta.1",
"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.0",
"version": "7.0.0-beta.1",
"description": "blank starter project",
"author": "Tim Welch",
"license": "BSD-3-Clause",
Expand All @@ -21,7 +21,7 @@
"starter-template"
],
"devDependencies": {
"@seasketch/geoprocessing": "^7.0.0-beta.0",
"@seasketch/geoprocessing": "^7.0.0-beta.1",
"@turf/boolean-disjoint": "7.0.0-alpha.113",
"@turf/boolean-valid": "7.0.0-alpha.113"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/template-ocean-eez/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@seasketch/template-ocean-eez",
"version": "7.0.0-beta.0",
"version": "7.0.0-beta.1",
"description": "template for ocean EEZ planning project",
"author": "Tim Welch",
"license": "BSD-3-Clause",
Expand All @@ -21,7 +21,7 @@
"starter-template"
],
"devDependencies": {
"@seasketch/geoprocessing": "^7.0.0-beta.0",
"@seasketch/geoprocessing": "^7.0.0-beta.1",
"@turf/boolean-disjoint": "7.0.0-alpha.113",
"@turf/boolean-valid": "7.0.0-alpha.113"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/wiki-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@seasketch/wiki-docs",
"version": "7.0.0-beta.0",
"version": "7.0.0-beta.1",
"description": "wiki docs",
"author": "Tim Welch",
"license": "BSD-3-Clause",
Expand Down

0 comments on commit 2652c24

Please sign in to comment.