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
github-actions[bot] authored Dec 13, 2024
1 parent a74e1fe commit caa4180
Show file tree
Hide file tree
Showing 4 changed files with 33 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 @@
{
".": "0.0.0"
".": "0.1.0"
}
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Changelog

## [0.1.0](https://github.com/galaxyproject/brc-analytics/compare/v0.0.0...v0.1.0) (2024-12-13)


### Features

* add script to get organisms and genomes from ncbi api ([#159](https://github.com/galaxyproject/brc-analytics/issues/159)) ([#160](https://github.com/galaxyproject/brc-analytics/issues/160)) ([61413a2](https://github.com/galaxyproject/brc-analytics/commit/61413a2137555e157b5df878bf4111c19a0a944e))
* add version info to footer ([#166](https://github.com/galaxyproject/brc-analytics/issues/166)) ([#185](https://github.com/galaxyproject/brc-analytics/issues/185)) ([3fbb881](https://github.com/galaxyproject/brc-analytics/commit/3fbb8817fc9ceece765e9b445294f52f3fc9e298))
* added discourse header/footer button ([#88](https://github.com/galaxyproject/brc-analytics/issues/88)) ([#180](https://github.com/galaxyproject/brc-analytics/issues/180)) ([c12414e](https://github.com/galaxyproject/brc-analytics/commit/c12414ec4ff7571016a5f06f4407059c045a682e))
* added links to footer ([#174](https://github.com/galaxyproject/brc-analytics/issues/174)) ([#181](https://github.com/galaxyproject/brc-analytics/issues/181)) ([86c7c93](https://github.com/galaxyproject/brc-analytics/commit/86c7c9314b203790bf6f22de685224bf99480abc))


### Bug Fixes

* append newline before other content in `set-version.sh` ([#184](https://github.com/galaxyproject/brc-analytics/issues/184)) ([#186](https://github.com/galaxyproject/brc-analytics/issues/186)) ([4d80b82](https://github.com/galaxyproject/brc-analytics/commit/4d80b8230d8ba397df520c4419a2bf55c8803b4c))


### Chores

* add `content` commit type to commitlint config ([#169](https://github.com/galaxyproject/brc-analytics/issues/169)) ([#172](https://github.com/galaxyproject/brc-analytics/issues/172)) ([0f8bea0](https://github.com/galaxyproject/brc-analytics/commit/0f8bea063981ecc0e2d2833c52ada6941542d397))
* update dev dependancies ([#199](https://github.com/galaxyproject/brc-analytics/issues/199)) ([a74e1fe](https://github.com/galaxyproject/brc-analytics/commit/a74e1fed61f7a8f797645d72579da5b2c2fec099))
* upgrade findable-ui to 15.0.0 ([#167](https://github.com/galaxyproject/brc-analytics/issues/167)) ([#182](https://github.com/galaxyproject/brc-analytics/issues/182)) ([cae8fd7](https://github.com/galaxyproject/brc-analytics/commit/cae8fd70c8d1a27d2a7e888885fca8b8e0bd8ff1))


### Content

* removed galaxy academy card ([#189](https://github.com/galaxyproject/brc-analytics/issues/189)) ([#193](https://github.com/galaxyproject/brc-analytics/issues/193)) ([d113aad](https://github.com/galaxyproject/brc-analytics/commit/d113aad40e8499aa85bd5ab794f4161c98050dc4))
* update carousel card regarding 2024-10-30 webinar ([#176](https://github.com/galaxyproject/brc-analytics/issues/176)) ([#179](https://github.com/galaxyproject/brc-analytics/issues/179)) ([3837601](https://github.com/galaxyproject/brc-analytics/commit/38376011b271062cd3d3a5db9d4970e05e0fbb6a))
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": "brc-analytics",
"version": "0.0.0",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "./scripts/dev.sh brc-analytics && ./scripts/set-version.sh dev && next dev",
Expand Down

0 comments on commit caa4180

Please sign in to comment.