Skip to content

Commit

Permalink
chore(main): release dashboard-components 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and JonasKellerer committed Nov 15, 2024
1 parent d7565ce commit 8132797
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
2 changes: 1 addition & 1 deletion components/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"components": "0.8.1"
"components": "0.8.2"
}
13 changes: 13 additions & 0 deletions components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.8.2](https://github.com/GenSpectrum/dashboard-components/compare/dashboard-components-v0.8.1...dashboard-components-v0.8.2) (2024-11-15)


### Features

* **components:** add info text for mutations-over-time component ([fbf7e42](https://github.com/GenSpectrum/dashboard-components/commit/fbf7e42517f3001c491b006dcb99f363f504817f))
* **components:** show no data message for strict filters on mutation over time ([d7565ce](https://github.com/GenSpectrum/dashboard-components/commit/d7565ce4dae4412472e68a65d7e2592a155bb525)), closes [#487](https://github.com/GenSpectrum/dashboard-components/issues/487)


### Bug Fixes

* **components:** show no data indicator on mutation over time instead of error ([d621fdd](https://github.com/GenSpectrum/dashboard-components/commit/d621fdd03b624a6d2411d4a87878ea9d626f0ce6)), closes [#501](https://github.com/GenSpectrum/dashboard-components/issues/501)

## [0.8.1](https://github.com/GenSpectrum/dashboard-components/compare/dashboard-components-v0.8.0...dashboard-components-v0.8.1) (2024-11-15)


Expand Down
4 changes: 2 additions & 2 deletions components/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 components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@genspectrum/dashboard-components",
"version": "0.8.1",
"version": "0.8.2",
"description": "GenSpectrum web components for building dashboards",
"type": "module",
"license": "AGPL-3.0-only",
Expand Down

0 comments on commit 8132797

Please sign in to comment.