Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.5.0"
".": "3.5.1"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down