diff --git a/components/.release-please-manifest.json b/components/.release-please-manifest.json index 8438ae03..e760c300 100644 --- a/components/.release-please-manifest.json +++ b/components/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "components": "0.5.4" + "components": "0.5.5" } diff --git a/components/CHANGELOG.md b/components/CHANGELOG.md index f6d8ef0b..4855897a 100644 --- a/components/CHANGELOG.md +++ b/components/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.5.5](https://github.com/GenSpectrum/dashboard-components/compare/dashboard-components-v0.5.4...dashboard-components-v0.5.5) (2024-07-15) + + +### Features + +* **components:** add new component that shows the number of sequences over time ([32f4dcd](https://github.com/GenSpectrum/dashboard-components/commit/32f4dcd1a0ca142c83b57323edb05da8d765aac9)), closes [#327](https://github.com/GenSpectrum/dashboard-components/issues/327) +* **components:** number of sequences over time: compute data ([ccd27d6](https://github.com/GenSpectrum/dashboard-components/commit/ccd27d6984fcad2dc9407d25a27452fbcbc5695e)), closes [#327](https://github.com/GenSpectrum/dashboard-components/issues/327) +* **components:** number of sequences over time: implement bar chart view ([dba386c](https://github.com/GenSpectrum/dashboard-components/commit/dba386ce6195716b40e1ad961e35b2b72b64a6f7)), closes [#316](https://github.com/GenSpectrum/dashboard-components/issues/316) +* **components:** number of sequences over time: implement table view ([b52021a](https://github.com/GenSpectrum/dashboard-components/commit/b52021a7270e773721f0e23ef82368fa29f81507)), closes [#318](https://github.com/GenSpectrum/dashboard-components/issues/318) + ## [0.5.4](https://github.com/GenSpectrum/dashboard-components/compare/dashboard-components-v0.5.3...dashboard-components-v0.5.4) (2024-07-15) diff --git a/components/package-lock.json b/components/package-lock.json index 8c671384..ba88b6f3 100644 --- a/components/package-lock.json +++ b/components/package-lock.json @@ -1,12 +1,12 @@ { "name": "@genspectrum/dashboard-components", - "version": "0.5.4", + "version": "0.5.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@genspectrum/dashboard-components", - "version": "0.5.4", + "version": "0.5.5", "license": "AGPL-3.0-only", "dependencies": { "@floating-ui/dom": "^1.6.5", diff --git a/components/package.json b/components/package.json index 036106e5..cc50047a 100644 --- a/components/package.json +++ b/components/package.json @@ -1,6 +1,6 @@ { "name": "@genspectrum/dashboard-components", - "version": "0.5.4", + "version": "0.5.5", "description": "GenSpectrum web components for building dashboards", "type": "module", "license": "AGPL-3.0-only",