Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.23.2"
".": "2.24.0"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [2.24.0](https://github.com/DataBiosphere/data-browser/compare/v2.23.2...v2.24.0) (2026-02-05)


### Features

* export cohort to biodata catalyst ([#4640](https://github.com/DataBiosphere/data-browser/issues/4640)) ([#4653](https://github.com/DataBiosphere/data-browser/issues/4653)) ([2b49367](https://github.com/DataBiosphere/data-browser/commit/2b4936701c4f504b4a2657b67dce299b1196122a))
* export cohort to cancer genomics cloud ([#4644](https://github.com/DataBiosphere/data-browser/issues/4644)) ([#4660](https://github.com/DataBiosphere/data-browser/issues/4660)) ([f4f6aba](https://github.com/DataBiosphere/data-browser/commit/f4f6aba28946c703657b7c26bae2315457a9543d))
* export cohot to cavatica ([#4642](https://github.com/DataBiosphere/data-browser/issues/4642)) ([#4661](https://github.com/DataBiosphere/data-browser/issues/4661)) ([1920876](https://github.com/DataBiosphere/data-browser/commit/19208765080d7fdca4be5dc80ee3f577dad65d6f))
* export dataset to biodata catalyst ([#4641](https://github.com/DataBiosphere/data-browser/issues/4641)) ([#4662](https://github.com/DataBiosphere/data-browser/issues/4662)) ([8f5c21b](https://github.com/DataBiosphere/data-browser/commit/8f5c21bfd9d9838130f18d20cf017ccc3f110721))
* export dataset to cancer genomics cloud (cgc) ([#4645](https://github.com/DataBiosphere/data-browser/issues/4645)) ([#4664](https://github.com/DataBiosphere/data-browser/issues/4664)) ([03b1dc0](https://github.com/DataBiosphere/data-browser/commit/03b1dc05f2519f1a379c210cd5d7c53e712223b8))
* export dataset to cavatica ([#4643](https://github.com/DataBiosphere/data-browser/issues/4643)) ([#4663](https://github.com/DataBiosphere/data-browser/issues/4663)) ([573571c](https://github.com/DataBiosphere/data-browser/commit/573571ccd4b62e17cde422979521a77f079cd3d1))


### Bug Fixes

* flaky filter deselection tests - add wait states and replace css selector race conditions ([#4656](https://github.com/DataBiosphere/data-browser/issues/4656)) ([#4657](https://github.com/DataBiosphere/data-browser/issues/4657)) ([1fc0b45](https://github.com/DataBiosphere/data-browser/commit/1fc0b45e00223ca9f9937f8c8b5b16ac2120649a))

## [2.23.2](https://github.com/DataBiosphere/data-browser/compare/v2.23.1...v2.23.2) (2026-01-23)


Expand Down
4 changes: 2 additions & 2 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,6 +1,6 @@
{
"name": "explorer",
"version": "2.23.2",
"version": "2.24.0",
"private": true,
"scripts": {
"dev:anvil-catalog": "./scripts/dev.sh anvil-catalog dev && ./scripts/set-version.sh dev && next dev",
Expand Down