Skip to content

Commit 3d3aa71

Browse files
dls-release-please[bot]MaxHerbs
authored andcommitted
chore(main): release dashboard 0.1.9
1 parent b27c731 commit 3d3aa71

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-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.8",
7+
"frontend/dashboard": "0.1.9",
88
"+4": "0.0.0",
99
"frontend/relay-workflows-lib": "0.1.5",
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.2.3
6-
appVersion: 0.1.8
5+
version: 0.2.4
6+
appVersion: 0.1.9
77
dependencies:
88
- name: common
99
version: 2.23.0

frontend/dashboard/CHANGELOG.md

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

3+
## [0.1.9](https://github.com/DiamondLightSource/workflows/compare/[email protected]@v0.1.9) (2025-08-29)
4+
5+
6+
### Features
7+
8+
* **frontend:** add help and report links to dashboard ([e18d177](https://github.com/DiamondLightSource/workflows/commit/e18d177466c03ea69fff1bd75cdb91a5833ec611))
9+
* **frontend:** add mocking ([4e4c6e6](https://github.com/DiamondLightSource/workflows/commit/4e4c6e6e35ad9d0bca229d35d0dc33c86b87b731))
10+
* **frontend:** add subscriptions to react flow views ([d756203](https://github.com/DiamondLightSource/workflows/commit/d7562037513f423c1108e5c0d4935b940a0d7a69))
11+
* **frontend:** improve dashboard cards ([c10c142](https://github.com/DiamondLightSource/workflows/commit/c10c142f9c6156838480d26a39176a29ec49871e))
12+
* **frontend:** only have open subscriptions for active workflows ([b27c731](https://github.com/DiamondLightSource/workflows/commit/b27c7314909a4143e1d56db6a12baf4a141d7609))
13+
* **frontend:** remove dev links from dashboard ([7b3b5ff](https://github.com/DiamondLightSource/workflows/commit/7b3b5ffd1a251ea91704c3b7e7ac55ee82ec7680))
14+
* **frontend:** store instrumentSessionID in localStorage ([3efcfc6](https://github.com/DiamondLightSource/workflows/commit/3efcfc6e4ac734779a231ea431e5a1284cefc5bf))
15+
316
## [0.1.8](https://github.com/DiamondLightSource/workflows/compare/[email protected]@v0.1.8) (2025-08-06)
417

518

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.8",
4+
"version": "0.1.9",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)