Skip to content

Commit

Permalink
v6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
twelch committed Dec 30, 2023
1 parent 00e63e7 commit 5b2c3dd
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "6.0.0"
"version": "6.1.0"
}
2 changes: 1 addition & 1 deletion packages/base-project/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": "6.0.0",
"version": "6.1.0",
"description": "initial user-installed project",
"main": "src/index.js",
"private": true,
Expand Down Expand Up @@ -54,7 +54,7 @@
},
"devDependencies": {
"@babel/cli": "^7.21.0",
"@seasketch/geoprocessing": "^6.0.0",
"@seasketch/geoprocessing": "^6.1.0",
"@types/request": "^2.48.8",
"babel-plugin-i18next-extract": "0.9.0",
"request": "^2.88.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/geoprocessing/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/geoprocessing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@seasketch/geoprocessing",
"version": "6.0.0",
"version": "6.1.0",
"description": "Geoprocessing and reporting framework for SeaSketch 2.0",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down Expand Up @@ -69,9 +69,9 @@
"@aws-cdk/aws-apigatewayv2-integrations-alpha": "2.84.0-alpha.0",
"@babel/core": "^7.13.15",
"@babel/plugin-proposal-class-properties": "^7.13.15",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.16.7",
"@babel/plugin-proposal-numeric-separator": "^7.16.7",
"@babel/plugin-proposal-optional-chaining": "7.16.7",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.16.7",
"@babel/preset-env": "^7.13.15",
"@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.13.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/template-blank-project/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/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": "6.0.0",
"version": "6.1.0",
"description": "blank starter project",
"author": "Tim Welch",
"license": "BSD-3-Clause",
Expand All @@ -20,7 +20,7 @@
"starter-template"
],
"devDependencies": {
"@seasketch/geoprocessing": "^6.0.0",
"@seasketch/geoprocessing": "^6.1.0",
"@turf/boolean-disjoint": "^6.5.0",
"@turf/boolean-valid": "^6.5.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/template-ocean-eez/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/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": "6.0.0",
"version": "6.1.0",
"description": "template for ocean EEZ planning project",
"author": "Tim Welch",
"license": "BSD-3-Clause",
Expand All @@ -20,7 +20,7 @@
"starter-template"
],
"devDependencies": {
"@seasketch/geoprocessing": "^6.0.0",
"@seasketch/geoprocessing": "^6.1.0",
"@turf/boolean-disjoint": "^6.5.0",
"@turf/boolean-valid": "^6.5.0"
},
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": "6.0.0",
"version": "6.1.0",
"description": "wiki docs",
"author": "Tim Welch",
"license": "BSD-3-Clause",
Expand Down

0 comments on commit 5b2c3dd

Please sign in to comment.