diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 35c4102..8bd8004 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -5,7 +5,7 @@ }, "metadata": { "description": "Your agent designs terrible UI. stitch-kit wires it into Google Stitch MCP and teaches it the whole pipeline — ideation, research, multi-screen generation, design systems, and shipping to Next.js, Svelte, React, React Native, SwiftUI, or HTML.", - "version": "1.11.0" + "version": "1.12.0" }, "plugins": [ { diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index d668b11..14e82d6 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "stitch-kit", "description": "Your agent designs terrible UI. stitch-kit wires it into Google Stitch MCP and teaches it the whole pipeline — ideation, screen generation, design systems, and production components across 7 frameworks.", - "version": "1.11.0", + "version": "1.12.0", "author": { "name": "gabelul" }, diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cf198b9..a09efe7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.11.0" + ".": "1.12.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index de4030a..a092406 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.12.0](https://github.com/gabelul/stitch-kit/compare/stitch-kit-v1.11.0...stitch-kit-v1.12.0) (2026-07-20) + + +### New Skills & Features + +* accept local HTML and URLs as conversion sources, not just Stitch screens ([#21](https://github.com/gabelul/stitch-kit/issues/21)) ([ebb0a86](https://github.com/gabelul/stitch-kit/commit/ebb0a86fc286c73997051df79723116b132ecb49)) +* resync with the live Stitch MCP API and add the DESIGN.md wrappers ([#22](https://github.com/gabelul/stitch-kit/issues/22)) ([44b9ef6](https://github.com/gabelul/stitch-kit/commit/44b9ef6fd1cb4a88add478a58bedae5ec8f5a72e)) + + +### Bug Fixes + +* correct client support claims across package metadata ([#19](https://github.com/gabelul/stitch-kit/issues/19)) ([b965811](https://github.com/gabelul/stitch-kit/commit/b965811524a9f646c0955c35d8b8c5b405363010)) +* correct tool shapes, installer hang, and the half-built non-Stitch source paths ([#23](https://github.com/gabelul/stitch-kit/issues/23)) ([f1c4e4f](https://github.com/gabelul/stitch-kit/commit/f1c4e4f4e1a1a1506f36ef006b1038fbbb627f53)) +* replace fictional enum values and date-stamp volatile claims ([#24](https://github.com/gabelul/stitch-kit/issues/24)) ([3dd2e46](https://github.com/gabelul/stitch-kit/commit/3dd2e464387ed21f7014670408550186ff453634)) + ## [1.11.0](https://github.com/gabelul/stitch-kit/compare/stitch-kit-v1.10.0...stitch-kit-v1.11.0) (2026-06-09) diff --git a/package.json b/package.json index 5b30ff7..0afb82f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@booplex/stitch-kit", - "version": "1.11.0", + "version": "1.12.0", "description": "Your coding agent designs terrible UI. stitch-kit wires it into Google Stitch MCP and teaches it the whole pipeline — ideation, screen generation, design systems, production components. Claude Code, Codex, OpenCode, Crush, Cursor, VS Code, Gemini CLI.", "bin": { "stitch-kit": "./bin/stitch-kit.mjs",