Skip to content

Commit

Permalink
chore(main): release 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 29, 2025
1 parent 2f78823 commit 3c52042
Show file tree
Hide file tree
Showing 4 changed files with 12 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.3.1"
".": "2.4.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [2.4.0](https://github.com/DataBiosphere/data-portal/compare/v2.3.1...v2.4.0) (2025-01-29)


### Features

* added analytics report generator ([#2641](https://github.com/DataBiosphere/data-portal/issues/2641)) ([#2694](https://github.com/DataBiosphere/data-portal/issues/2694)) ([8ab8440](https://github.com/DataBiosphere/data-portal/commit/8ab84403a4df6106d8fc5bf094f09fb8a3053638))
* added pageviews to analytics report ([#2642](https://github.com/DataBiosphere/data-portal/issues/2642)) ([#2700](https://github.com/DataBiosphere/data-portal/issues/2700)) ([2f78823](https://github.com/DataBiosphere/data-portal/commit/2f788235496922a573119bbb8b7e71dd86e45344))

## [2.3.1](https://github.com/DataBiosphere/data-portal/compare/v2.3.0...v2.3.1) (2025-01-21)


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": "next",
"version": "2.3.1",
"version": "2.4.0",
"private": true,
"scripts": {
"dev": "./scripts/dev.sh data-portal && ./scripts/set-version.sh dev && next dev",
Expand Down

0 comments on commit 3c52042

Please sign in to comment.