Skip to content

Commit a50447a

Browse files
committed
chore(main): release 2.21.0
1 parent cd8b42e commit a50447a

File tree

4 files changed

+21
-4
lines changed

4 files changed

+21
-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.20.4"
2+
".": "2.21.0"
33
}

CHANGELOG.md

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

3+
## [2.21.0](https://github.com/DataBiosphere/data-browser/compare/v2.20.4...v2.21.0) (2025-10-07)
4+
5+
6+
### Features
7+
8+
* 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))
9+
10+
11+
### Bug Fixes
12+
13+
* 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))
14+
15+
16+
### Chores
17+
18+
* 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))
19+
320
## [2.20.4](https://github.com/DataBiosphere/data-browser/compare/v2.20.3...v2.20.4) (2025-08-25)
421

522

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.20.4",
3+
"version": "2.21.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)