Skip to content

Commit 5cd0a99

Browse files
authored
chore(main): release 2.18.0 (#4484)
1 parent 67aae8e commit 5cd0a99

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-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.17.3"
2+
".": "2.18.0"
33
}

CHANGELOG.md

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

3+
## [2.18.0](https://github.com/DataBiosphere/data-browser/compare/v2.17.3...v2.18.0) (2025-06-02)
4+
5+
6+
### Features
7+
8+
* remove 'beta' banner for anvil data explorer ([#4487](https://github.com/DataBiosphere/data-browser/issues/4487)) ([#4490](https://github.com/DataBiosphere/data-browser/issues/4490)) ([f3f6174](https://github.com/DataBiosphere/data-browser/commit/f3f61746a60547e9ee0780f320aa6d4fc2ad8c45))
9+
* removed auth for exports [#4482](https://github.com/DataBiosphere/data-browser/issues/4482) ([#4483](https://github.com/DataBiosphere/data-browser/issues/4483)) ([6d0426f](https://github.com/DataBiosphere/data-browser/commit/6d0426f741a65d15a0216b732ed3d57e53d3ae07))
10+
11+
12+
### Chores
13+
14+
* set default catalog to dcp49 for HCA [#4491](https://github.com/DataBiosphere/data-browser/issues/4491) ([#4494](https://github.com/DataBiosphere/data-browser/issues/4494)) ([67aae8e](https://github.com/DataBiosphere/data-browser/commit/67aae8edab132172cf7b9e0cb331252750cb85f2))
15+
316
## [2.17.3](https://github.com/DataBiosphere/data-browser/compare/v2.17.2...v2.17.3) (2025-05-16)
417

518

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