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 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": { 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'},