Skip to content

Commit 05c90f9

Browse files
committed
chore(main): release 2.16.0
1 parent 99210f9 commit 05c90f9

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.15.0"
2+
".": "2.16.0"
33
}

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [2.16.0](https://github.com/DataBiosphere/data-browser/compare/v2.15.0...v2.16.0) (2025-04-15)
4+
5+
6+
### Features
7+
8+
* implement chart view ([#4454](https://github.com/DataBiosphere/data-browser/issues/4454)) ([#4458](https://github.com/DataBiosphere/data-browser/issues/4458)) ([c663da1](https://github.com/DataBiosphere/data-browser/commit/c663da18dc940e92f974e27afcfc771cd2ee8acd))
9+
* implement chart view ([#4455](https://github.com/DataBiosphere/data-browser/issues/4455)) ([#4459](https://github.com/DataBiosphere/data-browser/issues/4459)) ([5199c30](https://github.com/DataBiosphere/data-browser/commit/5199c303e1c52a2dbb33f1b024c8b4dc2b024f1a))
10+
11+
12+
### Chores
13+
14+
* set default catalog to dcp47 for HCA ([#4457](https://github.com/DataBiosphere/data-browser/issues/4457)) ([#4462](https://github.com/DataBiosphere/data-browser/issues/4462)) ([99210f9](https://github.com/DataBiosphere/data-browser/commit/99210f9d7b9b4b26ef52450653d1edb5e818d602))
15+
* update findable-ui to latest v25.1.0 ([#4453](https://github.com/DataBiosphere/data-browser/issues/4453)) ([#4456](https://github.com/DataBiosphere/data-browser/issues/4456)) ([d820a28](https://github.com/DataBiosphere/data-browser/commit/d820a28867c6b1f3a1ccc4d39b8fdeb622845674))
16+
317
## [2.15.0](https://github.com/DataBiosphere/data-browser/compare/v2.14.0...v2.15.0) (2025-03-26)
418

519

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "explorer",
3-
"version": "2.15.0",
3+
"version": "2.16.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)