From c7b9c8ed18508dfb1a58e119f17f989c58ad7c21 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 20:18:27 +0000 Subject: [PATCH] chore(main): release 2.24.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 17 +++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d6ec9eb89..50b9d4d8a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.23.2" + ".": "2.24.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d236db8da..b4d375521 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index b99900e58..41646c6b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "explorer", - "version": "2.23.2", + "version": "2.24.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "explorer", - "version": "2.23.2", + "version": "2.24.0", "dependencies": { "@databiosphere/findable-ui": "^48", "@emotion/react": "^11", diff --git a/package.json b/package.json index 86841f98f..e20199dd7 100644 --- a/package.json +++ b/package.json @@ -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",