-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
42 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
".": "2.0.0" | ||
".": "2.1.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# Changelog | ||
|
||
## [2.1.0](https://github.com/DataBiosphere/data-portal/compare/v2.0.0...v2.1.0) (2024-11-06) | ||
|
||
|
||
### 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)) ([7784b8e](https://github.com/DataBiosphere/data-portal/commit/7784b8e77710c3d4c70b9c347d58fd8f24040e39)) | ||
* extend release please changelog types to include chore ([#2502](https://github.com/DataBiosphere/data-portal/issues/2502)) ([#2503](https://github.com/DataBiosphere/data-portal/issues/2503)) ([ef9afc2](https://github.com/DataBiosphere/data-portal/commit/ef9afc298a15815aee3049acd01aa850d249f421)) | ||
* extend release please changelog types to include chore and others ([#2502](https://github.com/DataBiosphere/data-portal/issues/2502)) ([ef9afc2](https://github.com/DataBiosphere/data-portal/commit/ef9afc298a15815aee3049acd01aa850d249f421)) | ||
* 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)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* strucure of release-please-config file ([#2502](https://github.com/DataBiosphere/data-portal/issues/2502)) ([dcf3efa](https://github.com/DataBiosphere/data-portal/commit/dcf3efa99b0ad88dd7e8f002af9715b330daeffc)) | ||
* update release please config location ([#2502](https://github.com/DataBiosphere/data-portal/issues/2502)) ([c19293c](https://github.com/DataBiosphere/data-portal/commit/c19293cea6e9675c3d25c3c1c70ba4e25de8d419)) | ||
|
||
|
||
### Chores | ||
|
||
* add minimal rp manifest ([#2502](https://github.com/DataBiosphere/data-portal/issues/2502)) ([44c8b0a](https://github.com/DataBiosphere/data-portal/commit/44c8b0a380d4f243ed78186b8cccb4c5d777f577)) | ||
* bump rp config ([#2504](https://github.com/DataBiosphere/data-portal/issues/2504)) ([d83dce0](https://github.com/DataBiosphere/data-portal/commit/d83dce050df88c3b2a37fdf0e468a9a38caace83)) | ||
* 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)) | ||
* enable debug logging ([#2502](https://github.com/DataBiosphere/data-portal/issues/2502)) ([2db53c5](https://github.com/DataBiosphere/data-portal/commit/2db53c57b5aaf9ff202be3cf46b66e0c2666568e)) | ||
* 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)) | ||
* set monorepo tags to false for rp ([#2502](https://github.com/DataBiosphere/data-portal/issues/2502)) ([4b95aba](https://github.com/DataBiosphere/data-portal/commit/4b95aba06efbf21648a31d6c45d8476578080441)) | ||
* set rp to create draft prs ([#2502](https://github.com/DataBiosphere/data-portal/issues/2502) ([dee270d](https://github.com/DataBiosphere/data-portal/commit/dee270d6aa0edbb35ff79da6ac999b38ad6a5f2c)) | ||
* tell rp about the package ([#2502](https://github.com/DataBiosphere/data-portal/issues/2502)) ([e5b9db3](https://github.com/DataBiosphere/data-portal/commit/e5b9db31e750a9c71f381013e87ee9aa894f6d70)) | ||
* test rp ([#2502](https://github.com/DataBiosphere/data-portal/issues/2502)) ([26bb69b](https://github.com/DataBiosphere/data-portal/commit/26bb69b11709d720815c9961186e1ec2a161a9cc)) | ||
* try removing rp draft pr ([#2502](https://github.com/DataBiosphere/data-portal/issues/2502)) ([2b09cc5](https://github.com/DataBiosphere/data-portal/commit/2b09cc5b5c5fe64394be115576d8fb1568edee2b)) | ||
* update GH action versions to latest v4 ([#2500](https://github.com/DataBiosphere/data-portal/issues/2500)) ([#2501](https://github.com/DataBiosphere/data-portal/issues/2501)) ([f797a41](https://github.com/DataBiosphere/data-portal/commit/f797a414c1f780b1ee1078006946de6a23bbd050)) | ||
|
||
|
||
### Continuous Integration | ||
|
||
* update run-checks to cache .npm cache and named steps ([#2504](https://github.com/DataBiosphere/data-portal/issues/2504)) ([#2505](https://github.com/DataBiosphere/data-portal/issues/2505)) ([c1a363a](https://github.com/DataBiosphere/data-portal/commit/c1a363a8e09feb4c432c2f19a817f8852dec4371)) | ||
* update run-checks to cache node_modules and named steps ([#2504](https://github.com/DataBiosphere/data-portal/issues/2504)) ([c1a363a](https://github.com/DataBiosphere/data-portal/commit/c1a363a8e09feb4c432c2f19a817f8852dec4371)) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters