Skip to content

Commit 84e0727

Browse files
dls-release-please[bot]MaxHerbs
authored andcommitted
chore(main): release dashboard 0.1.8
1 parent 3a8b2fe commit 84e0727

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-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.7",
7+
"frontend/dashboard": "0.1.8",
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.1
6-
appVersion: 0.1.7
5+
version: 0.2.2
6+
appVersion: 0.1.8
77
dependencies:
88
- name: common
99
version: 2.23.0

frontend/dashboard/CHANGELOG.md

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

3+
## [0.1.8](https://github.com/DiamondLightSource/workflows/compare/[email protected]@v0.1.8) (2025-08-06)
4+
5+
6+
### Features
7+
8+
* **frontend:** use accordion for artifact list ([7fa8b21](https://github.com/DiamondLightSource/workflows/commit/7fa8b21626a7190a0050ca47850b9dc00be86bdd))
9+
310
## [0.1.7](https://github.com/DiamondLightSource/workflows/compare/[email protected]@v0.1.7) (2025-07-16)
411

512

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

0 commit comments

Comments
 (0)