Skip to content

Commit

Permalink
Merge pull request #469 from Smithsonian/build/release
Browse files Browse the repository at this point in the history
Build: Update version 0.9.10 -> 0.9.11
  • Loading branch information
jahjedtieson authored Oct 3, 2022
2 parents f3cdcd7 + 948e0cb commit a28b939
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion common/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"server",
"common"
],
"version": "0.9.10",
"version": "0.9.11",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions server/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -49,7 +49,7 @@
"reset": "yarn dropdb && yarn initdb && rm -rf var/Storage && curl http://localhost:8983/solr/packrat/update --data \"<delete><query>*:*</query></delete>\" -H \"Content-type:text/xml; charset=utf-8\" && curl http://localhost:8983/solr/packrat/update --data \"<commit/>\" -H \"Content-type:text/xml; charset=utf-8\" && curl http://localhost:8983/solr/packratMeta/update --data \"<delete><query>*:*</query></delete>\" -H \"Content-type:text/xml; charset=utf-8\" && curl http://localhost:8983/solr/packratMeta/update --data \"<commit/>\" -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",
Expand Down

0 comments on commit a28b939

Please sign in to comment.