Skip to content

Commit

Permalink
v2.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xwatkins committed Aug 13, 2020
1 parent 5144fee commit 1adfce8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 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.2",
"version": "2.16.3",
"private": true,
"description": "A website to showcase all nightingale components",
"files": [
Expand All @@ -20,11 +20,11 @@
"highlight.js": "10.1.1",
"interaction-viewer": "^2.12.0",
"protvista-coloured-sequence": "^2.12.0",
"protvista-datatable": "^2.16.2",
"protvista-datatable": "^2.16.3",
"protvista-feature-adapter": "^2.12.0",
"protvista-filter": "^2.12.0",
"protvista-interpro-track": "^2.13.0",
"protvista-manager": "^2.16.2",
"protvista-manager": "^2.16.3",
"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.2"
"version": "2.16.3"
}
2 changes: 1 addition & 1 deletion packages/protvista-datatable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "protvista-datatable",
"version": "2.16.2",
"version": "2.16.3",
"files": [
"dist",
"src",
Expand Down
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.2",
"version": "2.16.3",
"description": "Manager component for the ProtVista tool",
"main": "dist/protvista-manager.js",
"module": "src/protvista-manager.js",
Expand Down

0 comments on commit 1adfce8

Please sign in to comment.