From 6d00087eb803b071f0faae6fd2b0735e321416bc Mon Sep 17 00:00:00 2001 From: "dls-release-please[bot]" <190631864+dls-release-please[bot]@users.noreply.github.com> Date: Wed, 5 Nov 2025 09:58:06 +0000 Subject: [PATCH] chore(main): release dashboard 0.1.11 --- .release-please-manifest.json | 2 +- charts/dashboard/Chart.yaml | 2 +- frontend/dashboard/CHANGELOG.md | 14 ++++++++++++++ frontend/dashboard/package.json | 2 +- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 72e2bd752..2842b4c21 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -4,7 +4,7 @@ "+2": "0.0.0", "backend/sessionspaces": "0.1.3", "+3": "0.0.0", - "frontend/dashboard": "0.1.10", + "frontend/dashboard": "0.1.11", "+4": "0.0.0", "frontend/relay-workflows-lib": "0.1.5", "+5": "0.0.0", diff --git a/charts/dashboard/Chart.yaml b/charts/dashboard/Chart.yaml index d9102f9a5..a89de8954 100644 --- a/charts/dashboard/Chart.yaml +++ b/charts/dashboard/Chart.yaml @@ -3,7 +3,7 @@ name: dashboard description: A dashboard for Diamond workflows type: application version: 0.2.7 -appVersion: 0.1.10 +appVersion: 0.1.11 dependencies: - name: common version: 2.23.0 diff --git a/frontend/dashboard/CHANGELOG.md b/frontend/dashboard/CHANGELOG.md index 4149c5906..a37a7ec1d 100644 --- a/frontend/dashboard/CHANGELOG.md +++ b/frontend/dashboard/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.1.11](https://github.com/DiamondLightSource/workflows/compare/dashboard@v0.1.10...dashboard@v0.1.11) (2025-11-05) + + +### Features + +* **frontend:** add fragments to workflows pages ([8bca25e](https://github.com/DiamondLightSource/workflows/commit/8bca25ec30998156be0cd1d2b9f1abac4689dab7)) +* **frontend:** added a science group template filter ([f2aa966](https://github.com/DiamondLightSource/workflows/commit/f2aa96675bf5839b9c8b9922f01eeb7e8bc5cbd1)) +* **frontend:** use fragments for Template pages ([3ce12b7](https://github.com/DiamondLightSource/workflows/commit/3ce12b7f4708f310b5bed7883a93c0be123597d2)) + + +### Bug Fixes + +* **frontend:** added graphql errorboundaries to retry any failed queries ([a182bd6](https://github.com/DiamondLightSource/workflows/commit/a182bd6d20ba87cd962f05bcc64984495553e517)) + ## [0.1.10](https://github.com/DiamondLightSource/workflows/compare/dashboard@v0.1.9...dashboard@v0.1.10) (2025-09-26) diff --git a/frontend/dashboard/package.json b/frontend/dashboard/package.json index e2e8778e4..04a62eeb0 100644 --- a/frontend/dashboard/package.json +++ b/frontend/dashboard/package.json @@ -1,7 +1,7 @@ { "name": "dashboard", "private": true, - "version": "0.1.10", + "version": "0.1.11", "type": "module", "scripts": { "dev": "vite",