Skip to content

Commit 0303083

Browse files
dls-release-please[bot]TBThomas56
authored andcommitted
chore(main): release dashboard 0.1.10
1 parent 7824edd commit 0303083

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-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.9",
7+
"frontend/dashboard": "0.1.10",
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.5
6-
appVersion: 0.1.9
5+
version: 0.2.6
6+
appVersion: 0.1.10
77
dependencies:
88
- name: common
99
version: 2.23.0

frontend/dashboard/CHANGELOG.md

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

3+
## [0.1.10](https://github.com/DiamondLightSource/workflows/compare/[email protected]@v0.1.10) (2025-09-26)
4+
5+
6+
### Features
7+
8+
* **frontend:** add autocomplete to workflow template filter ([7aa8fb7](https://github.com/DiamondLightSource/workflows/commit/7aa8fb7a8496bfd06dc38d3e127f21607872e8ab))
9+
10+
11+
### Bug Fixes
12+
13+
* **frontend:** fix bugs caused by tasks with the same name ([a8c39f5](https://github.com/DiamondLightSource/workflows/commit/a8c39f572aa6168b1bbbe8ee29d933bda03f1475))
14+
315
## [0.1.9](https://github.com/DiamondLightSource/workflows/compare/[email protected]@v0.1.9) (2025-08-29)
416

517

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

0 commit comments

Comments
 (0)