Skip to content

Commit 3d31ba9

Browse files
chore(main): release 2.24.0
1 parent b85cba6 commit 3d31ba9

File tree

4 files changed

+26
-4
lines changed

4 files changed

+26
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.23.2"
2+
".": "2.24.0"
33
}

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## [2.24.0](https://github.com/DataBiosphere/data-browser/compare/v2.23.2...v2.24.0) (2026-02-07)
4+
5+
6+
### Features
7+
8+
* 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))
9+
* 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))
10+
* 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))
11+
* 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))
12+
* 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))
13+
* 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))
14+
15+
16+
### Bug Fixes
17+
18+
* 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))
19+
20+
21+
### Documentation
22+
23+
* describe correct installation location in readme ([#4654](https://github.com/DataBiosphere/data-browser/issues/4654)) ([b85cba6](https://github.com/DataBiosphere/data-browser/commit/b85cba61858a00478666f61ffddf4c10c75d31b7))
24+
325
## [2.23.2](https://github.com/DataBiosphere/data-browser/compare/v2.23.1...v2.23.2) (2026-01-23)
426

527

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "explorer",
3-
"version": "2.23.2",
3+
"version": "2.24.0",
44
"private": true,
55
"scripts": {
66
"dev:anvil-catalog": "./scripts/dev.sh anvil-catalog dev && ./scripts/set-version.sh dev && next dev",

0 commit comments

Comments
 (0)