Skip to content

Commit

Permalink
v2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xwatkins committed Apr 20, 2020
1 parent d49434e commit e2d43c3
Show file tree
Hide file tree
Showing 9 changed files with 25 additions and 22 deletions.
14 changes: 7 additions & 7 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nightingale-showcase-app",
"version": "2.6.0",
"version": "2.6.1",
"private": true,
"description": "A website to showcase all nightingale components",
"files": [
Expand All @@ -19,22 +19,22 @@
"@babel/polyfill": "^7.2.5",
"highlight.js": "9.16.2",
"interaction-viewer": "^2.5.1",
"protvista-coloured-sequence": "^2.3.5",
"protvista-coloured-sequence": "^2.6.1",
"protvista-datatable": "^2.5.1",
"protvista-feature-adapter": "^2.3.3",
"protvista-filter": "^2.3.0",
"protvista-interpro-track": "^2.3.5",
"protvista-interpro-track": "^2.6.1",
"protvista-manager": "^2.3.0",
"protvista-navigation": "^2.3.2",
"protvista-saver": "^2.3.0",
"protvista-sequence": "^2.3.5",
"protvista-sequence": "^2.6.1",
"protvista-structure": "^2.5.1",
"protvista-tooltip": "^2.3.0",
"protvista-track": "^2.3.5",
"protvista-track": "^2.6.1",
"protvista-uniprot": "^2.0.3",
"protvista-variation": "^2.3.5",
"protvista-variation": "^2.6.1",
"protvista-variation-adapter": "^2.3.3",
"protvista-variation-graph": "^2.6.0",
"protvista-variation-graph": "^2.6.1",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-router": "^5.0.1",
Expand Down
7 changes: 5 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"packages": ["app", "packages/*"],
"packages": [
"app",
"packages/*"
],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "2.6.0"
"version": "2.6.1"
}
4 changes: 2 additions & 2 deletions packages/protvista-coloured-sequence/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "protvista-coloured-sequence",
"version": "2.3.5",
"version": "2.6.1",
"description": "Track that colors each base by a given function. The default function is hydrophobicity",
"files": [
"dist",
Expand All @@ -11,7 +11,7 @@
"author": "Gustavo Salazar <[email protected]>",
"license": "ISC",
"dependencies": {
"protvista-sequence": "^2.3.5",
"protvista-sequence": "^2.6.1",
"protvista-utils": "^2.3.0"
},
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/protvista-interpro-track/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "protvista-interpro-track",
"version": "2.3.5",
"version": "2.6.1",
"description": "Interpro extension of the track type.",
"files": [
"dist",
Expand All @@ -26,7 +26,7 @@
"gitHead": "3768065ef5b1f65e31acbf52e86cac3d98e347fb",
"dependencies": {
"lodash-es": "^4.17.11",
"protvista-track": "^2.3.5"
"protvista-track": "^2.6.1"
},
"devDependencies": {
"d3": "^5.7.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/protvista-sequence/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "protvista-sequence",
"version": "2.3.5",
"version": "2.6.1",
"description": "Sequence component for the ProtVista tool",
"files": [
"dist",
Expand All @@ -26,7 +26,7 @@
"gitHead": "3768065ef5b1f65e31acbf52e86cac3d98e347fb",
"dependencies": {
"lodash-es": "^4.17.11",
"protvista-zoomable": "^2.3.5"
"protvista-zoomable": "^2.6.1"
},
"devDependencies": {
"d3": "^5.7.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/protvista-track/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "protvista-track",
"version": "2.3.5",
"version": "2.6.1",
"description": "Basic track type of the viewer.",
"files": [
"dist",
Expand All @@ -27,7 +27,7 @@
"gitHead": "3768065ef5b1f65e31acbf52e86cac3d98e347fb",
"dependencies": {
"lodash-es": "^4.17.11",
"protvista-zoomable": "^2.3.5"
"protvista-zoomable": "^2.6.1"
},
"devDependencies": {
"d3": "^5.7.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/protvista-variation-graph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
],
"main": "dist/protvista-variation-graph.js",
"module": "src/protvista-variation-graph.js",
"version": "2.6.0",
"version": "2.6.1",
"keywords": [
"nightingale",
"webcomponents",
Expand All @@ -24,7 +24,7 @@
},
"homepage": "https://ebi-webcomponents.github.io/nightingale/",
"dependencies": {
"protvista-track": "^2.3.5"
"protvista-track": "^2.6.1"
},
"devDependencies": {
"d3": "^5.7.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/protvista-variation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "protvista-variation",
"version": "2.3.5",
"version": "2.6.1",
"description": "Variation viewer for the ProtVista tool",
"files": [
"dist",
Expand Down Expand Up @@ -28,7 +28,7 @@
"gitHead": "3768065ef5b1f65e31acbf52e86cac3d98e347fb",
"dependencies": {
"lodash-es": "^4.17.11",
"protvista-track": "^2.3.5"
"protvista-track": "^2.6.1"
},
"devDependencies": {
"d3": "^5.7.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/protvista-zoomable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "protvista-zoomable",
"version": "2.3.5",
"version": "2.6.1",
"description": "A zoomable component for ProtVista",
"files": [
"dist",
Expand Down

0 comments on commit e2d43c3

Please sign in to comment.