Skip to content

Commit

Permalink
v2.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
xwatkins committed May 13, 2020
1 parent 84fa195 commit 69d671a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nightingale-showcase-app",
"version": "2.9.3",
"version": "2.9.4",
"private": true,
"description": "A website to showcase all nightingale components",
"files": [
Expand Down Expand Up @@ -33,7 +33,7 @@
"protvista-track": "^2.6.1",
"protvista-uniprot": "^2.0.3",
"protvista-variation": "^2.6.1",
"protvista-variation-adapter": "^2.3.3",
"protvista-variation-adapter": "^2.9.4",
"protvista-variation-graph": "^2.9.3",
"react": "^16.9.0",
"react-dom": "^16.9.0",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "2.9.3"
"version": "2.9.4"
}
2 changes: 1 addition & 1 deletion packages/protvista-variation-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "protvista-variation-adapter",
"version": "2.3.3",
"version": "2.9.4",
"description": "Data adapter for variation data",
"files": [
"dist",
Expand Down

0 comments on commit 69d671a

Please sign in to comment.