Skip to content

Commit c33323a

Browse files
chore(main): release 2.30.0 (#4726)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 71a71f7 commit c33323a

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-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.29.0"
2+
".": "2.30.0"
33
}

CHANGELOG.md

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

3+
## [2.30.0](https://github.com/DataBiosphere/data-browser/compare/v2.29.0...v2.30.0) (2026-03-26)
4+
5+
6+
### Features
7+
8+
* enable curl download for anvil-cmg cohort export ([#4727](https://github.com/DataBiosphere/data-browser/issues/4727)) ([71a71f7](https://github.com/DataBiosphere/data-browser/commit/71a71f7e7776b377331d19c28f90cb7dfc77080e))
9+
* enable curl download for anvil-cmg datasets ([#4725](https://github.com/DataBiosphere/data-browser/issues/4725)) ([6f6ada2](https://github.com/DataBiosphere/data-browser/commit/6f6ada2e6515fd876503a848c4ea200e19379573))
10+
311
## [2.29.0](https://github.com/DataBiosphere/data-browser/compare/v2.28.1...v2.29.0) (2026-03-23)
412

513

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