Skip to content

Commit

Permalink
v2.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xwatkins committed Aug 12, 2020
1 parent aea6ebf commit 690b8b4
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.16.1",
"version": "2.16.2",
"private": true,
"description": "A website to showcase all nightingale components",
"files": [
Expand All @@ -24,7 +24,7 @@
"protvista-feature-adapter": "^2.12.0",
"protvista-filter": "^2.12.0",
"protvista-interpro-track": "^2.13.0",
"protvista-manager": "^2.16.1",
"protvista-manager": "^2.16.2",
"protvista-navigation": "^2.16.0",
"protvista-saver": "^2.12.0",
"protvista-sequence": "^2.12.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.16.1"
"version": "2.16.2"
}
2 changes: 1 addition & 1 deletion packages/protvista-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "protvista-manager",
"version": "2.16.1",
"version": "2.16.2",
"description": "Manager component for the ProtVista tool",
"main": "dist/protvista-manager.js",
"module": "src/protvista-manager.js",
Expand Down

0 comments on commit 690b8b4

Please sign in to comment.