Skip to content

Commit 60044c8

Browse files
chore(main): release 0.2.0 (#218)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7cd75d2 commit 60044c8

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0"
2+
".": "0.2.0"
33
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/galaxyproject/brc-analytics/compare/v0.1.0...v0.2.0) (2025-01-21)
4+
5+
6+
### Features
7+
8+
* add other fields to assembly details ([#213](https://github.com/galaxyproject/brc-analytics/issues/213)) ([#219](https://github.com/galaxyproject/brc-analytics/issues/219)) ([c53cba3](https://github.com/galaxyproject/brc-analytics/commit/c53cba3668f740cda113f673175f234f9855dfc4))
9+
* move resources to top of assembly side column ([#222](https://github.com/galaxyproject/brc-analytics/issues/222)) ([#224](https://github.com/galaxyproject/brc-analytics/issues/224)) ([7cd75d2](https://github.com/galaxyproject/brc-analytics/commit/7cd75d2f60e2035ad5ec0f5b42e5cf4d9722e4f0))
10+
* rename analysis portals to resources and add ncbi links ([#214](https://github.com/galaxyproject/brc-analytics/issues/214)) ([#220](https://github.com/galaxyproject/brc-analytics/issues/220)) ([3c12dea](https://github.com/galaxyproject/brc-analytics/commit/3c12dea03ebe855ea7b67f1436dd1cae4387c82b))
11+
* update organism detail page ([#212](https://github.com/galaxyproject/brc-analytics/issues/212)) ([#217](https://github.com/galaxyproject/brc-analytics/issues/217)) ([6748ee1](https://github.com/galaxyproject/brc-analytics/commit/6748ee190666fde50fd2b55d8984d841efd49c2c))
12+
* update titles on assembly detail page ([#221](https://github.com/galaxyproject/brc-analytics/issues/221)) ([#223](https://github.com/galaxyproject/brc-analytics/issues/223)) ([076a09b](https://github.com/galaxyproject/brc-analytics/commit/076a09b8a7ee8bb9a5bc759160c0c682638f7bdc))
13+
314
## [0.1.0](https://github.com/galaxyproject/brc-analytics/compare/v0.0.0...v0.1.0) (2025-01-18)
415

516

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "brc-analytics",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"private": true,
55
"scripts": {
66
"dev": "./scripts/dev.sh brc-analytics && ./scripts/set-version.sh dev && next dev",

0 commit comments

Comments
 (0)