Skip to content

Commit

Permalink
v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dlrice committed Nov 9, 2020
1 parent a2426b2 commit 78eb312
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 20 deletions.
16 changes: 8 additions & 8 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nightingale-showcase-app",
"version": "3.1.2",
"version": "3.2.0",
"private": true,
"description": "A website to showcase all nightingale components",
"files": [
Expand All @@ -20,23 +20,23 @@
"highlight.js": "10.2.1",
"interaction-viewer": "^3.1.2",
"protvista-coloured-sequence": "^3.0.0",
"protvista-datatable": "^3.1.2",
"protvista-datatable": "^3.2.0",
"protvista-feature-adapter": "^3.1.2",
"protvista-filter": "^3.1.2",
"protvista-interpro-track": "^3.0.0",
"protvista-links": "^3.1.2",
"protvista-interpro-track": "^3.2.0",
"protvista-links": "^3.2.0",
"protvista-manager": "^3.0.0",
"protvista-msa": "^3.1.0",
"protvista-msa": "^3.2.0",
"protvista-navigation": "^3.0.0",
"protvista-saver": "^3.1.2",
"protvista-sequence": "^3.0.0",
"protvista-structure": "^3.1.2",
"protvista-tooltip": "^3.1.2",
"protvista-track": "^3.0.0",
"protvista-track": "^3.2.0",
"protvista-uniprot": "^2.0.3",
"protvista-variation": "^3.0.0",
"protvista-variation": "^3.2.0",
"protvista-variation-adapter": "^3.1.2",
"protvista-variation-graph": "^3.0.0",
"protvista-variation-graph": "^3.2.0",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-router": "^5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": ["app", "packages/*"],
"npmClient": "yarn",
"useWorkspaces": true,
"version": "3.1.2"
"version": "3.2.0"
}
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": "3.1.2",
"version": "3.2.0",
"files": [
"dist",
"src",
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": "3.0.0",
"version": "3.2.0",
"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": "^3.0.0"
"protvista-track": "^3.2.0"
},
"devDependencies": {
"d3": "^5.7.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/protvista-links/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "protvista-links",
"version": "3.1.2",
"version": "3.2.0",
"files": [
"dist",
"src"
Expand All @@ -22,7 +22,7 @@
"homepage": "https://ebi-webcomponents.github.io/nightingale/",
"dependencies": {
"lodash-es": "^4.17.11",
"protvista-track": "^3.0.0"
"protvista-track": "^3.2.0"
},
"devDependencies": {
"@types/d3": "^5.16.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/protvista-msa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "protvista-msa",
"version": "3.1.0",
"version": "3.2.0",
"files": [
"dist",
"src"
Expand Down
2 changes: 1 addition & 1 deletion packages/protvista-track/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "protvista-track",
"version": "3.0.0",
"version": "3.2.0",
"description": "Basic track type of the viewer.",
"files": [
"dist",
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": "3.0.0",
"version": "3.2.0",
"keywords": [
"nightingale",
"webcomponents",
Expand All @@ -24,7 +24,7 @@
},
"homepage": "https://ebi-webcomponents.github.io/nightingale/",
"dependencies": {
"protvista-track": "^3.0.0"
"protvista-track": "^3.2.0"
},
"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": "3.0.0",
"version": "3.2.0",
"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": "^3.0.0"
"protvista-track": "^3.2.0"
},
"devDependencies": {
"d3": "^5.7.0"
Expand Down

0 comments on commit 78eb312

Please sign in to comment.