Skip to content

Commit

Permalink
v2.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aurel-l committed Apr 23, 2020
1 parent 00b2b87 commit eba8bfb
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
@@ -1,6 +1,6 @@
{
"name": "nightingale-showcase-app",
"version": "2.8.1",
"version": "2.8.2",
"private": true,
"description": "A website to showcase all nightingale components",
"files": [
Expand All @@ -20,7 +20,7 @@
"highlight.js": "9.16.2",
"interaction-viewer": "^2.7.0",
"protvista-coloured-sequence": "^2.7.0",
"protvista-datatable": "^2.7.0",
"protvista-datatable": "^2.8.2",
"protvista-feature-adapter": "^2.3.3",
"protvista-filter": "^2.7.0",
"protvista-interpro-track": "^2.6.1",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -5,5 +5,5 @@
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "2.8.1"
"version": "2.8.2"
}
2 changes: 1 addition & 1 deletion packages/protvista-datatable/package.json
@@ -1,6 +1,6 @@
{
"name": "protvista-datatable",
"version": "2.7.0",
"version": "2.8.2",
"files": [
"dist",
"src",
Expand Down

0 comments on commit eba8bfb

Please sign in to comment.