diff --git a/client/package.json b/client/package.json index 134b32c87..4279b8d29 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "@dpo-packrat/client", - "version": "0.6.0", + "version": "0.7.0", "private": true, "license": "Apache-2.0", "description": "Client for Packrat", diff --git a/e2e/package.json b/e2e/package.json index ba9c8cb85..b8d45cf7f 100644 --- a/e2e/package.json +++ b/e2e/package.json @@ -1,6 +1,6 @@ { "name": "@dpo-packrat/e2e", - "version": "0.6.0", + "version": "0.7.0", "private": true, "license": "Apache-2.0", "description": "E2E tests for packrat", diff --git a/lerna.json b/lerna.json index a039d8d50..2e2ccfd84 100644 --- a/lerna.json +++ b/lerna.json @@ -4,7 +4,7 @@ "client", "server" ], - "version": "0.6.0", + "version": "0.7.0", "npmClient": "yarn", "useWorkspaces": true } \ No newline at end of file diff --git a/package.json b/package.json index 08b556abe..66804e8da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dpo-packrat", - "version": "0.6.0", + "version": "0.7.0", "private": true, "license": "Apache-2.0", "description": "Data Repository and Workflow Management for 3D data captures, models, and scenes", diff --git a/server/db/sql/scripts/Packrat.ALTER.sql b/server/db/sql/scripts/Packrat.ALTER.sql index c58528c32..b272a80e1 100644 --- a/server/db/sql/scripts/Packrat.ALTER.sql +++ b/server/db/sql/scripts/Packrat.ALTER.sql @@ -48,4 +48,6 @@ WHERE Term = 'Unit CMS ID' AND idVocabularySet = (SELECT idVocabularySet FROM Vo INSERT INTO Identifier (IdentifierValue, idVIdentifierType, idSystemObject) SELECT 'ITEM_GUID_4', @idVocabARK, idSystemObject FROM SystemObject WHERE idItem = (SELECT idItem FROM Item WHERE NAME = 'NMAH Baseball Bat'); -- 2021-06-05 Jon -ALTER TABLE Model ADD COLUMN AutomationTag varchar(256) NULL; \ No newline at end of file +ALTER TABLE Model ADD COLUMN AutomationTag varchar(256) NULL; + +-- 2021-06-06 Deployed to Staging \ No newline at end of file diff --git a/server/package.json b/server/package.json index 4c40911a3..91c6f12f8 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "@dpo-packrat/server", - "version": "0.6.0", + "version": "0.7.0", "private": true, "license": "Apache-2.0", "description": "Node server for Packrat",