From 3fe13568029182a46056a6bb7e95b84f1e042c43 Mon Sep 17 00:00:00 2001 From: PPTeam CI Date: Fri, 14 Jun 2024 21:03:17 +0000 Subject: [PATCH] v2.63.3-1 client front container/full --- client/package.json | 2 +- container/full/package.json | 4 ++-- front/package.json | 4 ++-- package-lock.json | 18 +++++++++--------- package.json | 2 +- 5 files changed, 15 insertions(+), 15 deletions(-) diff --git a/client/package.json b/client/package.json index 3bce4ee98c..3eb825f7ed 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "@sjcrh/proteinpaint-client", - "version": "2.63.3-0", + "version": "2.63.3-1", "description": "a genomics visualization tool for exploring a cohort's genotype and phenotype data", "main": "dist/app.js", "module": "dist/app.js", diff --git a/container/full/package.json b/container/full/package.json index cad119d133..48ca0e3590 100644 --- a/container/full/package.json +++ b/container/full/package.json @@ -1,13 +1,13 @@ { "private": true, "name": "@sjcrh/ppfull", - "version": "2.63.3-0", + "version": "2.63.3-1", "bin": "app-full.js", "scripts": { "release": "" }, "dependencies": { - "@sjcrh/proteinpaint-front": "2.63.3-0", + "@sjcrh/proteinpaint-front": "2.63.3-1", "@sjcrh/proteinpaint-server": "2.63.2" }, "files": [ diff --git a/front/package.json b/front/package.json index 3c374d2fa0..d4d132c266 100644 --- a/front/package.json +++ b/front/package.json @@ -1,6 +1,6 @@ { "name": "@sjcrh/proteinpaint-front", - "version": "2.63.3-0", + "version": "2.63.3-1", "browser": "src/app.js", "main": "src/index.js", "bin": "init.js", @@ -12,7 +12,7 @@ "test:integration": "echo 'TODO: front integration tests'" }, "devDependencies": { - "@sjcrh/proteinpaint-client": "2.63.3-0", + "@sjcrh/proteinpaint-client": "2.63.3-1", "webpack": "^5.76.0", "webpack-cli": "^4.9.2", "webpack-node-externals": "^3.0.0", diff --git a/package-lock.json b/package-lock.json index 3bfa73401f..4929f05a11 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@sjcrh/proteinpaint", - "version": "2.63.3-0", + "version": "2.63.3-1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@sjcrh/proteinpaint", - "version": "2.63.3-0", + "version": "2.63.3-1", "license": "SEE LICENSE IN ./LICENSE", "workspaces": [ "rust", @@ -80,7 +80,7 @@ }, "client": { "name": "@sjcrh/proteinpaint-client", - "version": "2.63.3-0", + "version": "2.63.3-1", "license": "SEE LICENSE IN ./LICENSE", "devDependencies": { "@babel/core": "^7.9.6", @@ -143,9 +143,9 @@ }, "container/full": { "name": "@sjcrh/ppfull", - "version": "2.63.3-0", + "version": "2.63.3-1", "dependencies": { - "@sjcrh/proteinpaint-front": "2.63.3-0", + "@sjcrh/proteinpaint-front": "2.63.3-1", "@sjcrh/proteinpaint-server": "2.63.2" }, "bin": { @@ -164,13 +164,13 @@ }, "front": { "name": "@sjcrh/proteinpaint-front", - "version": "2.63.3-0", + "version": "2.63.3-1", "license": "SEE LICENSE IN ./LICENSE", "bin": { "proteinpaint-front": "init.js" }, "devDependencies": { - "@sjcrh/proteinpaint-client": "2.63.3-0", + "@sjcrh/proteinpaint-client": "2.63.3-1", "webpack": "^5.76.0", "webpack-cli": "^4.9.2", "webpack-node-externals": "^3.0.0", @@ -17162,7 +17162,7 @@ "@sjcrh/ppfull": { "version": "file:container/full", "requires": { - "@sjcrh/proteinpaint-front": "2.63.3-0", + "@sjcrh/proteinpaint-front": "2.63.3-1", "@sjcrh/proteinpaint-server": "2.63.2" } }, @@ -17227,7 +17227,7 @@ "@sjcrh/proteinpaint-front": { "version": "file:front", "requires": { - "@sjcrh/proteinpaint-client": "2.63.3-0", + "@sjcrh/proteinpaint-client": "2.63.3-1", "webpack": "^5.76.0", "webpack-cli": "^4.9.2", "webpack-node-externals": "^3.0.0", diff --git a/package.json b/package.json index 50c87de25a..80b5b45771 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "2.63.3-0", + "version": "2.63.3-1", "name": "@sjcrh/proteinpaint", "description": "a genomics visualization tool for exploring a cohort's genotype and phenotype data", "main": "server/main.js",