Skip to content

Commit 0eaca62

Browse files
committed
chore(main): release 2.8.0
1 parent 8845dba commit 0eaca62

File tree

4 files changed

+29
-4
lines changed

4 files changed

+29
-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.7.1"
2+
".": "2.8.0"
33
}

CHANGELOG.md

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

3+
## [2.8.0](https://github.com/DataBiosphere/data-browser/compare/v2.7.1...v2.8.0) (2025-02-03)
4+
5+
6+
### Features
7+
8+
* add percent change to analytics package ([#4335](https://github.com/DataBiosphere/data-browser/issues/4335)) ([eef1cee](https://github.com/DataBiosphere/data-browser/commit/eef1cee33a84853c9e15b7dc958aa07feedacfb7))
9+
* added pageviews analytics functions ([#4336](https://github.com/DataBiosphere/data-browser/issues/4336)) ([#4339](https://github.com/DataBiosphere/data-browser/issues/4339)) ([6d65fae](https://github.com/DataBiosphere/data-browser/commit/6d65fae358f74ca0c6f7fb817c4b0bf89336c5f8))
10+
* analytics package total views users graphs [#4353](https://github.com/DataBiosphere/data-browser/issues/4353) ([#4360](https://github.com/DataBiosphere/data-browser/issues/4360)) ([8845dba](https://github.com/DataBiosphere/data-browser/commit/8845dba2b27f664f1160d4ac63db399a3d79b279))
11+
* page view report for hca data explorer ([#4354](https://github.com/DataBiosphere/data-browser/issues/4354)) ([efc0ff8](https://github.com/DataBiosphere/data-browser/commit/efc0ff86db48524aba8a67c0190880463f326570))
12+
13+
14+
### Bug Fixes
15+
16+
* analytics package issues ([#4352](https://github.com/DataBiosphere/data-browser/issues/4352)) ([e0ce2c7](https://github.com/DataBiosphere/data-browser/commit/e0ce2c7464107bbbc166f7e21fcc3c4426b6e553))
17+
18+
19+
### Chores
20+
21+
* updated cellxgene portals ([#4355](https://github.com/DataBiosphere/data-browser/issues/4355)) ([#4361](https://github.com/DataBiosphere/data-browser/issues/4361)) ([60a7a6e](https://github.com/DataBiosphere/data-browser/commit/60a7a6eb92ed15d350131fbe85f213a65867938c))
22+
23+
24+
### Tests
25+
26+
* upgraded to GH actions artifacts v4 [#4358](https://github.com/DataBiosphere/data-browser/issues/4358) ([#4359](https://github.com/DataBiosphere/data-browser/issues/4359)) ([ba3d866](https://github.com/DataBiosphere/data-browser/commit/ba3d866e05b9dcccb44dcfe1a9d82d3dbe715952))
27+
328
## [2.7.1](https://github.com/DataBiosphere/data-browser/compare/v2.7.0...v2.7.1) (2025-01-17)
429

530

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.7.1",
3+
"version": "2.8.0",
44
"private": true,
55
"scripts": {
66
"dev:ncpi-catalog": "./scripts/dev.sh ncpi-catalog dev && ./scripts/set-version.sh dev && next dev",

0 commit comments

Comments
 (0)