Skip to content

Commit 8eeaa85

Browse files
PPTeam CIPPTeam CI
PPTeam CI
authored and
PPTeam CI
committed
v2.110.0 shared/types rust server client front container/server container/full
1 parent ebff761 commit 8eeaa85

File tree

10 files changed

+33
-33
lines changed

10 files changed

+33
-33
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
## Unreleased
5+
## 2.110.0
66

77
Features:
88
- Allow sorting on barplot columns in tables.

client/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sjcrh/proteinpaint-client",
3-
"version": "2.109.1",
3+
"version": "2.110.0",
44
"description": "a genomics visualization tool for exploring a cohort's genotype and phenotype data",
55
"type": "module",
66
"main": "dist/app.js",
@@ -53,7 +53,7 @@
5353
"@babel/preset-env": "^7.9.6",
5454
"@babel/preset-typescript": "^7.21.4",
5555
"@sjcrh/proteinpaint-shared": "2.109.1",
56-
"@sjcrh/proteinpaint-types": "2.109.1",
56+
"@sjcrh/proteinpaint-types": "2.110.0",
5757
"@types/d3": "^7.4.3",
5858
"@types/openseadragon": "^3.0.10",
5959
"@typescript-eslint/eslint-plugin": "^8.13.0",

container/full/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"private": true,
33
"name": "@sjcrh/ppfull",
4-
"version": "2.109.1",
4+
"version": "2.110.0",
55
"bin": "app-full.js",
66
"scripts": {
77
"release": ""
88
},
99
"dependencies": {
10-
"@sjcrh/proteinpaint-front": "2.109.1",
11-
"@sjcrh/proteinpaint-server": "2.109.1"
10+
"@sjcrh/proteinpaint-front": "2.110.0",
11+
"@sjcrh/proteinpaint-server": "2.110.0"
1212
},
1313
"files": [
1414
"app-full.js"

container/server/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"private": true,
33
"name": "@sjcrh/ppserver",
4-
"version": "2.109.1",
4+
"version": "2.110.0",
55
"bin": "app-server.js",
66
"scripts": {
77
"release": ""
88
},
99
"dependencies": {
10-
"@sjcrh/proteinpaint-server": "2.109.1"
10+
"@sjcrh/proteinpaint-server": "2.110.0"
1111
},
1212
"files": [
1313
"app-server.js"

front/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sjcrh/proteinpaint-front",
3-
"version": "2.109.1",
3+
"version": "2.110.0",
44
"browser": "src/app.js",
55
"main": "src/index.js",
66
"bin": "init.js",
@@ -12,7 +12,7 @@
1212
"test:integration": "echo 'TODO: front integration tests'"
1313
},
1414
"devDependencies": {
15-
"@sjcrh/proteinpaint-client": "2.109.1",
15+
"@sjcrh/proteinpaint-client": "2.110.0",
1616
"webpack": "^5.76.0",
1717
"webpack-cli": "^4.9.2",
1818
"webpack-node-externals": "^3.0.0",

package-lock.json

+16-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.109.1",
2+
"version": "2.110.0",
33
"name": "@sjcrh/proteinpaint",
44
"description": "a genomics visualization tool for exploring a cohort's genotype and phenotype data",
55
"main": "server/main.js",

rust/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.99.0",
2+
"version": "2.110.0",
33
"name": "@sjcrh/proteinpaint-rust",
44
"description": "Rust-based utilities for proteinpaint",
55
"main": "index.js",
@@ -38,5 +38,5 @@
3838
"devDependencies": {
3939
"tape": "^5.2.2"
4040
},
41-
"pp_release_tag": "v2.99.0"
41+
"pp_release_tag": "v2.110.0"
4242
}

server/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sjcrh/proteinpaint-server",
3-
"version": "2.109.1",
3+
"version": "2.110.0",
44
"type": "module",
55
"description": "a genomics visualization tool for exploring a cohort's genotype and phenotype data",
66
"main": "src/app.js",
@@ -60,9 +60,9 @@
6060
},
6161
"dependencies": {
6262
"@sjcrh/augen": "2.109.1-0",
63-
"@sjcrh/proteinpaint-rust": "2.99.0",
63+
"@sjcrh/proteinpaint-rust": "2.110.0",
6464
"@sjcrh/proteinpaint-shared": "2.109.1",
65-
"@sjcrh/proteinpaint-types": "2.109.1",
65+
"@sjcrh/proteinpaint-types": "2.110.0",
6666
"@types/express": "^5.0.0",
6767
"@types/express-session": "^1.18.1",
6868
"better-sqlite3": "^9.4.1",

shared/types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sjcrh/proteinpaint-types",
3-
"version": "2.109.1",
3+
"version": "2.110.0",
44
"type": "module",
55
"description": "Shared type definitions between ProteinPaint server and client code",
66
"main": "src/index.ts",

0 commit comments

Comments
 (0)