From 9f1491cee3737b036c33f962647f35a63c9ae011 Mon Sep 17 00:00:00 2001 From: "dls-release-please[bot]" <190631864+dls-release-please[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 08:18:38 +0000 Subject: [PATCH] chore(main): release dashboard 0.1.14 --- .release-please-manifest.json | 2 +- charts/dashboard/Chart.yaml | 2 +- frontend/dashboard/CHANGELOG.md | 7 +++++++ frontend/dashboard/package.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cc167a32e..beb71feb3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -4,7 +4,7 @@ "+2": "0.0.0", "backend/sessionspaces": "0.1.6", "+3": "0.0.0", - "frontend/dashboard": "0.1.13", + "frontend/dashboard": "0.1.14", "+4": "0.0.0", "frontend/relay-workflows-lib": "0.1.7", "+5": "0.0.0", diff --git a/charts/dashboard/Chart.yaml b/charts/dashboard/Chart.yaml index be9d71708..dd18ac4a5 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.19 -appVersion: 0.1.13 +appVersion: 0.1.14 dependencies: - name: common version: 2.23.0 diff --git a/frontend/dashboard/CHANGELOG.md b/frontend/dashboard/CHANGELOG.md index 285573b4c..4dda78ba5 100644 --- a/frontend/dashboard/CHANGELOG.md +++ b/frontend/dashboard/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.14](https://github.com/DiamondLightSource/workflows/compare/dashboard@v0.1.13...dashboard@v0.1.14) (2026-06-03) + + +### Reverts + +* bump the minor group across 1 directory with 23 updates ([6236a65](https://github.com/DiamondLightSource/workflows/commit/6236a6525b9661df22d2baf80fae154ad51aec31)) + ## [0.1.13](https://github.com/DiamondLightSource/workflows/compare/dashboard@v0.1.12...dashboard@v0.1.13) (2026-05-21) diff --git a/frontend/dashboard/package.json b/frontend/dashboard/package.json index 69d22b153..a665f030d 100644 --- a/frontend/dashboard/package.json +++ b/frontend/dashboard/package.json @@ -1,7 +1,7 @@ { "name": "dashboard", "private": true, - "version": "0.1.13", + "version": "0.1.14", "type": "module", "scripts": { "dev": "vite",