Skip to content

Commit

Permalink
chore(main): release 2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NoopDog committed Jan 25, 2025
1 parent e0ce2c7 commit 7d43bb8
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.7.1"
".": "2.8.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [2.8.0](https://github.com/DataBiosphere/data-browser/compare/v2.7.1...v2.8.0) (2025-01-25)


### Features

* add percent change to analytics package ([#4335](https://github.com/DataBiosphere/data-browser/issues/4335)) ([eef1cee](https://github.com/DataBiosphere/data-browser/commit/eef1cee33a84853c9e15b7dc958aa07feedacfb7))
* 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))


### Bug Fixes

* analytics package issues ([#4352](https://github.com/DataBiosphere/data-browser/issues/4352)) ([e0ce2c7](https://github.com/DataBiosphere/data-browser/commit/e0ce2c7464107bbbc166f7e21fcc3c4426b6e553))

## [2.7.1](https://github.com/DataBiosphere/data-browser/compare/v2.7.0...v2.7.1) (2025-01-17)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "explorer",
"version": "2.7.1",
"version": "2.8.0",
"private": true,
"scripts": {
"dev:ncpi-catalog": "./scripts/dev.sh ncpi-catalog dev && ./scripts/set-version.sh dev && next dev",
Expand Down

0 comments on commit 7d43bb8

Please sign in to comment.