From 5571b830339c9d86097b46a6b25de3737d4fea85 Mon Sep 17 00:00:00 2001 From: rlreamy <34109594+rlreamy@users.noreply.github.com> Date: Tue, 9 Jul 2024 10:17:09 -0400 Subject: [PATCH 1/3] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 83df7b20..03700a70 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pegasus-web", - "version": "2.4.0", + "version": "2.5.0", "private": true, "homepage": "/", "dependencies": { From 6e08ed138c251bf7fc08ee7394e9363b21e30840 Mon Sep 17 00:00:00 2001 From: rlreamy <34109594+rlreamy@users.noreply.github.com> Date: Tue, 9 Jul 2024 10:19:10 -0400 Subject: [PATCH 2/3] Update changelog.md --- changelog.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 9bc31c16..9bc8b593 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,18 @@ # Changelog -## Release 2.4 [unreleased] +## Release 2.5 (unreleased) +Brief summary of what's in this release: + +### Breaking changes +Breaking changes include any database updates needed, if we need to edit any files on system (like .env or certs, etc). Things that are outside of the code itself that need changed for the system to work. + +### Non-breaking changes +Just a place to keep track of things that have changed in the code that we may want to pay special attention to when smoke testing, etc. + + +----- + +## Release 2.4 (released 07/08/2024) Brief summary of what's in this release: - fix minor overlay issue in Explorer when gene not found - added new "All" column to Atlas home page and Explorer home page tables From 02152dbbfc2e3fe0aeddcceafc66e92ac5250cb0 Mon Sep 17 00:00:00 2001 From: HaneenT Date: Mon, 7 Oct 2024 14:02:41 -0400 Subject: [PATCH 3/3] KPMP-5605: adjust column width on home page --- src/components/Home/AvailableDatasetsTable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Home/AvailableDatasetsTable.js b/src/components/Home/AvailableDatasetsTable.js index 41a30a7f..20c7cb0d 100644 --- a/src/components/Home/AvailableDatasetsTable.js +++ b/src/components/Home/AvailableDatasetsTable.js @@ -57,7 +57,7 @@ class AvailableDatasetsTable extends Component { getColumnExtensions() { return [ - { columnName: 'omicsType', width: 265}, + { columnName: 'omicsType', width: 285}, { columnName: 'akiCount', width: 'auto', align: 'center'}, { columnName: 'hrtCount', width: 'auto', align: 'center'}, { columnName: 'ckdCount', width: 'auto', align: 'center'},