Skip to content

Commit

Permalink
v2.70.3-0 client front container/full
Browse files Browse the repository at this point in the history
  • Loading branch information
PPTeam CI authored and PPTeam CI committed Jul 26, 2024
1 parent 27ee1c6 commit c7ad426
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sjcrh/proteinpaint-client",
"version": "2.70.2",
"version": "2.70.3-0",
"description": "a genomics visualization tool for exploring a cohort's genotype and phenotype data",
"main": "dist/app.js",
"module": "dist/app.js",
Expand Down
4 changes: 2 additions & 2 deletions container/full/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"private": true,
"name": "@sjcrh/ppfull",
"version": "2.70.2",
"version": "2.70.3-0",
"bin": "app-full.js",
"scripts": {
"release": ""
},
"dependencies": {
"@sjcrh/proteinpaint-front": "2.70.2",
"@sjcrh/proteinpaint-front": "2.70.3-0",
"@sjcrh/proteinpaint-server": "2.70.2"
},
"files": [
Expand Down
4 changes: 2 additions & 2 deletions front/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sjcrh/proteinpaint-front",
"version": "2.70.2",
"version": "2.70.3-0",
"browser": "src/app.js",
"main": "src/index.js",
"bin": "init.js",
Expand All @@ -12,7 +12,7 @@
"test:integration": "echo 'TODO: front integration tests'"
},
"devDependencies": {
"@sjcrh/proteinpaint-client": "2.70.2",
"@sjcrh/proteinpaint-client": "2.70.3-0",
"webpack": "^5.76.0",
"webpack-cli": "^4.9.2",
"webpack-node-externals": "^3.0.0",
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.70.2",
"version": "2.70.3-0",
"name": "@sjcrh/proteinpaint",
"description": "a genomics visualization tool for exploring a cohort's genotype and phenotype data",
"main": "server/main.js",
Expand Down

0 comments on commit c7ad426

Please sign in to comment.