Skip to content

Commit

Permalink
chore(main): release 2.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NoopDog committed Feb 6, 2025
1 parent e2653f5 commit a1e3252
Show file tree
Hide file tree
Showing 4 changed files with 11 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.8.0"
".": "2.8.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.8.1](https://github.com/DataBiosphere/data-browser/compare/v2.8.0...v2.8.1) (2025-02-06)


### Bug Fixes

* get_change_df_over_time uses an inclusive range ([#4365](https://github.com/DataBiosphere/data-browser/issues/4365)) ([#4366](https://github.com/DataBiosphere/data-browser/issues/4366)) ([e2653f5](https://github.com/DataBiosphere/data-browser/commit/e2653f5605cc3220d28299bfc2cc48205c23067d))

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


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.8.0",
"version": "2.8.1",
"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 a1e3252

Please sign in to comment.