From eb19b761abe7e6cfd7d018a47dab36315d84e79e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 02:38:01 +0000 Subject: [PATCH] chore(main): release 2.34.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 18 ++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fdd9c9110..d50431845 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.33.0" + ".": "2.34.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 029c6632b..8a5a2f3b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [2.34.0](https://github.com/DataBiosphere/data-browser/compare/v2.33.0...v2.34.0) (2026-04-15) + + +### Features + +* 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)) + + +### Bug Fixes + +* 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)) + + +### Chores + +* 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)) +* 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)) + ## [2.33.0](https://github.com/DataBiosphere/data-browser/compare/v2.32.0...v2.33.0) (2026-04-08) diff --git a/package-lock.json b/package-lock.json index 653aa8032..39fad65a2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "explorer", - "version": "2.33.0", + "version": "2.34.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "explorer", - "version": "2.33.0", + "version": "2.34.0", "dependencies": { "@databiosphere/findable-ui": "^50.7.0", "@emotion/react": "^11", diff --git a/package.json b/package.json index d79b19547..3ab87c0ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "explorer", - "version": "2.33.0", + "version": "2.34.0", "private": true, "scripts": { "dev:anvil-catalog": "./scripts/dev.sh anvil-catalog dev && ./scripts/set-version.sh dev && next dev",