From a50447afa99df1615e7dc8f6b05d3b7f7d72ce63 Mon Sep 17 00:00:00 2001 From: David Rogers Date: Mon, 6 Oct 2025 18:13:36 -0700 Subject: [PATCH] chore(main): release 2.21.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 5e1339104..02bd31d35 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.20.4" + ".": "2.21.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ca37c29b..38644cc7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [2.21.0](https://github.com/DataBiosphere/data-browser/compare/v2.20.4...v2.21.0) (2025-10-07) + + +### Features + +* add a total file size summary to the summary statistics line for the anvil explorer ([#4495](https://github.com/DataBiosphere/data-browser/issues/4495)) ([#4571](https://github.com/DataBiosphere/data-browser/issues/4571)) ([cd8b42e](https://github.com/DataBiosphere/data-browser/commit/cd8b42edb3faf7ed928a72efc815b06071bb23df)) + + +### Bug Fixes + +* build error due to oversized response ([#4570](https://github.com/DataBiosphere/data-browser/issues/4570)) ([#4572](https://github.com/DataBiosphere/data-browser/issues/4572)) ([417aa7d](https://github.com/DataBiosphere/data-browser/commit/417aa7d37308537ae21b9ed06095e15f6efc91a3)) + + +### Chores + +* set default catalog to dcp53 for HCA [#4567](https://github.com/DataBiosphere/data-browser/issues/4567) ([#4568](https://github.com/DataBiosphere/data-browser/issues/4568)) ([48864a1](https://github.com/DataBiosphere/data-browser/commit/48864a1c53365885fad54add5a7fa907feb1099f)) + ## [2.20.4](https://github.com/DataBiosphere/data-browser/compare/v2.20.3...v2.20.4) (2025-08-25) diff --git a/package-lock.json b/package-lock.json index eae409836..05e707d87 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "explorer", - "version": "2.20.4", + "version": "2.21.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "explorer", - "version": "2.20.4", + "version": "2.21.0", "dependencies": { "@databiosphere/findable-ui": "^42.1.0", "@emotion/react": "^11.13.3", diff --git a/package.json b/package.json index 57d7acd35..b05ada993 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "explorer", - "version": "2.20.4", + "version": "2.21.0", "private": true, "scripts": { "dev:anvil-catalog": "./scripts/dev.sh anvil-catalog dev && ./scripts/set-version.sh dev && next dev",