Skip to content

Commit

Permalink
chore(main): release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NoopDog committed Dec 10, 2024
1 parent f8e17c1 commit 7ba8dd7
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Changelog

## [0.1.0](https://github.com/human-pangenomics/hprc-data-explorer/compare/v0.0.0...v0.1.0) (2024-12-10)


### Features

* add build version info to environment ([#64](https://github.com/human-pangenomics/hprc-data-explorer/issues/64)) ([#65](https://github.com/human-pangenomics/hprc-data-explorer/issues/65)) ([ead8777](https://github.com/human-pangenomics/hprc-data-explorer/commit/ead87779bc52ba9f5628d0832b867c9dea3338c1))
* add download buttons for alignments ([#87](https://github.com/human-pangenomics/hprc-data-explorer/issues/87)) ([#89](https://github.com/human-pangenomics/hprc-data-explorer/issues/89)) ([d45c433](https://github.com/human-pangenomics/hprc-data-explorer/commit/d45c43373e541516b36b4dc670ebac2f16cecabe))
* add file download and size to remaining entities ([#92](https://github.com/human-pangenomics/hprc-data-explorer/issues/92)) ([#93](https://github.com/human-pangenomics/hprc-data-explorer/issues/93)) ([861b769](https://github.com/human-pangenomics/hprc-data-explorer/commit/861b7696f3453f8b8975b44c3c062c5026909738))
* add version and alignment to alignments list ([#86](https://github.com/human-pangenomics/hprc-data-explorer/issues/86)) ([#88](https://github.com/human-pangenomics/hprc-data-explorer/issues/88)) ([e8ca56d](https://github.com/human-pangenomics/hprc-data-explorer/commit/e8ca56d6d12d4a38445c4f5038e4f35b2ff232ec))
* add version info to footer ([#66](https://github.com/human-pangenomics/hprc-data-explorer/issues/66)) ([#84](https://github.com/human-pangenomics/hprc-data-explorer/issues/84)) ([eb68aa1](https://github.com/human-pangenomics/hprc-data-explorer/commit/eb68aa1525e0087a9a02b0222812098d478b6b53))
* automate releases with release-please ([#53](https://github.com/human-pangenomics/hprc-data-explorer/issues/53)) ([#58](https://github.com/human-pangenomics/hprc-data-explorer/issues/58)) ([c55a5d0](https://github.com/human-pangenomics/hprc-data-explorer/commit/c55a5d0b1f62adc2ebe413ebcb53c606263e56da))
* made file accession column default ([#94](https://github.com/human-pangenomics/hprc-data-explorer/issues/94)) ([#95](https://github.com/human-pangenomics/hprc-data-explorer/issues/95)) ([89b426c](https://github.com/human-pangenomics/hprc-data-explorer/commit/89b426c42870bac58a892a8421a0a825e179339a))
* update default alignment sort and add file size ([#90](https://github.com/human-pangenomics/hprc-data-explorer/issues/90)) ([#91](https://github.com/human-pangenomics/hprc-data-explorer/issues/91)) ([8a7b94e](https://github.com/human-pangenomics/hprc-data-explorer/commit/8a7b94e9972f9d43157666a24ddc94c4215c96ff))


### Bug Fixes

* add changelog to prettier ignore for release-please ([#53](https://github.com/human-pangenomics/hprc-data-explorer/issues/53)) ([#60](https://github.com/human-pangenomics/hprc-data-explorer/issues/60)) ([7e63aad](https://github.com/human-pangenomics/hprc-data-explorer/commit/7e63aad6ac53fc0bdea3ab9674d5ec4fc8676925))
* append newline before other content in `set-version.sh` ([#82](https://github.com/human-pangenomics/hprc-data-explorer/issues/82)) ([#85](https://github.com/human-pangenomics/hprc-data-explorer/issues/85)) ([82a1b69](https://github.com/human-pangenomics/hprc-data-explorer/commit/82a1b69725253b7db872bc2eebbf8926169a8238))
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": "hprc-data-explorer",
"version": "0.0.0",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "./scripts/dev.sh hprc-data-explorer && ./scripts/set-version.sh dev && next dev",
Expand Down

0 comments on commit 7ba8dd7

Please sign in to comment.