From 4f5851fbaa98838bfe5779d5f4e9a1559d0fc2bb Mon Sep 17 00:00:00 2001 From: PPTeam CI Date: Tue, 15 Oct 2024 20:19:53 +0000 Subject: [PATCH] v2.81.1 client front container/full --- CHANGELOG.md | 2 +- client/package.json | 2 +- container/full/package.json | 4 ++-- front/package.json | 4 ++-- package-lock.json | 18 +++++++++--------- package.json | 2 +- 6 files changed, 16 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d195bf2664..fbf972cbb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## Unreleased +## 2.81.1 Fixes: - matrix cnv: when cnv has quantification, cell tooltip should show it in addition to gain/loss diff --git a/client/package.json b/client/package.json index 3f972aefef..4a416c2270 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "@sjcrh/proteinpaint-client", - "version": "2.81.0", + "version": "2.81.1", "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 c3931a300a..74499acc63 100644 --- a/container/full/package.json +++ b/container/full/package.json @@ -1,13 +1,13 @@ { "private": true, "name": "@sjcrh/ppfull", - "version": "2.81.0", + "version": "2.81.1", "bin": "app-full.js", "scripts": { "release": "" }, "dependencies": { - "@sjcrh/proteinpaint-front": "2.81.0", + "@sjcrh/proteinpaint-front": "2.81.1", "@sjcrh/proteinpaint-server": "2.81.0" }, "files": [ diff --git a/front/package.json b/front/package.json index c3e0385765..7f9b8d9271 100644 --- a/front/package.json +++ b/front/package.json @@ -1,6 +1,6 @@ { "name": "@sjcrh/proteinpaint-front", - "version": "2.81.0", + "version": "2.81.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.81.0", + "@sjcrh/proteinpaint-client": "2.81.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 195fc4c95a..0442039d1a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@sjcrh/proteinpaint", - "version": "2.81.0", + "version": "2.81.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@sjcrh/proteinpaint", - "version": "2.81.0", + "version": "2.81.1", "license": "SEE LICENSE IN ./LICENSE", "workspaces": [ "augen", @@ -81,7 +81,7 @@ }, "client": { "name": "@sjcrh/proteinpaint-client", - "version": "2.81.0", + "version": "2.81.1", "license": "SEE LICENSE IN ./LICENSE", "devDependencies": { "@babel/core": "^7.9.6", @@ -143,9 +143,9 @@ }, "container/full": { "name": "@sjcrh/ppfull", - "version": "2.81.0", + "version": "2.81.1", "dependencies": { - "@sjcrh/proteinpaint-front": "2.81.0", + "@sjcrh/proteinpaint-front": "2.81.1", "@sjcrh/proteinpaint-server": "2.81.0" }, "bin": { @@ -164,13 +164,13 @@ }, "front": { "name": "@sjcrh/proteinpaint-front", - "version": "2.81.0", + "version": "2.81.1", "license": "SEE LICENSE IN ./LICENSE", "bin": { "proteinpaint-front": "init.js" }, "devDependencies": { - "@sjcrh/proteinpaint-client": "2.81.0", + "@sjcrh/proteinpaint-client": "2.81.1", "webpack": "^5.76.0", "webpack-cli": "^4.9.2", "webpack-node-externals": "^3.0.0", @@ -16201,7 +16201,7 @@ "@sjcrh/ppfull": { "version": "file:container/full", "requires": { - "@sjcrh/proteinpaint-front": "2.81.0", + "@sjcrh/proteinpaint-front": "2.81.1", "@sjcrh/proteinpaint-server": "2.81.0" } }, @@ -16261,7 +16261,7 @@ "@sjcrh/proteinpaint-front": { "version": "file:front", "requires": { - "@sjcrh/proteinpaint-client": "2.81.0", + "@sjcrh/proteinpaint-client": "2.81.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 95d5721aec..0b61ceb9e4 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "2.81.0", + "version": "2.81.1", "name": "@sjcrh/proteinpaint", "description": "a genomics visualization tool for exploring a cohort's genotype and phenotype data", "main": "server/main.js",