Skip to content

Commit

Permalink
Merge pull request #194 from Smithsonian/feature/cook-downloads
Browse files Browse the repository at this point in the history
Build: Update version number from 0.6.0 -> 0.7.0
  • Loading branch information
jahjedtieson authored Jun 6, 2021
2 parents 6dbb865 + e9ac14c commit 3002c1a
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -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",
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.6.0",
"version": "0.7.0",
"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 @@ -4,7 +4,7 @@
"client",
"server"
],
"version": "0.6.0",
"version": "0.7.0",
"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.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",
Expand Down
4 changes: 3 additions & 1 deletion server/db/sql/scripts/Packrat.ALTER.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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;
ALTER TABLE Model ADD COLUMN AutomationTag varchar(256) NULL;

-- 2021-06-06 Deployed to Staging
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 3002c1a

Please sign in to comment.