From 673a42add9b399004bdb9c05bc7ffc36234221ad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 19:56:15 +0000 Subject: [PATCH] chore(main): release 3.5.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3cf104e93..57700f146 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.5.0" + ".": "3.5.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index bb63e6755..72baa8c1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [3.5.1](https://github.com/DataBiosphere/data-browser/compare/v3.5.0...v3.5.1) (2026-07-15) + + +### Continuous Integration + +* pin github actions by commit sha at current versions ([#4893](https://github.com/DataBiosphere/data-browser/issues/4893)) ([fe39abd](https://github.com/DataBiosphere/data-browser/commit/fe39abd1628742d9cda8d549b15883e8acf483b5)) +* pin github actions by commit sha at current versions ([#4894](https://github.com/DataBiosphere/data-browser/issues/4894)) ([fe39abd](https://github.com/DataBiosphere/data-browser/commit/fe39abd1628742d9cda8d549b15883e8acf483b5)) +* upgrade release-please-action from v4 to v5 ([#4890](https://github.com/DataBiosphere/data-browser/issues/4890)) ([c824f63](https://github.com/DataBiosphere/data-browser/commit/c824f6339c545be751499004c24e9eea1a510b69)) +* upgrade release-please-action from v4 to v5 ([#4891](https://github.com/DataBiosphere/data-browser/issues/4891)) ([c824f63](https://github.com/DataBiosphere/data-browser/commit/c824f6339c545be751499004c24e9eea1a510b69)) + ## [3.5.0](https://github.com/DataBiosphere/data-browser/compare/v3.4.1...v3.5.0) (2026-07-01) diff --git a/package-lock.json b/package-lock.json index 9e54625e7..2f50d5d21 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "explorer", - "version": "3.5.0", + "version": "3.5.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "explorer", - "version": "3.5.0", + "version": "3.5.1", "dependencies": { "@databiosphere/findable-ui": "^54.1.0", "@emotion/react": "^11", diff --git a/package.json b/package.json index 1ad403cdf..5009cf850 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "explorer", - "version": "3.5.0", + "version": "3.5.1", "private": true, "scripts": { "dev:anvil-catalog": "./scripts/dev.sh anvil-catalog dev && ./scripts/set-version.sh dev && next dev --webpack",