From de4a55b4ad7471181ecae61297665338fdd8f662 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 09:14:12 +0100 Subject: [PATCH] chore(main): release dashboard-components 0.13.0 (#667) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- components/.release-please-manifest.json | 2 +- components/CHANGELOG.md | 27 ++++++++++++++++++++++++ components/package-lock.json | 4 ++-- components/package.json | 2 +- 4 files changed, 31 insertions(+), 4 deletions(-) diff --git a/components/.release-please-manifest.json b/components/.release-please-manifest.json index c79cbfcb..2a094a39 100644 --- a/components/.release-please-manifest.json +++ b/components/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "components": "0.12.1" + "components": "0.13.0" } diff --git a/components/CHANGELOG.md b/components/CHANGELOG.md index 09b08b74..d8961733 100644 --- a/components/CHANGELOG.md +++ b/components/CHANGELOG.md @@ -1,5 +1,32 @@ # Changelog +## [0.13.0](https://github.com/GenSpectrum/dashboard-components/compare/dashboard-components-v0.12.1...dashboard-components-v0.13.0) (2025-01-21) + + +### ⚠ BREAKING CHANGES + +* **components:** Rename initialValue to value for gs-lineage-filter +* **components:** Rename initialValue to value for text input + +### Features + +* **components:** add lapis filter to lineage filter ([4a7df02](https://github.com/GenSpectrum/dashboard-components/commit/4a7df029f207faabefbd04c76bd5efd9602f3b0d)), closes [#609](https://github.com/GenSpectrum/dashboard-components/issues/609) +* **components:** add lapis filter to location filter ([a42abb9](https://github.com/GenSpectrum/dashboard-components/commit/a42abb9fd61e822e35545030dba4f980841ca01d)), closes [#609](https://github.com/GenSpectrum/dashboard-components/issues/609) +* **components:** add lapis filter to text input ([199d2fe](https://github.com/GenSpectrum/dashboard-components/commit/199d2fe8414206dfc6c20cc72c037a78f3c3f4b9)), closes [#609](https://github.com/GenSpectrum/dashboard-components/issues/609) +* **components:** gs-lineage-filter: rename initialValue to value ([1ff38e4](https://github.com/GenSpectrum/dashboard-components/commit/1ff38e4fc39939e5f6761f93ddd5b487146adddd)) +* **components:** gs-lineage-filter: use downshift for selector ([e66d526](https://github.com/GenSpectrum/dashboard-components/commit/e66d526f04147f5608d92825bbdc2dffb2c967ca)), closes [#654](https://github.com/GenSpectrum/dashboard-components/issues/654) +* **components:** let users know that they can not select anything in filter ([3c32543](https://github.com/GenSpectrum/dashboard-components/commit/3c32543f9bd5bb9de5d9c339052f08f97ed41498)) + + +### Bug Fixes + +* **components:** add lapisFilter as dependency so that filter is reloaded upon change ([bc08949](https://github.com/GenSpectrum/dashboard-components/commit/bc089490b7aace384cf1a22705232a2390574745)) + + +### Code Refactoring + +* **components:** extract downshift combobox from location filter and text input ([dfe105e](https://github.com/GenSpectrum/dashboard-components/commit/dfe105e1de2530aeb7667e2fa893ad380454bbf4)), closes [#660](https://github.com/GenSpectrum/dashboard-components/issues/660) + ## [0.12.1](https://github.com/GenSpectrum/dashboard-components/compare/dashboard-components-v0.12.0...dashboard-components-v0.12.1) (2025-01-17) diff --git a/components/package-lock.json b/components/package-lock.json index 35a0bb50..3a8bd832 100644 --- a/components/package-lock.json +++ b/components/package-lock.json @@ -1,12 +1,12 @@ { "name": "@genspectrum/dashboard-components", - "version": "0.12.1", + "version": "0.13.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@genspectrum/dashboard-components", - "version": "0.12.1", + "version": "0.13.0", "license": "AGPL-3.0-only", "dependencies": { "@floating-ui/dom": "^1.6.5", diff --git a/components/package.json b/components/package.json index e666873d..f0441299 100644 --- a/components/package.json +++ b/components/package.json @@ -1,6 +1,6 @@ { "name": "@genspectrum/dashboard-components", - "version": "0.12.1", + "version": "0.13.0", "description": "GenSpectrum web components for building dashboards", "type": "module", "license": "AGPL-3.0-only",