Skip to content

Commit 5440ff8

Browse files
chore(main): release dashboard 0.1.11
1 parent a5a73cf commit 5440ff8

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
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.3",
66
"+3": "0.0.0",
7-
"frontend/dashboard": "0.1.10",
7+
"frontend/dashboard": "0.1.11",
88
"+4": "0.0.0",
99
"frontend/relay-workflows-lib": "0.1.5",
1010
"+5": "0.0.0",

charts/dashboard/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: dashboard
33
description: A dashboard for Diamond workflows
44
type: application
55
version: 0.2.7
6-
appVersion: 0.1.10
6+
appVersion: 0.1.11
77
dependencies:
88
- name: common
99
version: 2.23.0

frontend/dashboard/CHANGELOG.md

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

3+
## [0.1.11](https://github.com/DiamondLightSource/workflows/compare/[email protected]@v0.1.11) (2025-11-04)
4+
5+
6+
### Features
7+
8+
* **frontend:** add fragments to workflows pages ([8bca25e](https://github.com/DiamondLightSource/workflows/commit/8bca25ec30998156be0cd1d2b9f1abac4689dab7))
9+
* **frontend:** added a science group template filter ([f2aa966](https://github.com/DiamondLightSource/workflows/commit/f2aa96675bf5839b9c8b9922f01eeb7e8bc5cbd1))
10+
* **frontend:** use fragments for Template pages ([3ce12b7](https://github.com/DiamondLightSource/workflows/commit/3ce12b7f4708f310b5bed7883a93c0be123597d2))
11+
12+
13+
### Bug Fixes
14+
15+
* **frontend:** added graphql errorboundaries to retry any failed queries ([a182bd6](https://github.com/DiamondLightSource/workflows/commit/a182bd6d20ba87cd962f05bcc64984495553e517))
16+
317
## [0.1.10](https://github.com/DiamondLightSource/workflows/compare/[email protected]@v0.1.10) (2025-09-26)
418

519

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

0 commit comments

Comments
 (0)