From ce9e6565a93d7400d865c593d0efc80ec6df3c41 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2026 12:32:48 +0000 Subject: [PATCH] chore(main): release stitch-kit 1.9.0 --- .claude-plugin/marketplace.json | 2 +- .claude-plugin/plugin.json | 2 +- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 5 files changed, 17 insertions(+), 4 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index fa1ee0e..ac559b7 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -5,7 +5,7 @@ }, "metadata": { "description": "Design superpowers for Claude Code — 35 skills that teach your agent to ideate, research trends, generate multi-screen UIs with Stitch MCP, iterate with design systems, and ship to Next.js, Svelte, React, React Native, SwiftUI, or HTML.", - "version": "1.8.0" + "version": "1.9.0" }, "plugins": [ { diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 1992c2f..b45adb6 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "stitch-kit", "description": "Design superpowers for Claude Code — 35 skills that teach your agent to ideate, research, generate, iterate, and ship beautiful UIs using Google Stitch MCP.", - "version": "1.8.0", + "version": "1.9.0", "author": { "name": "gabelul" }, diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 099626f..4fcfdf7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.8.0" + ".": "1.9.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cf960c..ec21c73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.9.0](https://github.com/gabelul/stitch-kit/compare/stitch-kit-v1.8.0...stitch-kit-v1.9.0) (2026-03-10) + + +### New Skills & Features + +* enforce minimum 5 screens + component style guide per direction ([c8d7806](https://github.com/gabelul/stitch-kit/commit/c8d78064429acde12135ba120b3cdb5a624807ff)) + + +### Documentation + +* align all descriptions with "design superpowers" positioning ([49caa39](https://github.com/gabelul/stitch-kit/commit/49caa3902bd3c5cc12d578f73bfa08166168242c)) +* rewrite README with clearer positioning and personality ([6706797](https://github.com/gabelul/stitch-kit/commit/67067977dc172ef3df8ada3759b8d0d07206a400)) + ## [1.8.0](https://github.com/gabelul/stitch-kit/compare/stitch-kit-v1.7.0...stitch-kit-v1.8.0) (2026-03-09) diff --git a/package.json b/package.json index 6579249..c111abd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@booplex/stitch-kit", - "version": "1.8.0", + "version": "1.9.0", "description": "Give your coding agent design superpowers — 35 skills that teach AI agents to ideate, research, generate, iterate, and ship beautiful UIs using Google Stitch MCP. Works with Claude Code, Codex CLI, and any MCP-compatible agent.", "bin": { "stitch-kit": "./bin/stitch-kit.mjs"