Skip to content

Commit

Permalink
Merge pull request #538 from KPMP/develop
Browse files Browse the repository at this point in the history
Release v2.5
  • Loading branch information
rlreamy authored Oct 8, 2024
2 parents 64cec9a + e2a26f0 commit bdd37c4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
14 changes: 13 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pegasus-web",
"version": "2.4.0",
"version": "2.5.0",
"private": true,
"homepage": "/",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/components/Home/AvailableDatasetsTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'},
Expand Down

0 comments on commit bdd37c4

Please sign in to comment.