Skip to content

Commit ada6b2c

Browse files
dls-release-please[bot]davehadley
authored andcommitted
chore(main): release dashboard 0.1.12
1 parent 694f8ec commit ada6b2c

4 files changed

Lines changed: 16 additions & 3 deletions

File tree

.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.3",
66
"+3": "0.0.0",
7-
"frontend/dashboard": "0.1.11",
7+
"frontend/dashboard": "0.1.12",
88
"+4": "0.0.0",
99
"frontend/relay-workflows-lib": "0.1.6",
1010
"+5": "0.0.0",

charts/dashboard/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: dashboard
33
description: A dashboard for Diamond workflows
44
type: application
55
version: 0.2.12
6-
appVersion: 0.1.11
6+
appVersion: 0.1.12
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.12](https://github.com/DiamondLightSource/workflows/compare/dashboard@v0.1.11...dashboard@v0.1.12) (2026-02-03)
4+
5+
6+
### Features
7+
8+
* **frontend:** add repository link components ([c317cd0](https://github.com/DiamondLightSource/workflows/commit/c317cd0acf820020963b1393dc98069d8c2e2399))
9+
* **frontend:** set keycloak scope from environment variable ([3b061c8](https://github.com/DiamondLightSource/workflows/commit/3b061c8815d2c3aa09f06210a15d6230d124e640))
10+
11+
12+
### Bug Fixes
13+
14+
* **frontend:** intercept ws connection in tests ([61a99f9](https://github.com/DiamondLightSource/workflows/commit/61a99f9fec97dde20dd1969ed3943e7b3860ab9c))
15+
316
## [0.1.11](https://github.com/DiamondLightSource/workflows/compare/dashboard@v0.1.10...dashboard@v0.1.11) (2026-01-09)
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.11",
4+
"version": "0.1.12",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)