Skip to content
Merged
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.11",
"frontend/dashboard": "0.1.12",
"+4": "0.0.0",
"frontend/relay-workflows-lib": "0.1.6",
"+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.12
appVersion: 0.1.11
appVersion: 0.1.12
dependencies:
- name: common
version: 2.23.0
Expand Down
13 changes: 13 additions & 0 deletions frontend/dashboard/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.1.12](https://github.com/DiamondLightSource/workflows/compare/dashboard@v0.1.11...dashboard@v0.1.12) (2026-02-03)


### Features

* **frontend:** add repository link components ([c317cd0](https://github.com/DiamondLightSource/workflows/commit/c317cd0acf820020963b1393dc98069d8c2e2399))
* **frontend:** set keycloak scope from environment variable ([3b061c8](https://github.com/DiamondLightSource/workflows/commit/3b061c8815d2c3aa09f06210a15d6230d124e640))


### Bug Fixes

* **frontend:** intercept ws connection in tests ([61a99f9](https://github.com/DiamondLightSource/workflows/commit/61a99f9fec97dde20dd1969ed3943e7b3860ab9c))

## [0.1.11](https://github.com/DiamondLightSource/workflows/compare/dashboard@v0.1.10...dashboard@v0.1.11) (2026-01-09)


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.11",
"version": "0.1.12",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
Loading