Skip to content

Commit

Permalink
v2.61.1 rust server client front container/server container/full
Browse files Browse the repository at this point in the history
  • Loading branch information
PPTeam CI authored and PPTeam CI committed Jun 7, 2024
1 parent 9779e0e commit 8687b37
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file.

## Unreleased
## 2.61.1

Fixes:
- handle prebuilt matrix plots to work with the advanced sorter UI
Expand Down
4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sjcrh/proteinpaint-client",
"version": "2.61.0",
"version": "2.61.1",
"description": "a genomics visualization tool for exploring a cohort's genotype and phenotype data",
"main": "dist/app.js",
"module": "dist/app.js",
Expand Down Expand Up @@ -53,8 +53,8 @@
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-typescript": "^11.1.6",
"@types/d3": "^7.4.3",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@types/openseadragon": "^3.0.10",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"babel-loader": "^8.2.2",
"css-loader": "^6.7.1",
"d3": "^7.6.1",
Expand Down
6 changes: 3 additions & 3 deletions container/full/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"private": true,
"name": "@sjcrh/ppfull",
"version": "2.61.0",
"version": "2.61.1",
"bin": "app-full.js",
"scripts": {
"release": ""
},
"dependencies": {
"@sjcrh/proteinpaint-front": "2.61.0",
"@sjcrh/proteinpaint-server": "2.60.0"
"@sjcrh/proteinpaint-front": "2.61.1",
"@sjcrh/proteinpaint-server": "2.61.1"
},
"files": [
"app-full.js"
Expand Down
4 changes: 2 additions & 2 deletions container/server/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"private": true,
"name": "@sjcrh/ppserver",
"version": "2.60.0",
"version": "2.61.1",
"bin": "app-server.js",
"scripts": {
"release": ""
},
"dependencies": {
"@sjcrh/proteinpaint-server": "2.60.0"
"@sjcrh/proteinpaint-server": "2.61.1"
},
"files": [
"app-server.js"
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.61.0",
"version": "2.61.1",
"main": "src/index.js",
"bin": "init.js",
"scripts": {
Expand All @@ -11,7 +11,7 @@
"test:integration": "echo 'TODO: front integration tests'"
},
"devDependencies": {
"@sjcrh/proteinpaint-client": "2.61.0",
"@sjcrh/proteinpaint-client": "2.61.1",
"webpack": "^5.76.0",
"webpack-cli": "^4.9.2",
"webpack-node-externals": "^3.0.0",
Expand Down
36 changes: 18 additions & 18 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.61.0",
"version": "2.61.1",
"name": "@sjcrh/proteinpaint",
"description": "a genomics visualization tool for exploring a cohort's genotype and phenotype data",
"main": "server/main.js",
Expand Down
4 changes: 2 additions & 2 deletions rust/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.60.0",
"version": "2.61.1",
"name": "@sjcrh/proteinpaint-rust",
"description": "Rust-based utilities for proteinpaint",
"main": "index.js",
Expand Down Expand Up @@ -38,5 +38,5 @@
"devDependencies": {
"tape": "^5.2.2"
},
"pp_release_tag": "v2.60.0"
"pp_release_tag": "v2.61.1"
}
4 changes: 2 additions & 2 deletions server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sjcrh/proteinpaint-server",
"version": "2.60.0",
"version": "2.61.1",
"type": "module",
"description": "a genomics visualization tool for exploring a cohort's genotype and phenotype data",
"main": "src/app.js",
Expand Down Expand Up @@ -61,7 +61,7 @@
},
"dependencies": {
"@sjcrh/augen": "2.46.0",
"@sjcrh/proteinpaint-rust": "2.60.0",
"@sjcrh/proteinpaint-rust": "2.61.1",
"better-sqlite3": "^9.4.1",
"body-parser": "^1.15.2",
"canvas": "~2.11.2",
Expand Down

0 comments on commit 8687b37

Please sign in to comment.