chore(release): v0.39.0

Version bump via changesets.
This commit is contained in:
gsxdsm
2026-05-31 20:05:32 -07:00
parent 5930c18b4d
commit a8c920daf9
93 changed files with 552 additions and 274 deletions

View File

@@ -1,5 +1,12 @@
# @fusion/plugin-sdk
## 0.39.0
### Patch Changes
- 3d22a98: Fix Windows binary-release build failure: add the DOM lib to `@fusion/plugin-sdk`'s tsconfig. Because `@fusion/core` exports its types as raw `src/*.ts`, plugin-sdk recompiles core's source under its own compiler options; without the DOM lib the global fetch `Response` type (`.ok`/`.status`/`.json`) resolved inconsistently across platforms and broke the Windows CLI and desktop release jobs (TS2339).
- @fusion/core@0.39.0
## 0.38.1
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@fusion/plugin-sdk",
"version": "0.38.1",
"version": "0.39.0",
"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",