Skip to content

Commit

Permalink
v2.85.0 augen shared/utils shared/types server client front container…
Browse files Browse the repository at this point in the history
…/server container/full
  • Loading branch information
PPTeam CI authored and PPTeam CI committed Nov 7, 2024
1 parent e59511f commit 8fd594f
Show file tree
Hide file tree
Showing 11 changed files with 51 additions and 52 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.85.0

Features:
- hiercluster: make zscore transformation a checkbox option in Clustering menu
Expand Down
2 changes: 1 addition & 1 deletion augen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sjcrh/augen",
"version": "2.46.0",
"version": "2.85.0",
"description": "Automatic generator of server routes, unit tests, and API documentation",
"type": "module",
"main": "src/augen.js",
Expand Down
6 changes: 3 additions & 3 deletions client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sjcrh/proteinpaint-client",
"version": "2.84.0",
"version": "2.85.0",
"description": "a genomics visualization tool for exploring a cohort's genotype and phenotype data",
"type": "module",
"main": "dist/app.js",
Expand Down Expand Up @@ -51,8 +51,8 @@
"@babel/plugin-transform-runtime": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@babel/preset-typescript": "^7.21.4",
"@sjcrh/proteinpaint-shared": "2.83.0",
"@sjcrh/proteinpaint-types": "2.84.0",
"@sjcrh/proteinpaint-shared": "2.85.0",
"@sjcrh/proteinpaint-types": "2.85.0",
"@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.84.0",
"version": "2.85.0",
"bin": "app-full.js",
"scripts": {
"release": ""
},
"dependencies": {
"@sjcrh/proteinpaint-front": "2.84.0",
"@sjcrh/proteinpaint-server": "2.84.0"
"@sjcrh/proteinpaint-front": "2.85.0",
"@sjcrh/proteinpaint-server": "2.85.0"
},
"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.84.0",
"version": "2.85.0",
"bin": "app-server.js",
"scripts": {
"release": ""
},
"dependencies": {
"@sjcrh/proteinpaint-server": "2.84.0"
"@sjcrh/proteinpaint-server": "2.85.0"
},
"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.84.0",
"version": "2.85.0",
"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.84.0",
"@sjcrh/proteinpaint-client": "2.85.0",
"webpack": "^5.76.0",
"webpack-cli": "^4.9.2",
"webpack-node-externals": "^3.0.0",
Expand Down
61 changes: 30 additions & 31 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.84.0",
"version": "2.85.0",
"name": "@sjcrh/proteinpaint",
"description": "a genomics visualization tool for exploring a cohort's genotype and phenotype data",
"main": "server/main.js",
Expand Down
8 changes: 4 additions & 4 deletions server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sjcrh/proteinpaint-server",
"version": "2.84.0",
"version": "2.85.0",
"type": "module",
"description": "a genomics visualization tool for exploring a cohort's genotype and phenotype data",
"main": "src/app.js",
Expand Down Expand Up @@ -42,7 +42,7 @@
"@babel/preset-env": "^7.9.6",
"@babel/preset-typescript": "^7.21.4",
"@babel/register": "^7.14.5",
"@sjcrh/proteinpaint-types": "2.84.0",
"@sjcrh/proteinpaint-types": "2.85.0",
"@types/node": "^20.11.24",
"@types/tough-cookie": "^4.0.5",
"@typescript-eslint/eslint-plugin": "^5.60.0",
Expand All @@ -62,9 +62,9 @@
"typia": "^4.1.14"
},
"dependencies": {
"@sjcrh/augen": "2.46.0",
"@sjcrh/augen": "2.85.0",
"@sjcrh/proteinpaint-rust": "2.84.0",
"@sjcrh/proteinpaint-shared": "2.83.0",
"@sjcrh/proteinpaint-shared": "2.85.0",
"better-sqlite3": "^9.4.1",
"body-parser": "^1.15.2",
"canvas": "~2.11.2",
Expand Down
6 changes: 3 additions & 3 deletions shared/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sjcrh/proteinpaint-types",
"version": "2.84.0",
"version": "2.85.0",
"type": "module",
"description": "Shared type definitions between ProteinPaint server and client code",
"main": "src/index.ts",
Expand All @@ -26,8 +26,8 @@
"devDependencies": {
"ts-node": "^10.9.2",
"ts-patch": "^3.2.1",
"typia": "^4.1.14",
"typescript": "^5.6.3"
"typescript": "^5.6.3",
"typia": "^4.1.14"
},
"files": [
"dist",
Expand Down
2 changes: 1 addition & 1 deletion shared/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sjcrh/proteinpaint-shared",
"version": "2.83.0",
"version": "2.85.0",
"description": "ProteinPaint code that is shared between server and client-side workspaces",
"type": "module",
"main": "src/index.js",
Expand Down

0 comments on commit 8fd594f

Please sign in to comment.