Skip to content

Commit a5f7581

Browse files
authored
chore(main): release 2.19.0 (#4509)
1 parent 68519c7 commit a5f7581

File tree

4 files changed

+29
-4
lines changed

4 files changed

+29
-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.18.0"
2+
".": "2.19.0"
33
}

CHANGELOG.md

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

3+
## [2.19.0](https://github.com/DataBiosphere/data-browser/compare/v2.18.0...v2.19.0) (2025-06-17)
4+
5+
6+
### Features
7+
8+
* added LM portals [#4496](https://github.com/DataBiosphere/data-browser/issues/4496) ([#4500](https://github.com/DataBiosphere/data-browser/issues/4500)) ([39bcfcf](https://github.com/DataBiosphere/data-browser/commit/39bcfcfcfbf3b67c825d218672ee369db8ee096f))
9+
10+
11+
### Bug Fixes
12+
13+
* temporarily disable test anvilcatalog-sort.spec.ts ([#4507](https://github.com/DataBiosphere/data-browser/issues/4507)) ([#4508](https://github.com/DataBiosphere/data-browser/issues/4508)) ([dd0f800](https://github.com/DataBiosphere/data-browser/commit/dd0f8003f8073f25da889b643dc8441ca42153ef))
14+
15+
16+
### Chores
17+
18+
* set default catalog to dcp50 for HCA [#4498](https://github.com/DataBiosphere/data-browser/issues/4498) ([#4499](https://github.com/DataBiosphere/data-browser/issues/4499)) ([340a2c3](https://github.com/DataBiosphere/data-browser/commit/340a2c395e138b35309dd44007476bc05dd4ee1a))
19+
* update findable to 35.2.0 ([#4510](https://github.com/DataBiosphere/data-browser/issues/4510)) ([#4511](https://github.com/DataBiosphere/data-browser/issues/4511)) ([68519c7](https://github.com/DataBiosphere/data-browser/commit/68519c7b77692d7805f57e20a02f61ab952db948))
20+
* update LungMAP default catalog to lm9 [#4497](https://github.com/DataBiosphere/data-browser/issues/4497) ([#4504](https://github.com/DataBiosphere/data-browser/issues/4504)) ([2311f51](https://github.com/DataBiosphere/data-browser/commit/2311f51a04694715e127ed2cf4ab9bb34bef9090))
21+
* upgrade findable to 35.1.0 ([#4502](https://github.com/DataBiosphere/data-browser/issues/4502)) ([#4505](https://github.com/DataBiosphere/data-browser/issues/4505)) ([5e42b25](https://github.com/DataBiosphere/data-browser/commit/5e42b25e6c35906471dae3f42df7ebeb91b2689f))
22+
23+
24+
### Documentation
25+
26+
* updated AnVIL beta announcement [#4493](https://github.com/DataBiosphere/data-browser/issues/4493) ([#4503](https://github.com/DataBiosphere/data-browser/issues/4503)) ([e8268a6](https://github.com/DataBiosphere/data-browser/commit/e8268a6849895144c35e6965fa74f0fd90c5f23b))
27+
328
## [2.18.0](https://github.com/DataBiosphere/data-browser/compare/v2.17.3...v2.18.0) (2025-06-02)
429

530

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