Skip to content

Commit 5bbed49

Browse files
dls-release-please[bot]MaxHerbs
authored andcommitted
chore(main): release dashboard 0.1.7
1 parent ba7021e commit 5bbed49

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"+2": "0.0.0",
55
"backend/sessionspaces": "0.1.2",
66
"+3": "0.0.0",
7-
"frontend/dashboard": "0.1.6",
7+
"frontend/dashboard": "0.1.7",
88
"+4": "0.0.0",
99
"frontend/relay-workflows-lib": "0.1.4",
1010
"+5": "0.0.0",

charts/dashboard/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: dashboard
33
description: A dashboard for Diamond workflows
44
type: application
5-
version: 0.1.10
6-
appVersion: 0.1.6
5+
version: 0.2.0
6+
appVersion: 0.1.7
77
dependencies:
88
- name: common
99
version: 2.23.0

frontend/dashboard/CHANGELOG.md

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

3+
## [0.1.7](https://github.com/DiamondLightSource/workflows/compare/[email protected]@v0.1.7) (2025-07-16)
4+
5+
6+
### Features
7+
8+
* **dashboard:** determine config at runtime ([a1bfb9c](https://github.com/DiamondLightSource/workflows/commit/a1bfb9c902d2cb70472df51db41bb0b6e83395f2))
9+
* **dashboard:** parameterise graph endpoint ([29f8fd0](https://github.com/DiamondLightSource/workflows/commit/29f8fd0df36cd7ffe731cc710ddb3ff87b234bd2))
10+
* **frontend:** ctrl click to select multiple tasks ([242d322](https://github.com/DiamondLightSource/workflows/commit/242d322f644bf9c897d13d7ca403cb7b788962ba))
11+
* **frontend:** store multiple tasks in url ([eddc779](https://github.com/DiamondLightSource/workflows/commit/eddc7799fe88a68f988fe539448e2c96c248a60b))
12+
* **frontend:** use query parameters for selected tasks ([4f5c4e9](https://github.com/DiamondLightSource/workflows/commit/4f5c4e9d8cc29b00d06a2845fba8433dddd8f8ea))
13+
314
## [0.1.6](https://github.com/DiamondLightSource/workflows/compare/[email protected]@v0.1.6) (2025-06-12)
415

516

frontend/dashboard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "dashboard",
33
"private": true,
4-
"version": "0.1.6",
4+
"version": "0.1.7",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)