From 948e0cbe8434c66df40a8fdef9e69c5f1bc4384d Mon Sep 17 00:00:00 2001 From: Jon Tyson <6943745+jahjedtieson@users.noreply.github.com> Date: Mon, 3 Oct 2022 15:40:35 -0700 Subject: [PATCH] Build: * Update version 0.9.10 -> 0.9.11 --- client/package.json | 4 ++-- common/package.json | 2 +- e2e/package.json | 2 +- lerna.json | 2 +- package.json | 2 +- server/package.json | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/client/package.json b/client/package.json index b5ae72ee4..3ee763e72 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "@dpo-packrat/client", - "version": "0.9.10", + "version": "0.9.11", "private": true, "license": "Apache-2.0", "description": "Client for Packrat", @@ -28,7 +28,7 @@ "dependencies": { "@apollo/client": "3.1.5", "@date-io/date-fns": "1.3.13", - "@dpo-packrat/common": "0.9.10", + "@dpo-packrat/common": "0.9.11", "@material-ui/core": "4.11.0", "@material-ui/data-grid": "4.0.0-alpha.33", "@material-ui/icons": "4.9.1", diff --git a/common/package.json b/common/package.json index 9f6732302..016b5b120 100644 --- a/common/package.json +++ b/common/package.json @@ -1,6 +1,6 @@ { "name": "@dpo-packrat/common", - "version": "0.9.10", + "version": "0.9.11", "private": true, "license": "Apache-2.0", "description": "Packrat logic shared between client and server", diff --git a/e2e/package.json b/e2e/package.json index ca67ab1c5..1614c52cc 100644 --- a/e2e/package.json +++ b/e2e/package.json @@ -1,6 +1,6 @@ { "name": "@dpo-packrat/e2e", - "version": "0.9.10", + "version": "0.9.11", "private": true, "license": "Apache-2.0", "description": "E2E tests for packrat", diff --git a/lerna.json b/lerna.json index e807fccde..b8b3be661 100644 --- a/lerna.json +++ b/lerna.json @@ -5,7 +5,7 @@ "server", "common" ], - "version": "0.9.10", + "version": "0.9.11", "npmClient": "yarn", "useWorkspaces": true } \ No newline at end of file diff --git a/package.json b/package.json index 0af8592df..e2bbe162c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dpo-packrat", - "version": "0.9.10", + "version": "0.9.11", "private": true, "license": "Apache-2.0", "description": "Data Repository and Workflow Management for 3D data captures, models, and scenes", diff --git a/server/package.json b/server/package.json index 12ec24274..94f6bd7e8 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "@dpo-packrat/server", - "version": "0.9.10", + "version": "0.9.11", "private": true, "license": "Apache-2.0", "description": "Node server for Packrat", @@ -49,7 +49,7 @@ "reset": "yarn dropdb && yarn initdb && rm -rf var/Storage && curl http://localhost:8983/solr/packrat/update --data \"*:*\" -H \"Content-type:text/xml; charset=utf-8\" && curl http://localhost:8983/solr/packrat/update --data \"\" -H \"Content-type:text/xml; charset=utf-8\" && curl http://localhost:8983/solr/packratMeta/update --data \"*:*\" -H \"Content-type:text/xml; charset=utf-8\" && curl http://localhost:8983/solr/packratMeta/update --data \"\" -H \"Content-type:text/xml; charset=utf-8\"" }, "dependencies": { - "@dpo-packrat/common": "0.9.10", + "@dpo-packrat/common": "0.9.11", "@graphql-tools/load-files": "6.6.1", "@graphql-tools/merge": "8.3.6", "@graphql-tools/schema": "9.0.4",