Skip to content

Commit

Permalink
v2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aurel-l committed Apr 23, 2020
1 parent a7e7037 commit 2cbb8a7
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.8.0",
"version": "2.8.1",
"private": true,
"description": "A website to showcase all nightingale components",
"files": [
Expand Down Expand Up @@ -29,7 +29,7 @@
"protvista-saver": "^2.7.0",
"protvista-sequence": "^2.7.0",
"protvista-structure": "^2.5.1",
"protvista-tooltip": "^2.8.0",
"protvista-tooltip": "^2.8.1",
"protvista-track": "^2.6.1",
"protvista-uniprot": "^2.0.3",
"protvista-variation": "^2.6.1",
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.8.0"
"version": "2.8.1"
}
2 changes: 1 addition & 1 deletion packages/protvista-tooltip/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "protvista-tooltip",
"description": "A tooltip for ProtVista webcomponents",
"version": "2.8.0",
"version": "2.8.1",
"files": [
"dist",
"src"
Expand Down

0 comments on commit 2cbb8a7

Please sign in to comment.