Skip to content

Commit f1eb8cc

Browse files
chore(main): release 3.0.0 (#4781)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 31b2e80 commit f1eb8cc

4 files changed

Lines changed: 27 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.34.0"
2+
".": "3.0.0"
33
}

CHANGELOG.md

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

3+
## [3.0.0](https://github.com/DataBiosphere/data-browser/compare/v2.34.0...v3.0.0) (2026-04-23)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* upgrade findable-ui to v51.0.0 and remove next-auth ([#4780](https://github.com/DataBiosphere/data-browser/issues/4780))
9+
10+
### Features
11+
12+
* make dcp59 the default catalog for HCA ([#4785](https://github.com/DataBiosphere/data-browser/issues/4785)) ([dcaeb35](https://github.com/DataBiosphere/data-browser/commit/dcaeb3531203b1a3fdf8f3dec9860908a8494e87))
13+
* make dcp59 the default catalog for HCA [#4782](https://github.com/DataBiosphere/data-browser/issues/4782) ([dcaeb35](https://github.com/DataBiosphere/data-browser/commit/dcaeb3531203b1a3fdf8f3dec9860908a8494e87))
14+
15+
16+
### Bug Fixes
17+
18+
* move providers inside ErrorBoundary to prevent crash loop ([#4783](https://github.com/DataBiosphere/data-browser/issues/4783)) ([31b2e80](https://github.com/DataBiosphere/data-browser/commit/31b2e80a43c737fadd11f679457fb28146875455))
19+
20+
21+
### Chores
22+
23+
* `enable prettier-plugin-organize-imports` ([#4774](https://github.com/DataBiosphere/data-browser/issues/4774)) ([#4775](https://github.com/DataBiosphere/data-browser/issues/4775)) ([dfd3d1a](https://github.com/DataBiosphere/data-browser/commit/dfd3d1a89fe0fe2356ff845fe34b729da26f6bb0))
24+
* upgrade findable-ui to v51.0.0 and remove next-auth ([#4780](https://github.com/DataBiosphere/data-browser/issues/4780)) ([c43b1b8](https://github.com/DataBiosphere/data-browser/commit/c43b1b8af33beac1049f8698b7e49bcd19acac31))
25+
326
## [2.34.0](https://github.com/DataBiosphere/data-browser/compare/v2.33.0...v2.34.0) (2026-04-15)
427

528

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