Skip to content

Commit 7208702

Browse files
dls-release-please[bot]MaxHerbs
authored andcommitted
chore(main): release dashboard 0.1.5
1 parent 601f5df commit 7208702

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-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.4",
7+
"frontend/dashboard": "0.1.5",
88
"+4": "0.0.0",
99
"frontend/relay-workflows-lib": "0.1.2",
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.1.7
6-
appVersion: 0.1.4
5+
version: 0.1.8
6+
appVersion: 0.1.5
77
dependencies:
88
- name: common
99
version: 2.23.0

frontend/dashboard/CHANGELOG.md

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

3+
## [0.1.5](https://github.com/DiamondLightSource/workflows/compare/[email protected]@v0.1.5) (2025-05-19)
4+
5+
6+
### Features
7+
8+
* **frontend:** make frontend UI more responsive to screen size ([552b75c](https://github.com/DiamondLightSource/workflows/commit/552b75c60c1f4d90bbda39623a0a4d0300dd7a0a))
9+
10+
11+
### Bug Fixes
12+
13+
* **dashboard:** add error boundary around templates list ([f2cab97](https://github.com/DiamondLightSource/workflows/commit/f2cab97dda6b1dc7fe707a4115fef71c2a203e7a))
14+
* **dashboard:** removed all mention to title ([d5fd9d5](https://github.com/DiamondLightSource/workflows/commit/d5fd9d552b5dff37aec6a432ac2d597c59536b65))
15+
316
## [0.1.4](https://github.com/DiamondLightSource/workflows/compare/[email protected]@v0.1.4) (2025-04-30)
417

518

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

0 commit comments

Comments
 (0)