Skip to content

Commit bb2cd85

Browse files
chore(main): release 2.3.0
1 parent 9498d89 commit bb2cd85

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-4
lines changed

Diff for: .release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.2.0"
2+
".": "2.3.0"
33
}

Diff for: CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [2.3.0](https://github.com/DataBiosphere/data-portal/compare/v2.2.0...v2.3.0) (2024-12-23)
4+
5+
6+
### Features
7+
8+
* 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))
9+
10+
11+
### Chores
12+
13+
* update dev dependencies to latest ([#2603](https://github.com/DataBiosphere/data-portal/issues/2603)) ([64d5912](https://github.com/DataBiosphere/data-portal/commit/64d5912667ad92815ca18df205eb31330cfc1d02))
14+
* 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))
15+
16+
17+
### Content
18+
19+
* 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))
20+
321
## [2.2.0](https://github.com/DataBiosphere/data-portal/compare/v2.1.0...v2.2.0) (2024-11-22)
422

523

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"private": true,
55
"scripts": {
66
"dev": "./scripts/dev.sh data-portal && ./scripts/set-version.sh dev && next dev",

0 commit comments

Comments
 (0)