Skip to content

Commit

Permalink
chore(main): release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NoopDog committed Nov 8, 2024
1 parent 850ee16 commit 2605939
Show file tree
Hide file tree
Showing 4 changed files with 20 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.0.0"
".": "2.1.0"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

## [2.1.0](https://github.com/DataBiosphere/data-portal/compare/v2.0.0...v2.1.0) (2024-11-08)


### Features

* add release please action to automate releases ([#2497](https://github.com/DataBiosphere/data-portal/issues/2497)) ([#2498](https://github.com/DataBiosphere/data-portal/issues/2498)) ([dd4d815](https://github.com/DataBiosphere/data-portal/commit/dd4d815fbdc6f185bace3a17a96ba0160abcbd0c))
* update catalog to dcp43 ([#2491](https://github.com/DataBiosphere/data-portal/issues/2491)) ([#2492](https://github.com/DataBiosphere/data-portal/issues/2492)) ([d951290](https://github.com/DataBiosphere/data-portal/commit/d951290320240f72aa82efaba548aa21d16e410c))


### Chores

* delete gatsby site ([#2484](https://github.com/DataBiosphere/data-portal/issues/2484)) ([#2489](https://github.com/DataBiosphere/data-portal/issues/2489)) ([2649ca2](https://github.com/DataBiosphere/data-portal/commit/2649ca25167299376a9e308ab085e8c0f8a54e5e))
* move next site to top level of repository ([#2490](https://github.com/DataBiosphere/data-portal/issues/2490)) ([#2494](https://github.com/DataBiosphere/data-portal/issues/2494)) ([a8e6598](https://github.com/DataBiosphere/data-portal/commit/a8e659809e7bc76145fb0bba748b0eb70c903cec))
* update findable-ui ([#2478](https://github.com/DataBiosphere/data-portal/issues/2478)) ([#2537](https://github.com/DataBiosphere/data-portal/issues/2537)) ([850ee16](https://github.com/DataBiosphere/data-portal/commit/850ee16da1b30e24e268d887ee5f61b1e5bf5883))
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.0.0",
"version": "2.1.0",
"private": true,
"scripts": {
"dev": "./scripts/dev.sh data-portal && next dev",
Expand Down

0 comments on commit 2605939

Please sign in to comment.