Skip to content

Commit

Permalink
v2.72.0 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 Aug 13, 2024
1 parent ddd36dc commit e281c6c
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 27 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.72.0

Features:
- support up to 1000 genes in GDC Gene Expression Clustering tool
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.71.0",
"version": "2.72.0",
"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 @@ -40,7 +40,6 @@
"author": "",
"license": "SEE LICENSE IN ./LICENSE",
"devDependencies": {
"postcss": "^8.4.41",
"@babel/core": "^7.9.6",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
Expand Down Expand Up @@ -76,6 +75,7 @@
"ol-ext": "^4.0.21",
"openseadragon": "^4.1.1",
"partjson": "^0.58.2",
"postcss": "^8.4.41",
"postcss-import": "^14.1.0",
"prettier": "^2.8.8",
"process": "^0.11.10",
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.71.0",
"version": "2.72.0",
"bin": "app-full.js",
"scripts": {
"release": ""
},
"dependencies": {
"@sjcrh/proteinpaint-front": "2.71.0",
"@sjcrh/proteinpaint-server": "2.71.0"
"@sjcrh/proteinpaint-front": "2.72.0",
"@sjcrh/proteinpaint-server": "2.72.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.71.0",
"version": "2.72.0",
"bin": "app-server.js",
"scripts": {
"release": ""
},
"dependencies": {
"@sjcrh/proteinpaint-server": "2.71.0"
"@sjcrh/proteinpaint-server": "2.72.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.71.0",
"version": "2.72.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.71.0",
"@sjcrh/proteinpaint-client": "2.72.0",
"webpack": "^5.76.0",
"webpack-cli": "^4.9.2",
"webpack-node-externals": "^3.0.0",
Expand Down
30 changes: 15 additions & 15 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.71.0",
"version": "2.72.0",
"name": "@sjcrh/proteinpaint",
"description": "a genomics visualization tool for exploring a cohort's genotype and phenotype data",
"main": "server/main.js",
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sjcrh/proteinpaint-server",
"version": "2.71.0",
"version": "2.72.0",
"type": "module",
"description": "a genomics visualization tool for exploring a cohort's genotype and phenotype data",
"main": "src/app.js",
Expand Down

0 comments on commit e281c6c

Please sign in to comment.