Skip to content

Commit eb19b76

Browse files
chore(main): release 2.34.0
1 parent 75ee9c4 commit eb19b76

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-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.33.0"
2+
".": "2.34.0"
33
}

CHANGELOG.md

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

3+
## [2.34.0](https://github.com/DataBiosphere/data-browser/compare/v2.33.0...v2.34.0) (2026-04-15)
4+
5+
6+
### Features
7+
8+
* always show curl export option in non-production environments ([#4768](https://github.com/DataBiosphere/data-browser/issues/4768)) ([d7324b4](https://github.com/DataBiosphere/data-browser/commit/d7324b49c756d4dccfa338e70e997f97453305e0))
9+
10+
11+
### Bug Fixes
12+
13+
* rewrite flaky anvil catalog filter e2e test ([#4763](https://github.com/DataBiosphere/data-browser/issues/4763)) ([7f9fd4e](https://github.com/DataBiosphere/data-browser/commit/7f9fd4ecab441ee6e5ab8431c35b363e9dc4ec46))
14+
15+
16+
### Chores
17+
18+
* upgrade findable-ui to v50.7.0 and run npm audit fix ([#4769](https://github.com/DataBiosphere/data-browser/issues/4769)) ([75ee9c4](https://github.com/DataBiosphere/data-browser/commit/75ee9c4d691df531ee908e3a644db4ac41a348aa))
19+
* upgrade findable-ui to v50.7.0 and run npm audit fix ([#4772](https://github.com/DataBiosphere/data-browser/issues/4772)) ([75ee9c4](https://github.com/DataBiosphere/data-browser/commit/75ee9c4d691df531ee908e3a644db4ac41a348aa))
20+
321
## [2.33.0](https://github.com/DataBiosphere/data-browser/compare/v2.32.0...v2.33.0) (2026-04-08)
422

523

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