Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion charts/dashboard/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 14 additions & 0 deletions frontend/dashboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.1.11](https://github.com/DiamondLightSource/workflows/compare/[email protected]@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/[email protected]@v0.1.10) (2025-09-26)


Expand Down
2 changes: 1 addition & 1 deletion frontend/dashboard/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dashboard",
"private": true,
"version": "0.1.10",
"version": "0.1.11",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
Loading