Skip to content

Commit c6fed4d

Browse files
chore(main): release dashboard-components 1.7.0 (#993)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 51f8ff1 commit c6fed4d

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"components": "1.6.0"
2+
"components": "1.7.0"
33
}

components/CHANGELOG.md

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

3+
## [1.7.0](https://github.com/GenSpectrum/dashboard-components/compare/dashboard-components-v1.6.0...dashboard-components-v1.7.0) (2025-09-24)
4+
5+
6+
### Features
7+
8+
* **components:** fix mutation parsing, add tests ([#991](https://github.com/GenSpectrum/dashboard-components/issues/991)) ([0f747d9](https://github.com/GenSpectrum/dashboard-components/commit/0f747d94c8aa659643adca1638e29591d4c8ae54))
9+
* **components:** handle case where zoom range gets very small ([#992](https://github.com/GenSpectrum/dashboard-components/issues/992)) ([17a3a83](https://github.com/GenSpectrum/dashboard-components/commit/17a3a83fd7de2fa11abccf5a623f9cabadf3e9cc))
10+
* **components:** improve error message ([#990](https://github.com/GenSpectrum/dashboard-components/issues/990)) ([e68d567](https://github.com/GenSpectrum/dashboard-components/commit/e68d5678c02d28a2cfb59dfffd8a11c56e11ee3a))
11+
312
## [1.6.0](https://github.com/GenSpectrum/dashboard-components/compare/dashboard-components-v1.5.0...dashboard-components-v1.6.0) (2025-09-22)
413

514

components/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.

components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@genspectrum/dashboard-components",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"description": "GenSpectrum web components for building dashboards",
55
"type": "module",
66
"license": "AGPL-3.0-only",

0 commit comments

Comments
 (0)