From bd079bafe44fd5d5297be04d8f97113afcadb28b Mon Sep 17 00:00:00 2001 From: "dls-release-please[bot]" <190631864+dls-release-please[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 14:59:00 +0000 Subject: [PATCH] chore(main): release dashboard 0.1.16 --- .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 ed9ca6eb9..2e90bb743 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -4,7 +4,7 @@ "+2": "0.0.0", "backend/sessionspaces": "0.1.7", "+3": "0.0.0", - "frontend/dashboard": "0.1.15", + "frontend/dashboard": "0.1.16", "+4": "0.0.0", "frontend/relay-workflows-lib": "0.1.9", "+5": "0.0.0", diff --git a/charts/dashboard/Chart.yaml b/charts/dashboard/Chart.yaml index 033fd08fb..4fd5c3197 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.3.29 -appVersion: 0.1.15 +appVersion: 0.1.16 dependencies: - name: common version: 2.23.0 diff --git a/frontend/dashboard/CHANGELOG.md b/frontend/dashboard/CHANGELOG.md index 35bec3c83..c3f1b972b 100644 --- a/frontend/dashboard/CHANGELOG.md +++ b/frontend/dashboard/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.16](https://github.com/DiamondLightSource/workflows/compare/dashboard@v0.1.15...dashboard@v0.1.16) (2026-08-20) + + +### Features + +* **dashboard:** user info is displayed in nav bar when using auth-gateway ([8c7302f](https://github.com/DiamondLightSource/workflows/commit/8c7302fdd1ad72feb9f92a5c15bcca7e00535905)) + ## [0.1.15](https://github.com/DiamondLightSource/workflows/compare/dashboard@v0.1.14...dashboard@v0.1.15) (2026-07-13) diff --git a/frontend/dashboard/package.json b/frontend/dashboard/package.json index 76a0ba554..bcf40424a 100644 --- a/frontend/dashboard/package.json +++ b/frontend/dashboard/package.json @@ -1,7 +1,7 @@ { "name": "dashboard", "private": true, - "version": "0.1.15", + "version": "0.1.16", "type": "module", "scripts": { "dev": "vite",