Skip to content

Commit 6b5f8cd

Browse files
chore(main): release 2.31.0
1 parent d9d4175 commit 6b5f8cd

4 files changed

Lines changed: 26 additions & 4 deletions

File tree

.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.30.0"
2+
".": "2.31.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.31.0](https://github.com/DataBiosphere/data-browser/compare/v2.30.0...v2.31.0) (2026-04-02)
4+
5+
6+
### Features
7+
8+
* add tooltip to direct file download ([#4742](https://github.com/DataBiosphere/data-browser/issues/4742)) ([#4745](https://github.com/DataBiosphere/data-browser/issues/4745)) ([7cf193a](https://github.com/DataBiosphere/data-browser/commit/7cf193abdc440e18cbf1303ac7fbaf662eebe6cd))
9+
* map diagnosis facet term values to display value ([#4722](https://github.com/DataBiosphere/data-browser/issues/4722)) ([#4723](https://github.com/DataBiosphere/data-browser/issues/4723)) ([8417a5b](https://github.com/DataBiosphere/data-browser/commit/8417a5ba365cf9791561b6f4bb64c7c29bd1a242))
10+
* optionally add logos on exports list ([#4741](https://github.com/DataBiosphere/data-browser/issues/4741)) ([#4752](https://github.com/DataBiosphere/data-browser/issues/4752)) ([d9d4175](https://github.com/DataBiosphere/data-browser/commit/d9d417585d277ef896be295c5a857754b33ab6e6))
11+
* update curl download export text ([#4735](https://github.com/DataBiosphere/data-browser/issues/4735)) ([#4736](https://github.com/DataBiosphere/data-browser/issues/4736)) ([451482d](https://github.com/DataBiosphere/data-browser/commit/451482d59107f7e32f79c9319755e8594c666d5f))
12+
* update ordering and wording of cohort and dataset export options ([#4744](https://github.com/DataBiosphere/data-browser/issues/4744)) ([#4748](https://github.com/DataBiosphere/data-browser/issues/4748)) ([0959188](https://github.com/DataBiosphere/data-browser/commit/0959188937a3bf7adcc5cb8e2f73c77b033dfc1b))
13+
14+
15+
### Bug Fixes
16+
17+
* fix flaky deselect filters e2e test ([#4751](https://github.com/DataBiosphere/data-browser/issues/4751)) ([#4753](https://github.com/DataBiosphere/data-browser/issues/4753)) ([ec6aae6](https://github.com/DataBiosphere/data-browser/commit/ec6aae67b901cb6c23ef301337c291d54b193a9f))
18+
19+
20+
### Chores
21+
22+
* update HCA catalog to dcp58 ([#4747](https://github.com/DataBiosphere/data-browser/issues/4747)) ([91219c3](https://github.com/DataBiosphere/data-browser/commit/91219c348af3480afac364db9abcdb546793fde1))
23+
* update HCA catalog to dcp58 [#4724](https://github.com/DataBiosphere/data-browser/issues/4724) ([91219c3](https://github.com/DataBiosphere/data-browser/commit/91219c348af3480afac364db9abcdb546793fde1))
24+
325
## [2.30.0](https://github.com/DataBiosphere/data-browser/compare/v2.29.0...v2.30.0) (2026-03-26)
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.30.0",
3+
"version": "2.31.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)