Skip to content

Commit

Permalink
v2.81.5 shared/types rust server client front container/server contai…
Browse files Browse the repository at this point in the history
…ner/full
  • Loading branch information
PPTeam CI authored and PPTeam CI committed Oct 25, 2024
1 parent d83c811 commit 5bb9019
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 40 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.81.5

General:
- Phenotree parser accepts a new 'unit' column for numeric terms.
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.81.2",
"version": "2.81.5",
"description": "a genomics visualization tool for exploring a cohort's genotype and phenotype data",
"type": "module",
"main": "dist/app.js",
Expand Down Expand Up @@ -52,7 +52,7 @@
"@babel/preset-env": "^7.9.6",
"@babel/preset-typescript": "^7.21.4",
"@sjcrh/proteinpaint-shared": "2.79.4",
"@sjcrh/proteinpaint-types": "2.81.0",
"@sjcrh/proteinpaint-types": "2.81.5",
"@types/d3": "^7.4.3",
"@types/openseadragon": "^3.0.10",
"@typescript-eslint/eslint-plugin": "^5.60.0",
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.81.5-0",
"version": "2.81.5",
"bin": "app-full.js",
"scripts": {
"release": ""
},
"dependencies": {
"@sjcrh/proteinpaint-front": "2.81.2",
"@sjcrh/proteinpaint-server": "2.81.5-0"
"@sjcrh/proteinpaint-front": "2.81.5",
"@sjcrh/proteinpaint-server": "2.81.5"
},
"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.81.5-0",
"version": "2.81.5",
"bin": "app-server.js",
"scripts": {
"release": ""
},
"dependencies": {
"@sjcrh/proteinpaint-server": "2.81.5-0"
"@sjcrh/proteinpaint-server": "2.81.5"
},
"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.81.2",
"version": "2.81.5",
"browser": "src/app.js",
"main": "src/index.js",
"bin": "init.js",
Expand All @@ -12,7 +12,7 @@
"test:integration": "echo 'TODO: front integration tests'"
},
"devDependencies": {
"@sjcrh/proteinpaint-client": "2.81.2",
"@sjcrh/proteinpaint-client": "2.81.5",
"webpack": "^5.76.0",
"webpack-cli": "^4.9.2",
"webpack-node-externals": "^3.0.0",
Expand Down
46 changes: 23 additions & 23 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.81.5-0",
"version": "2.81.5",
"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.78.0",
"version": "2.81.5",
"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.78.0"
"pp_release_tag": "v2.81.5"
}
6 changes: 3 additions & 3 deletions server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sjcrh/proteinpaint-server",
"version": "2.81.5-0",
"version": "2.81.5",
"type": "module",
"description": "a genomics visualization tool for exploring a cohort's genotype and phenotype data",
"main": "src/app.js",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@babel/preset-env": "^7.9.6",
"@babel/preset-typescript": "^7.21.4",
"@babel/register": "^7.14.5",
"@sjcrh/proteinpaint-types": "2.81.0",
"@sjcrh/proteinpaint-types": "2.81.5",
"@types/node": "^20.11.24",
"@types/tough-cookie": "^4.0.5",
"@typescript-eslint/eslint-plugin": "^5.60.0",
Expand All @@ -63,7 +63,7 @@
},
"dependencies": {
"@sjcrh/augen": "2.46.0",
"@sjcrh/proteinpaint-rust": "2.78.0",
"@sjcrh/proteinpaint-rust": "2.81.5",
"@sjcrh/proteinpaint-shared": "2.79.4",
"better-sqlite3": "^9.4.1",
"body-parser": "^1.15.2",
Expand Down
2 changes: 1 addition & 1 deletion shared/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sjcrh/proteinpaint-types",
"version": "2.81.0",
"version": "2.81.5",
"type": "module",
"description": "Shared type definitions between ProteinPaint server and client code",
"main": "src/index.ts",
Expand Down

0 comments on commit 5bb9019

Please sign in to comment.