Skip to content

Commit 1696b3d

Browse files
committed
chore(main): release 2.10.0
1 parent b648f9e commit 1696b3d

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

.release-please-manifest.json

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

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [2.10.0](https://github.com/DataBiosphere/data-browser/compare/v2.9.0...v2.10.0) (2025-02-14)
4+
5+
6+
### Features
7+
8+
* added anvil catalog analytics reports ([#4372](https://github.com/DataBiosphere/data-browser/issues/4372)) ([#4379](https://github.com/DataBiosphere/data-browser/issues/4379)) ([b648f9e](https://github.com/DataBiosphere/data-browser/commit/b648f9e923d565b02356588ac800d7b0cce312b6))
9+
* added missing elements to hca dx analytics sheets ([#4371](https://github.com/DataBiosphere/data-browser/issues/4371)) ([#4377](https://github.com/DataBiosphere/data-browser/issues/4377)) ([3141f3e](https://github.com/DataBiosphere/data-browser/commit/3141f3e870170cc1be043b9d86ee53b49de96ef1))
10+
* removed ncpi catalog ([#4375](https://github.com/DataBiosphere/data-browser/issues/4375)) ([fe23cfa](https://github.com/DataBiosphere/data-browser/commit/fe23cfaf6c2391689d4042e17ac70a7bfe72ef48))
11+
* update anvil catalog content for 2025-02-08 ([#4241](https://github.com/DataBiosphere/data-browser/issues/4241)) ([#4369](https://github.com/DataBiosphere/data-browser/issues/4369)) ([4cf7fc6](https://github.com/DataBiosphere/data-browser/commit/4cf7fc67ee04cda4b209045f7ac0682c6b14efbf))
12+
313
## [2.9.0](https://github.com/DataBiosphere/data-browser/compare/v2.8.0...v2.9.0) (2025-02-07)
414

515

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