chore(release): v0.21.0

Version bump via changesets.
This commit is contained in:
gsxdsm
2026-05-05 15:31:33 -07:00
parent 25aed86e05
commit 59eeb68198
45 changed files with 193 additions and 45 deletions

View File

@@ -1,5 +1,19 @@
# @fusion/dashboard
## 0.21.0
### Patch Changes
- e6fd593: Differentiate the CLI banner between missing-install and version-mismatch states: when the installed `fn`/`fusion` CLI is out of date, show "Update the Fusion CLI" with current vs target versions and an "Update with npm" button instead of the generic install copy.
- dc8863d: Add `blocked` to `FeatureStatus` so blocked features render with mission-blocked colors in the mission manager.
- @fusion/core@0.21.0
- @fusion/engine@0.21.0
- @fusion-plugin-examples/dependency-graph@0.1.10
- @fusion-plugin-examples/droid-runtime@0.1.5
- @fusion-plugin-examples/hermes-runtime@0.2.29
- @fusion-plugin-examples/openclaw-runtime@0.2.29
- @fusion-plugin-examples/paperclip-runtime@0.2.29
## 0.20.0
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion/dashboard",
"version": "0.20.0",
"version": "0.21.0",
"license": "MIT",
"description": "Fusion dashboard: React UI and HTTP API server for monitoring and controlling the Fusion AI coding agent.",
"homepage": "https://github.com/Runfusion/Fusion#readme",