Skip to content

Commit 2d4bd9b

Browse files
committed
chore(main): release 2.8.0
1 parent 6d65fae commit 2d4bd9b

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.7.1"
2+
".": "2.8.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.8.0](https://github.com/DataBiosphere/data-browser/compare/v2.7.1...v2.8.0) (2025-01-23)
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+
311
## [2.7.1](https://github.com/DataBiosphere/data-browser/compare/v2.7.0...v2.7.1) (2025-01-17)
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.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)