|
|
@@ -1,5 +1,25 @@
|
|
|
# @json-render/mcp
|
|
|
|
|
|
+## 0.12.1
|
|
|
+
|
|
|
+### Patch Changes
|
|
|
+
|
|
|
+- 54a1ecf: Rename generation modes and fix MCP React duplicate module error.
|
|
|
+
|
|
|
+ ### Changed:
|
|
|
+ - **`@json-render/core`** — Renamed generation modes from `"generate"` / `"chat"` to `"standalone"` / `"inline"`. The old names still work but emit a deprecation warning.
|
|
|
+
|
|
|
+ ### Fixed:
|
|
|
+ - **`@json-render/mcp`** — Resolved React duplicate module error (`useRef` returning null) by adding `resolve.dedupe` Vite configuration. Added `./build-app-html` export entry point.
|
|
|
+
|
|
|
+ ### Other:
|
|
|
+ - Updated `homepage` URLs across all packages to point to `https://json-render.dev`.
|
|
|
+ - Reorganized skills directory structure for cleaner naming.
|
|
|
+ - Added skills documentation page to the web app.
|
|
|
+
|
|
|
+- Updated dependencies [54a1ecf]
|
|
|
+ - @json-render/core@0.12.1
|
|
|
+
|
|
|
## 0.12.0
|
|
|
|
|
|
### Minor Changes
|