From 1321830800d4c8854f6151e80074d21f757001f3 Mon Sep 17 00:00:00 2001 From: gsxdsm Date: Mon, 4 May 2026 09:55:19 -0700 Subject: [PATCH] chore(release): v0.18.1 Version bump via changesets. --- .changeset/fix-issue-33-dockerode-missing.md | 5 -- .changeset/fn-3286-manual-pr-flow.md | 5 -- CHANGELOG.md | 50 +++++++++++++++++++ package.json | 2 +- packages/cli-alias/CHANGELOG.md | 8 +++ packages/cli-alias/package.json | 2 +- packages/cli/CHANGELOG.md | 7 +++ packages/cli/package.json | 2 +- packages/core/CHANGELOG.md | 2 + packages/core/package.json | 2 +- packages/dashboard/CHANGELOG.md | 12 +++++ packages/dashboard/package.json | 2 +- packages/desktop/CHANGELOG.md | 2 + packages/desktop/package.json | 2 +- packages/droid-cli/CHANGELOG.md | 6 +++ packages/droid-cli/package.json | 2 +- packages/engine/CHANGELOG.md | 7 +++ packages/engine/package.json | 2 +- packages/mobile/CHANGELOG.md | 2 + packages/mobile/package.json | 2 +- packages/pi-claude-cli/CHANGELOG.md | 2 + packages/pi-claude-cli/package.json | 2 +- packages/plugin-sdk/CHANGELOG.md | 6 +++ packages/plugin-sdk/package.json | 2 +- .../fusion-plugin-auto-label/CHANGELOG.md | 6 +++ .../fusion-plugin-auto-label/package.json | 2 +- .../fusion-plugin-ci-status/CHANGELOG.md | 6 +++ .../fusion-plugin-ci-status/package.json | 2 +- .../fusion-plugin-notification/CHANGELOG.md | 6 +++ .../fusion-plugin-notification/package.json | 2 +- .../fusion-plugin-settings-demo/CHANGELOG.md | 6 +++ .../fusion-plugin-settings-demo/package.json | 2 +- .../CHANGELOG.md | 7 +++ .../package.json | 2 +- .../fusion-plugin-droid-runtime/CHANGELOG.md | 6 +++ .../fusion-plugin-droid-runtime/package.json | 2 +- .../fusion-plugin-hermes-runtime/CHANGELOG.md | 6 +++ .../fusion-plugin-hermes-runtime/package.json | 2 +- .../CHANGELOG.md | 6 +++ .../package.json | 2 +- .../CHANGELOG.md | 6 +++ .../package.json | 2 +- 42 files changed, 179 insertions(+), 30 deletions(-) delete mode 100644 .changeset/fix-issue-33-dockerode-missing.md delete mode 100644 .changeset/fn-3286-manual-pr-flow.md diff --git a/.changeset/fix-issue-33-dockerode-missing.md b/.changeset/fix-issue-33-dockerode-missing.md deleted file mode 100644 index 59ed5fa72..000000000 --- a/.changeset/fix-issue-33-dockerode-missing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@runfusion/fusion": patch ---- - -Fix `npx runfusion.ai` failing with `ERR_MODULE_NOT_FOUND: Cannot find package 'dockerode'` by declaring `dockerode` as a runtime dependency of the published CLI package (#33). diff --git a/.changeset/fn-3286-manual-pr-flow.md b/.changeset/fn-3286-manual-pr-flow.md deleted file mode 100644 index e154e23f4..000000000 --- a/.changeset/fn-3286-manual-pr-flow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@runfusion/fusion": patch ---- - -Allow the dashboard task-detail footer action to manually drive PR-first completion when `mergeStrategy` is `pull-request` and `autoMerge` is disabled. diff --git a/CHANGELOG.md b/CHANGELOG.md index 7222c866a..dc9de8387 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,48 @@ User-facing release notes aggregated across all packages. This file is auto-synced from each `packages/*/CHANGELOG.md` by `scripts/release.mjs` — do not edit by hand. +## 0.18.1 + +### @fusion/dashboard + +#### Patch Changes + +- @fusion/core@0.18.1 +- @fusion/engine@0.18.1 +- @fusion-plugin-examples/dependency-graph@0.1.7 +- @fusion-plugin-examples/droid-runtime@0.1.2 +- @fusion-plugin-examples/hermes-runtime@0.2.26 +- @fusion-plugin-examples/openclaw-runtime@0.2.26 +- @fusion-plugin-examples/paperclip-runtime@0.2.26 + +### @fusion/engine + +#### Patch Changes + +- @fusion/core@0.18.1 +- @fusion/pi-claude-cli@0.18.1 + +### @fusion/plugin-sdk + +#### Patch Changes + +- @fusion/core@0.18.1 + +### @runfusion/fusion + +#### Patch Changes + +- 89401cd: Fix `npx runfusion.ai` failing with `ERR_MODULE_NOT_FOUND: Cannot find package 'dockerode'` by declaring `dockerode` as a runtime dependency of the published CLI package (#33). +- 89401cd: Allow the dashboard task-detail footer action to manually drive PR-first completion when `mergeStrategy` is `pull-request` and `autoMerge` is disabled. + +### runfusion.ai + +#### Patch Changes + +- Updated dependencies [89401cd] +- Updated dependencies [89401cd] + - @runfusion/fusion@0.18.1 + ## 0.18.0 ### @fusion/dashboard @@ -2932,6 +2974,14 @@ for reference. - Updated dependencies [a2ed6d0] - @runfusion/fusion@0.1.0 +## 0.11.2 + +### @fusion/droid-cli + +#### Patch Changes + +- @fusion-plugin-examples/droid-runtime@0.1.2 + ## 0.11.1 ### @fusion/droid-cli diff --git a/package.json b/package.json index 650714c27..d89f70002 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fusion-workspace", - "version": "0.18.0", + "version": "0.18.1", "private": true, "license": "MIT", "homepage": "https://github.com/Runfusion/Fusion#readme", diff --git a/packages/cli-alias/CHANGELOG.md b/packages/cli-alias/CHANGELOG.md index 0b9504ee4..8c7a27742 100644 --- a/packages/cli-alias/CHANGELOG.md +++ b/packages/cli-alias/CHANGELOG.md @@ -1,5 +1,13 @@ # runfusion.ai +## 0.18.1 + +### Patch Changes + +- Updated dependencies [89401cd] +- Updated dependencies [89401cd] + - @runfusion/fusion@0.18.1 + ## 0.18.0 ### Patch Changes diff --git a/packages/cli-alias/package.json b/packages/cli-alias/package.json index f5b30975f..0b5053d8f 100644 --- a/packages/cli-alias/package.json +++ b/packages/cli-alias/package.json @@ -1,6 +1,6 @@ { "name": "runfusion.ai", - "version": "0.18.0", + "version": "0.18.1", "license": "MIT", "description": "Launch Fusion with `npx runfusion.ai` — tiny alias for @runfusion/fusion.", "homepage": "https://runfusion.ai", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 289c98ffc..53d5463c6 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,12 @@ # @runfusion/fusion +## 0.18.1 + +### Patch Changes + +- 89401cd: Fix `npx runfusion.ai` failing with `ERR_MODULE_NOT_FOUND: Cannot find package 'dockerode'` by declaring `dockerode` as a runtime dependency of the published CLI package (#33). +- 89401cd: Allow the dashboard task-detail footer action to manually drive PR-first completion when `mergeStrategy` is `pull-request` and `autoMerge` is disabled. + ## 0.18.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index c07c36c95..86775b22f 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@runfusion/fusion", - "version": "0.18.0", + "version": "0.18.1", "license": "MIT", "description": "Fusion CLI: HTTP API server, daemon, dashboard launcher, and task tooling for the Fusion AI coding agent.", "homepage": "https://github.com/Runfusion/Fusion#readme", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 972cbf1e1..6695c0ec6 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,7 @@ # @fusion/core +## 0.18.1 + ## 0.18.0 ## 0.17.2 diff --git a/packages/core/package.json b/packages/core/package.json index 78be6be75..db62fcc5d 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@fusion/core", - "version": "0.18.0", + "version": "0.18.1", "license": "MIT", "description": "Fusion core: task store, scheduler, settings, and shared domain types backing the Fusion AI coding agent.", "homepage": "https://github.com/Runfusion/Fusion#readme", diff --git a/packages/dashboard/CHANGELOG.md b/packages/dashboard/CHANGELOG.md index 3abd013bb..d635f5edd 100644 --- a/packages/dashboard/CHANGELOG.md +++ b/packages/dashboard/CHANGELOG.md @@ -1,5 +1,17 @@ # @fusion/dashboard +## 0.18.1 + +### Patch Changes + +- @fusion/core@0.18.1 +- @fusion/engine@0.18.1 +- @fusion-plugin-examples/dependency-graph@0.1.7 +- @fusion-plugin-examples/droid-runtime@0.1.2 +- @fusion-plugin-examples/hermes-runtime@0.2.26 +- @fusion-plugin-examples/openclaw-runtime@0.2.26 +- @fusion-plugin-examples/paperclip-runtime@0.2.26 + ## 0.18.0 ### Patch Changes diff --git a/packages/dashboard/package.json b/packages/dashboard/package.json index 3ae651aa1..831699582 100644 --- a/packages/dashboard/package.json +++ b/packages/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "@fusion/dashboard", - "version": "0.18.0", + "version": "0.18.1", "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", diff --git a/packages/desktop/CHANGELOG.md b/packages/desktop/CHANGELOG.md index ce0e2a8b0..0a48d9656 100644 --- a/packages/desktop/CHANGELOG.md +++ b/packages/desktop/CHANGELOG.md @@ -1,5 +1,7 @@ # @fusion/desktop +## 0.18.1 + ## 0.18.0 ## 0.17.2 diff --git a/packages/desktop/package.json b/packages/desktop/package.json index 36cfd2423..1d8a9485d 100644 --- a/packages/desktop/package.json +++ b/packages/desktop/package.json @@ -1,6 +1,6 @@ { "name": "@fusion/desktop", - "version": "0.18.0", + "version": "0.18.1", "license": "MIT", "description": "Fusion desktop: Electron wrapper around the Fusion dashboard for macOS, Windows, and Linux.", "homepage": "https://github.com/Runfusion/Fusion#readme", diff --git a/packages/droid-cli/CHANGELOG.md b/packages/droid-cli/CHANGELOG.md index dcde16dc3..5c66e4771 100644 --- a/packages/droid-cli/CHANGELOG.md +++ b/packages/droid-cli/CHANGELOG.md @@ -1,5 +1,11 @@ # @fusion/droid-cli +## 0.11.2 + +### Patch Changes + +- @fusion-plugin-examples/droid-runtime@0.1.2 + ## 0.11.1 ### Patch Changes diff --git a/packages/droid-cli/package.json b/packages/droid-cli/package.json index 13b88d8a4..260782366 100644 --- a/packages/droid-cli/package.json +++ b/packages/droid-cli/package.json @@ -1,6 +1,6 @@ { "name": "@fusion/droid-cli", - "version": "0.11.1", + "version": "0.11.2", "description": "First-party Fusion pi extension that routes LLM calls through the Droid CLI subprocess.", "license": "MIT", "private": true, diff --git a/packages/engine/CHANGELOG.md b/packages/engine/CHANGELOG.md index b3d85464f..5148233c5 100644 --- a/packages/engine/CHANGELOG.md +++ b/packages/engine/CHANGELOG.md @@ -1,5 +1,12 @@ # @fusion/engine +## 0.18.1 + +### Patch Changes + +- @fusion/core@0.18.1 +- @fusion/pi-claude-cli@0.18.1 + ## 0.18.0 ### Patch Changes diff --git a/packages/engine/package.json b/packages/engine/package.json index 10c47f787..b81d1d042 100644 --- a/packages/engine/package.json +++ b/packages/engine/package.json @@ -1,6 +1,6 @@ { "name": "@fusion/engine", - "version": "0.18.0", + "version": "0.18.1", "license": "MIT", "description": "Fusion engine: executor, merger, scheduler, and automation runtime for the Fusion AI coding agent.", "homepage": "https://github.com/Runfusion/Fusion#readme", diff --git a/packages/mobile/CHANGELOG.md b/packages/mobile/CHANGELOG.md index 1725d7128..d34dc10f8 100644 --- a/packages/mobile/CHANGELOG.md +++ b/packages/mobile/CHANGELOG.md @@ -1,5 +1,7 @@ # @fusion/mobile +## 0.18.1 + ## 0.18.0 ## 0.17.2 diff --git a/packages/mobile/package.json b/packages/mobile/package.json index 26afb1ab5..a8d817423 100644 --- a/packages/mobile/package.json +++ b/packages/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@fusion/mobile", - "version": "0.18.0", + "version": "0.18.1", "license": "MIT", "description": "Fusion mobile: Capacitor wrapper around the Fusion dashboard for iOS and Android.", "homepage": "https://github.com/Runfusion/Fusion#readme", diff --git a/packages/pi-claude-cli/CHANGELOG.md b/packages/pi-claude-cli/CHANGELOG.md index f9fe29807..4973be933 100644 --- a/packages/pi-claude-cli/CHANGELOG.md +++ b/packages/pi-claude-cli/CHANGELOG.md @@ -1,5 +1,7 @@ # @fusion/pi-claude-cli +## 0.18.1 + ## 0.18.0 ## 0.17.2 diff --git a/packages/pi-claude-cli/package.json b/packages/pi-claude-cli/package.json index 75095c1f7..571b7641e 100644 --- a/packages/pi-claude-cli/package.json +++ b/packages/pi-claude-cli/package.json @@ -1,6 +1,6 @@ { "name": "@fusion/pi-claude-cli", - "version": "0.18.0", + "version": "0.18.1", "description": "Fusion vendored fork: pi coding-agent extension that routes LLM calls through the Claude Code CLI. Forked from rchern/pi-claude-cli (MIT). See UPSTREAM.md.", "license": "MIT", "private": true, diff --git a/packages/plugin-sdk/CHANGELOG.md b/packages/plugin-sdk/CHANGELOG.md index 1d508a632..2ef5cb7ab 100644 --- a/packages/plugin-sdk/CHANGELOG.md +++ b/packages/plugin-sdk/CHANGELOG.md @@ -1,5 +1,11 @@ # @fusion/plugin-sdk +## 0.18.1 + +### Patch Changes + +- @fusion/core@0.18.1 + ## 0.18.0 ### Patch Changes diff --git a/packages/plugin-sdk/package.json b/packages/plugin-sdk/package.json index e7411775e..37d65c218 100644 --- a/packages/plugin-sdk/package.json +++ b/packages/plugin-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@fusion/plugin-sdk", - "version": "0.18.0", + "version": "0.18.1", "license": "MIT", "description": "Fusion plugin SDK: types and helpers for authoring third-party plugins that extend the Fusion dashboard and engine.", "homepage": "https://github.com/Runfusion/Fusion#readme", diff --git a/plugins/examples/fusion-plugin-auto-label/CHANGELOG.md b/plugins/examples/fusion-plugin-auto-label/CHANGELOG.md index a6411999a..37a2d6690 100644 --- a/plugins/examples/fusion-plugin-auto-label/CHANGELOG.md +++ b/plugins/examples/fusion-plugin-auto-label/CHANGELOG.md @@ -1,5 +1,11 @@ # @fusion-plugin-examples/auto-label +## 0.2.26 + +### Patch Changes + +- @fusion/plugin-sdk@0.18.1 + ## 0.2.25 ### Patch Changes diff --git a/plugins/examples/fusion-plugin-auto-label/package.json b/plugins/examples/fusion-plugin-auto-label/package.json index 150dfc97e..0187617fa 100644 --- a/plugins/examples/fusion-plugin-auto-label/package.json +++ b/plugins/examples/fusion-plugin-auto-label/package.json @@ -1,6 +1,6 @@ { "name": "@fusion-plugin-examples/auto-label", - "version": "0.2.25", + "version": "0.2.26", "type": "module", "description": "Automatically labels tasks based on description content", "keywords": [ diff --git a/plugins/examples/fusion-plugin-ci-status/CHANGELOG.md b/plugins/examples/fusion-plugin-ci-status/CHANGELOG.md index 5968b1608..ca1d7e8b2 100644 --- a/plugins/examples/fusion-plugin-ci-status/CHANGELOG.md +++ b/plugins/examples/fusion-plugin-ci-status/CHANGELOG.md @@ -1,5 +1,11 @@ # @fusion-plugin-examples/ci-status +## 0.2.26 + +### Patch Changes + +- @fusion/plugin-sdk@0.18.1 + ## 0.2.25 ### Patch Changes diff --git a/plugins/examples/fusion-plugin-ci-status/package.json b/plugins/examples/fusion-plugin-ci-status/package.json index 433f2b0c0..0d391837c 100644 --- a/plugins/examples/fusion-plugin-ci-status/package.json +++ b/plugins/examples/fusion-plugin-ci-status/package.json @@ -1,6 +1,6 @@ { "name": "@fusion-plugin-examples/ci-status", - "version": "0.2.25", + "version": "0.2.26", "type": "module", "description": "Polls CI status for branches and provides a custom API to query results", "keywords": [ diff --git a/plugins/examples/fusion-plugin-notification/CHANGELOG.md b/plugins/examples/fusion-plugin-notification/CHANGELOG.md index 540b43ffb..e932b8d99 100644 --- a/plugins/examples/fusion-plugin-notification/CHANGELOG.md +++ b/plugins/examples/fusion-plugin-notification/CHANGELOG.md @@ -1,5 +1,11 @@ # @fusion-plugin-examples/notification +## 0.2.26 + +### Patch Changes + +- @fusion/plugin-sdk@0.18.1 + ## 0.2.25 ### Patch Changes diff --git a/plugins/examples/fusion-plugin-notification/package.json b/plugins/examples/fusion-plugin-notification/package.json index c7cd8f299..b551809c4 100644 --- a/plugins/examples/fusion-plugin-notification/package.json +++ b/plugins/examples/fusion-plugin-notification/package.json @@ -1,6 +1,6 @@ { "name": "@fusion-plugin-examples/notification", - "version": "0.2.25", + "version": "0.2.26", "type": "module", "description": "Example Fusion plugin that sends webhook notifications on task lifecycle events", "keywords": [ diff --git a/plugins/examples/fusion-plugin-settings-demo/CHANGELOG.md b/plugins/examples/fusion-plugin-settings-demo/CHANGELOG.md index abbe833dd..5743c176f 100644 --- a/plugins/examples/fusion-plugin-settings-demo/CHANGELOG.md +++ b/plugins/examples/fusion-plugin-settings-demo/CHANGELOG.md @@ -1,5 +1,11 @@ # @fusion-plugin-examples/settings-demo +## 0.2.26 + +### Patch Changes + +- @fusion/plugin-sdk@0.18.1 + ## 0.2.25 ### Patch Changes diff --git a/plugins/examples/fusion-plugin-settings-demo/package.json b/plugins/examples/fusion-plugin-settings-demo/package.json index 85cc2289c..a61981ed8 100644 --- a/plugins/examples/fusion-plugin-settings-demo/package.json +++ b/plugins/examples/fusion-plugin-settings-demo/package.json @@ -1,6 +1,6 @@ { "name": "@fusion-plugin-examples/settings-demo", - "version": "0.2.25", + "version": "0.2.26", "type": "module", "description": "Example Fusion plugin demonstrating settings schema and runtime configuration", "keywords": [ diff --git a/plugins/fusion-plugin-dependency-graph/CHANGELOG.md b/plugins/fusion-plugin-dependency-graph/CHANGELOG.md index f2e3964ba..894322727 100644 --- a/plugins/fusion-plugin-dependency-graph/CHANGELOG.md +++ b/plugins/fusion-plugin-dependency-graph/CHANGELOG.md @@ -1,5 +1,12 @@ # @fusion-plugin-examples/dependency-graph +## 0.1.7 + +### Patch Changes + +- @fusion/core@0.18.1 +- @fusion/plugin-sdk@0.18.1 + ## 0.1.6 ### Patch Changes diff --git a/plugins/fusion-plugin-dependency-graph/package.json b/plugins/fusion-plugin-dependency-graph/package.json index 51a2d6aee..b1140d008 100644 --- a/plugins/fusion-plugin-dependency-graph/package.json +++ b/plugins/fusion-plugin-dependency-graph/package.json @@ -1,6 +1,6 @@ { "name": "@fusion-plugin-examples/dependency-graph", - "version": "0.1.6", + "version": "0.1.7", "type": "module", "description": "Dependency graph dashboard view plugin for Fusion", "private": true, diff --git a/plugins/fusion-plugin-droid-runtime/CHANGELOG.md b/plugins/fusion-plugin-droid-runtime/CHANGELOG.md index 143af7f57..cef14b1de 100644 --- a/plugins/fusion-plugin-droid-runtime/CHANGELOG.md +++ b/plugins/fusion-plugin-droid-runtime/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.1.2 + +### Patch Changes + +- @fusion/plugin-sdk@0.18.1 + ## 0.1.1 ### Patch Changes diff --git a/plugins/fusion-plugin-droid-runtime/package.json b/plugins/fusion-plugin-droid-runtime/package.json index 7a847e407..b09ae7dc0 100644 --- a/plugins/fusion-plugin-droid-runtime/package.json +++ b/plugins/fusion-plugin-droid-runtime/package.json @@ -1,6 +1,6 @@ { "name": "@fusion-plugin-examples/droid-runtime", - "version": "0.1.1", + "version": "0.1.2", "type": "module", "description": "Droid runtime plugin for Fusion", "keywords": [ diff --git a/plugins/fusion-plugin-hermes-runtime/CHANGELOG.md b/plugins/fusion-plugin-hermes-runtime/CHANGELOG.md index 17fda7ab2..f3bebfa83 100644 --- a/plugins/fusion-plugin-hermes-runtime/CHANGELOG.md +++ b/plugins/fusion-plugin-hermes-runtime/CHANGELOG.md @@ -1,5 +1,11 @@ # @fusion-plugin-examples/hermes-runtime +## 0.2.26 + +### Patch Changes + +- @fusion/plugin-sdk@0.18.1 + ## 0.2.25 ### Patch Changes diff --git a/plugins/fusion-plugin-hermes-runtime/package.json b/plugins/fusion-plugin-hermes-runtime/package.json index c79d67f08..ce89054a6 100644 --- a/plugins/fusion-plugin-hermes-runtime/package.json +++ b/plugins/fusion-plugin-hermes-runtime/package.json @@ -1,6 +1,6 @@ { "name": "@fusion-plugin-examples/hermes-runtime", - "version": "0.2.25", + "version": "0.2.26", "type": "module", "description": "Hermes AI runtime plugin for Fusion - provides AI agent execution runtime", "keywords": [ diff --git a/plugins/fusion-plugin-openclaw-runtime/CHANGELOG.md b/plugins/fusion-plugin-openclaw-runtime/CHANGELOG.md index 964962072..646204de4 100644 --- a/plugins/fusion-plugin-openclaw-runtime/CHANGELOG.md +++ b/plugins/fusion-plugin-openclaw-runtime/CHANGELOG.md @@ -1,5 +1,11 @@ # @fusion-plugin-examples/openclaw-runtime +## 0.2.26 + +### Patch Changes + +- @fusion/plugin-sdk@0.18.1 + ## 0.2.25 ### Patch Changes diff --git a/plugins/fusion-plugin-openclaw-runtime/package.json b/plugins/fusion-plugin-openclaw-runtime/package.json index b5490122f..7cd5bf301 100644 --- a/plugins/fusion-plugin-openclaw-runtime/package.json +++ b/plugins/fusion-plugin-openclaw-runtime/package.json @@ -1,6 +1,6 @@ { "name": "@fusion-plugin-examples/openclaw-runtime", - "version": "0.2.25", + "version": "0.2.26", "type": "module", "description": "Provides OpenClaw runtime for Fusion AI agents", "keywords": [ diff --git a/plugins/fusion-plugin-paperclip-runtime/CHANGELOG.md b/plugins/fusion-plugin-paperclip-runtime/CHANGELOG.md index b2ba2104e..6f779e9a2 100644 --- a/plugins/fusion-plugin-paperclip-runtime/CHANGELOG.md +++ b/plugins/fusion-plugin-paperclip-runtime/CHANGELOG.md @@ -1,5 +1,11 @@ # @fusion-plugin-examples/paperclip-runtime +## 0.2.26 + +### Patch Changes + +- @fusion/plugin-sdk@0.18.1 + ## 0.2.25 ### Patch Changes diff --git a/plugins/fusion-plugin-paperclip-runtime/package.json b/plugins/fusion-plugin-paperclip-runtime/package.json index 6d70898a8..38e384f39 100644 --- a/plugins/fusion-plugin-paperclip-runtime/package.json +++ b/plugins/fusion-plugin-paperclip-runtime/package.json @@ -1,6 +1,6 @@ { "name": "@fusion-plugin-examples/paperclip-runtime", - "version": "0.2.25", + "version": "0.2.26", "type": "module", "description": "Paperclip runtime plugin for Fusion — provides AI agent web access capabilities", "keywords": [