diff --git a/client/package.json b/client/package.json index 5e8c834237..f97ec74a70 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "@sjcrh/proteinpaint-client", - "version": "2.88.0", + "version": "2.88.1-0", "description": "a genomics visualization tool for exploring a cohort's genotype and phenotype data", "type": "module", "main": "dist/app.js", diff --git a/container/full/package.json b/container/full/package.json index 2e8b613475..eed01eb6bc 100644 --- a/container/full/package.json +++ b/container/full/package.json @@ -1,13 +1,13 @@ { "private": true, "name": "@sjcrh/ppfull", - "version": "2.88.0", + "version": "2.88.1-0", "bin": "app-full.js", "scripts": { "release": "" }, "dependencies": { - "@sjcrh/proteinpaint-front": "2.88.0", + "@sjcrh/proteinpaint-front": "2.88.1-0", "@sjcrh/proteinpaint-server": "2.88.0" }, "files": [ diff --git a/front/package.json b/front/package.json index dd6c4d882f..f7664c119c 100644 --- a/front/package.json +++ b/front/package.json @@ -1,6 +1,6 @@ { "name": "@sjcrh/proteinpaint-front", - "version": "2.88.0", + "version": "2.88.1-0", "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.88.0", + "@sjcrh/proteinpaint-client": "2.88.1-0", "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 8b5723c1e0..427937f08f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@sjcrh/proteinpaint", - "version": "2.88.0", + "version": "2.88.1-0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@sjcrh/proteinpaint", - "version": "2.88.0", + "version": "2.88.1-0", "license": "SEE LICENSE IN ./LICENSE", "workspaces": [ "augen", @@ -153,7 +153,7 @@ }, "client": { "name": "@sjcrh/proteinpaint-client", - "version": "2.88.0", + "version": "2.88.1-0", "license": "SEE LICENSE IN ./LICENSE", "devDependencies": { "@babel/core": "^7.9.6", @@ -214,9 +214,9 @@ }, "container/full": { "name": "@sjcrh/ppfull", - "version": "2.88.0", + "version": "2.88.1-0", "dependencies": { - "@sjcrh/proteinpaint-front": "2.88.0", + "@sjcrh/proteinpaint-front": "2.88.1-0", "@sjcrh/proteinpaint-server": "2.88.0" }, "bin": { @@ -235,13 +235,13 @@ }, "front": { "name": "@sjcrh/proteinpaint-front", - "version": "2.88.0", + "version": "2.88.1-0", "license": "SEE LICENSE IN ./LICENSE", "bin": { "proteinpaint-front": "init.js" }, "devDependencies": { - "@sjcrh/proteinpaint-client": "2.88.0", + "@sjcrh/proteinpaint-client": "2.88.1-0", "webpack": "^5.76.0", "webpack-cli": "^4.9.2", "webpack-node-externals": "^3.0.0", @@ -16521,7 +16521,7 @@ "@sjcrh/ppfull": { "version": "file:container/full", "requires": { - "@sjcrh/proteinpaint-front": "2.88.0", + "@sjcrh/proteinpaint-front": "2.88.1-0", "@sjcrh/proteinpaint-server": "2.88.0" } }, @@ -16580,7 +16580,7 @@ "@sjcrh/proteinpaint-front": { "version": "file:front", "requires": { - "@sjcrh/proteinpaint-client": "2.88.0", + "@sjcrh/proteinpaint-client": "2.88.1-0", "webpack": "^5.76.0", "webpack-cli": "^4.9.2", "webpack-node-externals": "^3.0.0", diff --git a/package.json b/package.json index 4b608afacb..bda5c03dec 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "2.88.0", + "version": "2.88.1-0", "name": "@sjcrh/proteinpaint", "description": "a genomics visualization tool for exploring a cohort's genotype and phenotype data", "main": "server/main.js",