Skip to content

Commit

Permalink
chore(main): release dashboard-components 0.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and fengelniederhammer committed Jul 16, 2024
1 parent 2238b84 commit 84f1617
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.5.6"
"components": "0.5.7"
}
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.5.7](https://github.com/GenSpectrum/dashboard-components/compare/dashboard-components-v0.5.6...dashboard-components-v0.5.7) (2024-07-16)


### Features

* **components:** number sequences over time: add info and download button ([6f184dc](https://github.com/GenSpectrum/dashboard-components/commit/6f184dce91814526b863e74187841d4f14d76770)), closes [#328](https://github.com/GenSpectrum/dashboard-components/issues/328)
* **components:** number sequences over time: add logarithmic scale for charts ([2238b84](https://github.com/GenSpectrum/dashboard-components/commit/2238b8434cf5e7cd12671f47a5f1cccbde4d1543)), closes [#333](https://github.com/GenSpectrum/dashboard-components/issues/333)


### Bug Fixes

* **components:** unify casing of downloaded files to snake case ([90a594c](https://github.com/GenSpectrum/dashboard-components/commit/90a594c7b2ab64becc220c64c359f88de2cdec18))

## [0.5.6](https://github.com/GenSpectrum/dashboard-components/compare/dashboard-components-v0.5.5...dashboard-components-v0.5.6) (2024-07-16)


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.5.6",
"version": "0.5.7",
"description": "GenSpectrum web components for building dashboards",
"type": "module",
"license": "AGPL-3.0-only",
Expand Down

0 comments on commit 84f1617

Please sign in to comment.