Skip to content

Commit d11cf97

Browse files
authored
chore(main): release 2.12.0 (#4411)
1 parent accf9c7 commit d11cf97

4 files changed

+12
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.11.0"
2+
".": "2.12.0"
33
}

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [2.12.0](https://github.com/DataBiosphere/data-browser/compare/v2.11.0...v2.12.0) (2025-03-10)
4+
5+
6+
### Features
7+
8+
* remove help link in footer ([#4405](https://github.com/DataBiosphere/data-browser/issues/4405)) ([#4410](https://github.com/DataBiosphere/data-browser/issues/4410)) ([d1e31bd](https://github.com/DataBiosphere/data-browser/commit/d1e31bdc50f454ae897f0c46da00a27da39e03f6))
9+
* updated AnVIL guides PFB text [#4404](https://github.com/DataBiosphere/data-browser/issues/4404) ([#4412](https://github.com/DataBiosphere/data-browser/issues/4412)) ([accf9c7](https://github.com/DataBiosphere/data-browser/commit/accf9c79ca64eaf3352cb87e428057fae2684441))
10+
311
## [2.11.0](https://github.com/DataBiosphere/data-browser/compare/v2.10.0...v2.11.0) (2025-03-03)
412

513

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "explorer",
3-
"version": "2.11.0",
3+
"version": "2.12.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)