Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 1.1.0 #448

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.0"
".": "1.1.0"
}
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Changelog

## [1.1.0](https://github.com/clevercanary/hca-atlas-tracker/compare/v1.0.0...v1.1.0) (2024-12-12)


### Features

* add release please to automate releases ([#435](https://github.com/clevercanary/hca-atlas-tracker/issues/435)) ([#446](https://github.com/clevercanary/hca-atlas-tracker/issues/446)) ([7642198](https://github.com/clevercanary/hca-atlas-tracker/commit/76421987b118d49eed746b50b9f64fcbc037c320))
* add version info to footer ([#459](https://github.com/clevercanary/hca-atlas-tracker/issues/459)) ([#460](https://github.com/clevercanary/hca-atlas-tracker/issues/460)) ([04d5089](https://github.com/clevercanary/hca-atlas-tracker/commit/04d5089cbd11ecf26fdca91fd9a5b1b510860867))
* allow adding/removing integration leads ([#456](https://github.com/clevercanary/hca-atlas-tracker/issues/456)) ([#463](https://github.com/clevercanary/hca-atlas-tracker/issues/463)) ([42e82db](https://github.com/clevercanary/hca-atlas-tracker/commit/42e82db7f1f05e2960ccca32695a49fc101f393a))
* allow linking source datasets to atlases ([#467](https://github.com/clevercanary/hca-atlas-tracker/issues/467)) ([#479](https://github.com/clevercanary/hca-atlas-tracker/issues/479)) ([73bd56a](https://github.com/clevercanary/hca-atlas-tracker/commit/73bd56a069f23d44adfcf17572d6f383a17a35c0))
* create account automatically when unregistered user logs in ([#464](https://github.com/clevercanary/hca-atlas-tracker/issues/464)) ([#466](https://github.com/clevercanary/hca-atlas-tracker/issues/466)) ([8a9bff3](https://github.com/clevercanary/hca-atlas-tracker/commit/8a9bff36719f899eb23c67eab248ab7718b3d3a9))
* include entity lists in breadcrumbs ([#471](https://github.com/clevercanary/hca-atlas-tracker/issues/471)) ([#474](https://github.com/clevercanary/hca-atlas-tracker/issues/474)) ([36f6548](https://github.com/clevercanary/hca-atlas-tracker/commit/36f6548ad622f348b71207899dd19c24f17de26c))
* option to add row count on tables ([#415](https://github.com/clevercanary/hca-atlas-tracker/issues/415)) ([#465](https://github.com/clevercanary/hca-atlas-tracker/issues/465)) ([ce461e0](https://github.com/clevercanary/hca-atlas-tracker/commit/ce461e01cf60eef3def2aeff5a115f427d97b145))
* rename source study source datasets to "datasets" in ui ([#470](https://github.com/clevercanary/hca-atlas-tracker/issues/470)) ([#473](https://github.com/clevercanary/hca-atlas-tracker/issues/473)) ([16cd346](https://github.com/clevercanary/hca-atlas-tracker/commit/16cd3463abc8f89e1d8c40fa7b5626369dc7e7d3))


### Bug Fixes

* add venv to pretier ignore ([#447](https://github.com/clevercanary/hca-atlas-tracker/issues/447)) ([#449](https://github.com/clevercanary/hca-atlas-tracker/issues/449)) ([d47a1ad](https://github.com/clevercanary/hca-atlas-tracker/commit/d47a1ad5204746b5ff22ddcefdd2f308dbc9873a))
* simplify release please config and remove pat ([#452](https://github.com/clevercanary/hca-atlas-tracker/issues/452)) ([#453](https://github.com/clevercanary/hca-atlas-tracker/issues/453)) ([b74860e](https://github.com/clevercanary/hca-atlas-tracker/commit/b74860e7ed8e88a6661f0fc6a00e7d2cc96e237f))


### Chores

* add `content` commit type to commitlint config ([#454](https://github.com/clevercanary/hca-atlas-tracker/issues/454)) ([#455](https://github.com/clevercanary/hca-atlas-tracker/issues/455)) ([88030bd](https://github.com/clevercanary/hca-atlas-tracker/commit/88030bdd987454bde26a40ca3f985d04e951af6f))
* removed the 'no.' after 'DOI no.' ([#469](https://github.com/clevercanary/hca-atlas-tracker/issues/469)) ([#480](https://github.com/clevercanary/hca-atlas-tracker/issues/480)) ([0561003](https://github.com/clevercanary/hca-atlas-tracker/commit/0561003518d8fc50287c4ba19057e3a84b0e6463))
* upgrade findable-ui to 14.0.0 ([#431](https://github.com/clevercanary/hca-atlas-tracker/issues/431)) ([#450](https://github.com/clevercanary/hca-atlas-tracker/issues/450)) ([797a445](https://github.com/clevercanary/hca-atlas-tracker/commit/797a4452e20064e19a0885f9e3956c8c68d2cb4f))
* upgrade findable-ui to 15.0.0 ([#457](https://github.com/clevercanary/hca-atlas-tracker/issues/457)) ([#458](https://github.com/clevercanary/hca-atlas-tracker/issues/458)) ([eac0e69](https://github.com/clevercanary/hca-atlas-tracker/commit/eac0e696bf0fa70d420bde49a50da5e1f3dfe101))


### Content

* replace "requesting access" page with "requesting elevated permissions" ([#475](https://github.com/clevercanary/hca-atlas-tracker/issues/475)) ([#477](https://github.com/clevercanary/hca-atlas-tracker/issues/477)) ([14fd3a4](https://github.com/clevercanary/hca-atlas-tracker/commit/14fd3a4f835c54d633703b4b2a95ddb098c0e269))
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": "hca-atlas-tracker",
"version": "1.0.0",
"version": "1.1.0",
"private": true,
"scripts": {
"dev": "./scripts/dev.sh hca-atlas-tracker && next dev",
Expand Down
Loading