From 09e62cb7d199c8164cc3c83cd201dfea2582a2cb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 03:56:23 +0000 Subject: [PATCH] chore(main): release 3.6.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 23 +++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 27 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3cf104e93..dc703804c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.5.0" + ".": "3.6.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index bb63e6755..5104951c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## [3.6.0](https://github.com/DataBiosphere/data-browser/compare/v3.5.0...v3.6.0) (2026-08-15) + + +### Features + +* limit analytics package to static site reports and remove unnecessary requirements ([#4912](https://github.com/DataBiosphere/data-browser/issues/4912)) ([#4926](https://github.com/DataBiosphere/data-browser/issues/4926)) ([e49d6f6](https://github.com/DataBiosphere/data-browser/commit/e49d6f6b0e201fc5af29ae562dc83ab24f9f4bde)) +* support excluding anomalous dates from static analytics reports ([#4907](https://github.com/DataBiosphere/data-browser/issues/4907)) ([#4908](https://github.com/DataBiosphere/data-browser/issues/4908)) ([a8f1fb3](https://github.com/DataBiosphere/data-browser/commit/a8f1fb398205213aa661ae208ea86a1099c84d28)) + + +### Chores + +* retire legacy analytics generators ([#4910](https://github.com/DataBiosphere/data-browser/issues/4910), [#4911](https://github.com/DataBiosphere/data-browser/issues/4911)) ([#4925](https://github.com/DataBiosphere/data-browser/issues/4925)) ([37ef4e2](https://github.com/DataBiosphere/data-browser/commit/37ef4e26c2124e141754258e34b925a1026a7e49)) +* track .nvmrc in the repo (follow-up from [#4876](https://github.com/DataBiosphere/data-browser/issues/4876)) ([#4917](https://github.com/DataBiosphere/data-browser/issues/4917)) ([#4918](https://github.com/DataBiosphere/data-browser/issues/4918)) ([0eb97ee](https://github.com/DataBiosphere/data-browser/commit/0eb97ee1a657d149d22d6005879a1ddcc6a306e5)) +* update analytics to July 2026 ([#4905](https://github.com/DataBiosphere/data-browser/issues/4905)) ([#4906](https://github.com/DataBiosphere/data-browser/issues/4906)) ([f51b1f1](https://github.com/DataBiosphere/data-browser/commit/f51b1f12033802431bbd79945af534757cf40e01)) + + +### 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..7ff55bda1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "explorer", - "version": "3.5.0", + "version": "3.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "explorer", - "version": "3.5.0", + "version": "3.6.0", "dependencies": { "@databiosphere/findable-ui": "^54.1.0", "@emotion/react": "^11", diff --git a/package.json b/package.json index 1ad403cdf..ef813e578 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "explorer", - "version": "3.5.0", + "version": "3.6.0", "private": true, "scripts": { "dev:anvil-catalog": "./scripts/dev.sh anvil-catalog dev && ./scripts/set-version.sh dev && next dev --webpack",