Skip to content

Commit

Permalink
chore(main): release 2.3.0 (#2596)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 23, 2024
1 parent 9498d89 commit 8136e0b
Show file tree
Hide file tree
Showing 4 changed files with 22 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.2.0"
".": "2.3.0"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [2.3.0](https://github.com/DataBiosphere/data-portal/compare/v2.2.0...v2.3.0) (2024-12-23)


### Features

* publish neural organoid atlas on the atlas page ([#2622](https://github.com/DataBiosphere/data-portal/issues/2622)) ([#2624](https://github.com/DataBiosphere/data-portal/issues/2624)) ([9498d89](https://github.com/DataBiosphere/data-portal/commit/9498d89740450a7f56c3bb51ae61292a209622ad))


### Chores

* update dev dependencies to latest ([#2603](https://github.com/DataBiosphere/data-portal/issues/2603)) ([64d5912](https://github.com/DataBiosphere/data-portal/commit/64d5912667ad92815ca18df205eb31330cfc1d02))
* updated catalog to dcp44 ([#2592](https://github.com/DataBiosphere/data-portal/issues/2592)) ([#2595](https://github.com/DataBiosphere/data-portal/issues/2595)) ([2dbcf3d](https://github.com/DataBiosphere/data-portal/commit/2dbcf3d1fa645362ddd121dfa95b69e8d764f0a4))


### Content

* updated dcp updates page ([#2591](https://github.com/DataBiosphere/data-portal/issues/2591)) ([#2594](https://github.com/DataBiosphere/data-portal/issues/2594)) ([3059608](https://github.com/DataBiosphere/data-portal/commit/30596087c59a779992896a95c233680a5f3daa52))

## [2.2.0](https://github.com/DataBiosphere/data-portal/compare/v2.1.0...v2.2.0) (2024-11-22)


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

0 comments on commit 8136e0b

Please sign in to comment.