Skip to content

Commit ddca3f5

Browse files
chore(main): release 2.3.1 (#2682)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ce352cd commit ddca3f5

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.3.0"
2+
".": "2.3.1"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [2.3.1](https://github.com/DataBiosphere/data-portal/compare/v2.3.0...v2.3.1) (2025-01-21)
4+
5+
6+
### Chores
7+
8+
* bump default catalog to dcp45 ([#2674](https://github.com/DataBiosphere/data-portal/issues/2674)) ([#2675](https://github.com/DataBiosphere/data-portal/issues/2675)) ([206ea73](https://github.com/DataBiosphere/data-portal/commit/206ea7322b967064cfc81c39e7f8cd46dc5c6cee))
9+
* updated updates page for dcp 44 ([#2593](https://github.com/DataBiosphere/data-portal/issues/2593)) ([#2677](https://github.com/DataBiosphere/data-portal/issues/2677)) ([d2bec05](https://github.com/DataBiosphere/data-portal/commit/d2bec051cce6ad28551a06b394f88999b121ddb4))
10+
11+
12+
### Content
13+
14+
* dcp45 update page ([#2667](https://github.com/DataBiosphere/data-portal/issues/2667)) ([#2687](https://github.com/DataBiosphere/data-portal/issues/2687)) ([ce352cd](https://github.com/DataBiosphere/data-portal/commit/ce352cdcf7c3270f14c896d5878ce25a142b4eff))
15+
316
## [2.3.0](https://github.com/DataBiosphere/data-portal/compare/v2.2.0...v2.3.0) (2024-12-23)
417

518

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)