diff --git a/CHANGELOG.md b/CHANGELOG.md index fb8225ae43..c70b5cddc0 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.61.2 Fixes: - Limit the css reset to not conflict with embedder styles, by using scoped normalize css rules diff --git a/client/package.json b/client/package.json index aa41040b37..4ec0e73a82 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "@sjcrh/proteinpaint-client", - "version": "2.61.1", + "version": "2.61.2", "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 9b9fc87d01..e0eeb31e7e 100644 --- a/container/full/package.json +++ b/container/full/package.json @@ -1,13 +1,13 @@ { "private": true, "name": "@sjcrh/ppfull", - "version": "2.61.1", + "version": "2.61.2", "bin": "app-full.js", "scripts": { "release": "" }, "dependencies": { - "@sjcrh/proteinpaint-front": "2.61.1", + "@sjcrh/proteinpaint-front": "2.61.2", "@sjcrh/proteinpaint-server": "2.61.1" }, "files": [ diff --git a/front/package.json b/front/package.json index 7311f1ee6f..ecd2cec333 100644 --- a/front/package.json +++ b/front/package.json @@ -1,6 +1,6 @@ { "name": "@sjcrh/proteinpaint-front", - "version": "2.61.1", + "version": "2.61.2", "main": "src/index.js", "bin": "init.js", "scripts": { @@ -11,7 +11,7 @@ "test:integration": "echo 'TODO: front integration tests'" }, "devDependencies": { - "@sjcrh/proteinpaint-client": "2.61.1", + "@sjcrh/proteinpaint-client": "2.61.2", "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 a018f846dc..110a02ec5d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@sjcrh/proteinpaint", - "version": "2.61.1", + "version": "2.61.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@sjcrh/proteinpaint", - "version": "2.61.1", + "version": "2.61.2", "license": "SEE LICENSE IN ./LICENSE", "workspaces": [ "rust", @@ -80,7 +80,7 @@ }, "client": { "name": "@sjcrh/proteinpaint-client", - "version": "2.61.1", + "version": "2.61.2", "license": "SEE LICENSE IN ./LICENSE", "devDependencies": { "@babel/core": "^7.9.6", @@ -141,9 +141,9 @@ }, "container/full": { "name": "@sjcrh/ppfull", - "version": "2.61.1", + "version": "2.61.2", "dependencies": { - "@sjcrh/proteinpaint-front": "2.61.1", + "@sjcrh/proteinpaint-front": "2.61.2", "@sjcrh/proteinpaint-server": "2.61.1" }, "bin": { @@ -162,13 +162,13 @@ }, "front": { "name": "@sjcrh/proteinpaint-front", - "version": "2.61.1", + "version": "2.61.2", "license": "SEE LICENSE IN ./LICENSE", "bin": { "proteinpaint-front": "init.js" }, "devDependencies": { - "@sjcrh/proteinpaint-client": "2.61.1", + "@sjcrh/proteinpaint-client": "2.61.2", "webpack": "^5.76.0", "webpack-cli": "^4.9.2", "webpack-node-externals": "^3.0.0", @@ -17145,7 +17145,7 @@ "@sjcrh/ppfull": { "version": "file:container/full", "requires": { - "@sjcrh/proteinpaint-front": "2.61.1", + "@sjcrh/proteinpaint-front": "2.61.2", "@sjcrh/proteinpaint-server": "2.61.1" } }, @@ -17208,7 +17208,7 @@ "@sjcrh/proteinpaint-front": { "version": "file:front", "requires": { - "@sjcrh/proteinpaint-client": "2.61.1", + "@sjcrh/proteinpaint-client": "2.61.2", "webpack": "^5.76.0", "webpack-cli": "^4.9.2", "webpack-node-externals": "^3.0.0", diff --git a/package.json b/package.json index 0966d3864e..5aca23b826 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "2.61.1", + "version": "2.61.2", "name": "@sjcrh/proteinpaint", "description": "a genomics visualization tool for exploring a cohort's genotype and phenotype data", "main": "server/main.js",