Skip to content

Commit 559a2d1

Browse files
chore(main): release 3.1.0 (#4802)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c09bb88 commit 559a2d1

4 files changed

Lines changed: 16 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.0.1"
2+
".": "3.1.0"
33
}

CHANGELOG.md

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

3+
## [3.1.0](https://github.com/DataBiosphere/data-browser/compare/v3.0.1...v3.1.0) (2026-05-05)
4+
5+
6+
### Features
7+
8+
* implement authorization code flow with azul and data browser ([#4793](https://github.com/DataBiosphere/data-browser/issues/4793)) ([#4796](https://github.com/DataBiosphere/data-browser/issues/4796)) ([bc517c8](https://github.com/DataBiosphere/data-browser/commit/bc517c894635e1d808e369e8fe5eca816979b53d))
9+
10+
11+
### Tests
12+
13+
* stabilize and rewrite anvil-cmg filter e2e suite ([#4800](https://github.com/DataBiosphere/data-browser/issues/4800)) ([#4801](https://github.com/DataBiosphere/data-browser/issues/4801)) ([c09bb88](https://github.com/DataBiosphere/data-browser/commit/c09bb881dc43923ec6fb0ad1e1d12f1e28397c0e))
14+
315
## [3.0.1](https://github.com/DataBiosphere/data-browser/compare/v3.0.0...v3.0.1) (2026-04-30)
416

517

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