diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 656b1c1f9..a34ffe041 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -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", diff --git a/charts/dashboard/Chart.yaml b/charts/dashboard/Chart.yaml index dd22ba827..9180963e5 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.10 -appVersion: 0.1.11 +appVersion: 0.1.12 dependencies: - name: common version: 2.23.0 diff --git a/frontend/dashboard/CHANGELOG.md b/frontend/dashboard/CHANGELOG.md index 93216e06d..2a47e047e 100644 --- a/frontend/dashboard/CHANGELOG.md +++ b/frontend/dashboard/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.12](https://github.com/DiamondLightSource/workflows/compare/dashboard@v0.1.11...dashboard@v0.1.12) (2026-01-16) + + +### Features + +* **frontend:** add repository link components ([c317cd0](https://github.com/DiamondLightSource/workflows/commit/c317cd0acf820020963b1393dc98069d8c2e2399)) + ## [0.1.11](https://github.com/DiamondLightSource/workflows/compare/dashboard@v0.1.10...dashboard@v0.1.11) (2026-01-09) diff --git a/frontend/dashboard/package.json b/frontend/dashboard/package.json index ff39cbc20..be366d0d0 100644 --- a/frontend/dashboard/package.json +++ b/frontend/dashboard/package.json @@ -1,7 +1,7 @@ { "name": "dashboard", "private": true, - "version": "0.1.11", + "version": "0.1.12", "type": "module", "scripts": { "dev": "vite",