Skip to content

Commit 379868f

Browse files
chore(main): release 2.28.0 (#4702)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent decdce3 commit 379868f

4 files changed

Lines changed: 18 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.27.0"
2+
".": "2.28.0"
33
}

CHANGELOG.md

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

3+
## [2.28.0](https://github.com/DataBiosphere/data-browser/compare/v2.27.0...v2.28.0) (2026-03-18)
4+
5+
6+
### Features
7+
8+
* decouple anvil-cmg summary mapping from shared constants ([#4529](https://github.com/DataBiosphere/data-browser/issues/4529)) ([#4697](https://github.com/DataBiosphere/data-browser/issues/4697)) ([7538049](https://github.com/DataBiosphere/data-browser/commit/7538049ff1a27101309e15b5ec7f8bd010064493))
9+
* decouple hca-dcp summary mapping from shared constants ([#4530](https://github.com/DataBiosphere/data-browser/issues/4530)) ([#4698](https://github.com/DataBiosphere/data-browser/issues/4698)) ([db0864f](https://github.com/DataBiosphere/data-browser/commit/db0864fa0155dda4bd4146c94276745130d084e5))
10+
* decouple lungmap summary mapping from shared constants ([#4531](https://github.com/DataBiosphere/data-browser/issues/4531)) ([#4699](https://github.com/DataBiosphere/data-browser/issues/4699)) ([5856fd4](https://github.com/DataBiosphere/data-browser/commit/5856fd40caea06ee9181d1ec8764cc371966cf0a))
11+
12+
13+
### Chores
14+
15+
* update findable-ui to latest version ([#4704](https://github.com/DataBiosphere/data-browser/issues/4704)) ([#4705](https://github.com/DataBiosphere/data-browser/issues/4705)) ([decdce3](https://github.com/DataBiosphere/data-browser/commit/decdce35b1509cde7194b4ef74ef78f5be71e77c))
16+
317
## [2.27.0](https://github.com/DataBiosphere/data-browser/compare/v2.26.1...v2.27.0) (2026-03-12)
418

519

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