Skip to content

Commit

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

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


### Features

* add organoid endoderm atlas to the data portal ([#2646](https://github.com/DataBiosphere/data-portal/issues/2646)) ([#2650](https://github.com/DataBiosphere/data-portal/issues/2650)) ([31c7a32](https://github.com/DataBiosphere/data-portal/commit/31c7a326faf7aeecafb08324d546abb6b6cd15d5))
* 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 monthly traffic summaries to analytics ([#2707](https://github.com/DataBiosphere/data-portal/issues/2707)) ([#2718](https://github.com/DataBiosphere/data-portal/issues/2718)) ([3d0a835](https://github.com/DataBiosphere/data-portal/commit/3d0a835c8bddfd24663fa9305bf80d47c0641ba7))
* 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 5d49b2e

Please sign in to comment.