Skip to content

Commit 1cd10af

Browse files
authored
chore(main): release 2.13.0 (#4423)
1 parent 782e46d commit 1cd10af

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-4
lines changed

.release-please-manifest.json

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

CHANGELOG.md

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

3+
## [2.13.0](https://github.com/DataBiosphere/data-browser/compare/v2.12.1...v2.13.0) (2025-03-18)
4+
5+
6+
### Features
7+
8+
* add predefined formatting options and function to get periods to analytics package ([#4430](https://github.com/DataBiosphere/data-browser/issues/4430)) ([#4431](https://github.com/DataBiosphere/data-browser/issues/4431)) ([873daa0](https://github.com/DataBiosphere/data-browser/commit/873daa0f382dd6bdc675220ead09735d411fdcef))
9+
* remove download buttons from files tab ([#4429](https://github.com/DataBiosphere/data-browser/issues/4429)) ([#4432](https://github.com/DataBiosphere/data-browser/issues/4432)) ([782e46d](https://github.com/DataBiosphere/data-browser/commit/782e46dd91a8aaf744c4704b520019941748e5c2))
10+
11+
12+
### Bug Fixes
13+
14+
* use up-to-date column names for formatting call in analytics reports ([#4421](https://github.com/DataBiosphere/data-browser/issues/4421)) ([#4422](https://github.com/DataBiosphere/data-browser/issues/4422)) ([d943aca](https://github.com/DataBiosphere/data-browser/commit/d943aca65eb905ab4ff9bd0817fe5457d1d4c222))
15+
16+
17+
### Chores
18+
19+
* update finable-ui to latest v22.0.0 ([#4428](https://github.com/DataBiosphere/data-browser/issues/4428)) ([#4433](https://github.com/DataBiosphere/data-browser/issues/4433)) ([202eea8](https://github.com/DataBiosphere/data-browser/commit/202eea817f63e62231548eed81492b34312a78d8))
20+
321
## [2.12.1](https://github.com/DataBiosphere/data-browser/compare/v2.12.0...v2.12.1) (2025-03-11)
422

523

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