Skip to content

Commit 0a38a91

Browse files
chore(main): release dashboard-components 1.2.0 (#947)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6c0f6fd commit 0a38a91

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-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.1.0"
2+
"components": "1.2.0"
33
}

components/CHANGELOG.md

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

3+
## [1.2.0](https://github.com/GenSpectrum/dashboard-components/compare/dashboard-components-v1.1.0...dashboard-components-v1.2.0) (2025-08-13)
4+
5+
6+
### Features
7+
8+
* **components:** skip API call if it's not required ([#946](https://github.com/GenSpectrum/dashboard-components/issues/946)) ([5ca7c91](https://github.com/GenSpectrum/dashboard-components/commit/5ca7c910f6a060c4351cfb051adc7e7e794dd684))
9+
10+
11+
### Bug Fixes
12+
13+
* **components:** fix an incorrect mock response in a test ([#943](https://github.com/GenSpectrum/dashboard-components/issues/943)) ([354a986](https://github.com/GenSpectrum/dashboard-components/commit/354a9863f187b7f903f81c3baf64882ec0c0e876))
14+
* **components:** set bg color as white in fullscreen ([#948](https://github.com/GenSpectrum/dashboard-components/issues/948)) ([6c0f6fd](https://github.com/GenSpectrum/dashboard-components/commit/6c0f6fdbab6ffbb81e96680caa6f4e6f58b9750f))
15+
316
## [1.1.0](https://github.com/GenSpectrum/dashboard-components/compare/dashboard-components-v1.0.1...dashboard-components-v1.1.0) (2025-07-14)
417

518

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.1.0",
3+
"version": "1.2.0",
44
"description": "GenSpectrum web components for building dashboards",
55
"type": "module",
66
"license": "AGPL-3.0-only",

0 commit comments

Comments
 (0)