Skip to content

Commit

Permalink
v3.8.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Swaathik committed Oct 30, 2023
1 parent 48be730 commit 7468df7
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nightingale-showcase-app",
"version": "3.8.11",
"version": "3.8.12",
"private": true,
"description": "A website to showcase all nightingale components",
"files": [
Expand All @@ -21,7 +21,7 @@
"interaction-viewer": "^3.8.4",
"protvista-coloured-sequence": "^3.8.10",
"protvista-datatable": "^3.8.10",
"protvista-feature-adapter": "^3.8.11",
"protvista-feature-adapter": "^3.8.12",
"protvista-filter": "^3.8.4",
"protvista-interpro-track": "^3.8.10",
"protvista-links": "^3.8.10",
Expand All @@ -35,9 +35,9 @@
"protvista-track": "^3.8.10",
"protvista-uniprot": "^2.0.3",
"protvista-variation": "^3.8.10",
"protvista-variation-adapter": "^3.8.11",
"protvista-variation-adapter": "^3.8.12",
"protvista-variation-graph": "^3.8.10",
"protvista-vcf-adapter": "^3.8.11",
"protvista-vcf-adapter": "^3.8.12",
"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.8.11"
"version": "3.8.12"
}
2 changes: 1 addition & 1 deletion packages/protvista-feature-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "protvista-feature-adapter",
"version": "3.8.11",
"version": "3.8.12",
"files": [
"dist",
"src"
Expand Down
4 changes: 2 additions & 2 deletions packages/protvista-proteomics-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
"url": "https://github.com/ebi-webcomponents/nightingale/issues"
},
"homepage": "https://ebi-webcomponents.github.io/nightingale/",
"version": "3.8.11",
"version": "3.8.12",
"gitHead": "726779864966d11f966f337f2dd84aa4f58d944a",
"dependencies": {
"protvista-feature-adapter": "^3.8.11",
"protvista-feature-adapter": "^3.8.12",
"uuid": "^8.3.1"
}
}
4 changes: 2 additions & 2 deletions packages/protvista-structure-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "protvista-structure-adapter",
"version": "3.8.11",
"version": "3.8.12",
"description": "A dataloader and parser (ProtVista compliant) for 3D structures",
"main": "dist/protvista-structure-adapter.js",
"module": "src/ProtVistaStructureAdapter.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
"license": "Apache-2.0",
"gitHead": "726779864966d11f966f337f2dd84aa4f58d944a",
"dependencies": {
"protvista-feature-adapter": "^3.8.11",
"protvista-feature-adapter": "^3.8.12",
"uuid": "^8.3.1"
}
}
4 changes: 2 additions & 2 deletions packages/protvista-variation-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "protvista-variation-adapter",
"version": "3.8.11",
"version": "3.8.12",
"description": "Data adapter for variation data",
"files": [
"dist",
Expand Down Expand Up @@ -34,7 +34,7 @@
"d3-scale": "^3.2.3",
"data-loader": "^3.8.4",
"lodash-es": "^4.17.11",
"protvista-feature-adapter": "^3.8.11",
"protvista-feature-adapter": "^3.8.12",
"protvista-variation": "^3.8.10",
"uuid": "^8.3.1"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/protvista-vcf-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "protvista-vcf-adapter",
"version": "3.8.11",
"version": "3.8.12",
"files": [
"dist",
"types",
Expand Down Expand Up @@ -28,9 +28,9 @@
"dependencies": {
"data-loader": "^3.8.4",
"lit-html": "^1.3.0",
"protvista-feature-adapter": "^3.8.11",
"protvista-feature-adapter": "^3.8.12",
"protvista-variation": "^3.8.10",
"protvista-variation-adapter": "^3.8.11",
"protvista-variation-adapter": "^3.8.12",
"vcftojson": "^1.1.0"
},
"gitHead": "726779864966d11f966f337f2dd84aa4f58d944a"
Expand Down

0 comments on commit 7468df7

Please sign in to comment.