Skip to content

Commit 21bc36a

Browse files
chore(main): release stitch-kit 1.10.0 (#12)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b871cd2 commit 21bc36a

5 files changed

Lines changed: 11 additions & 4 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
},
66
"metadata": {
77
"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.",
8-
"version": "1.9.0"
8+
"version": "1.10.0"
99
},
1010
"plugins": [
1111
{

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "stitch-kit",
33
"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.",
4-
"version": "1.9.0",
4+
"version": "1.10.0",
55
"author": {
66
"name": "gabelul"
77
},

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.9.0"
2+
".": "1.10.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.10.0](https://github.com/gabelul/stitch-kit/compare/stitch-kit-v1.9.0...stitch-kit-v1.10.0) (2026-03-24)
4+
5+
6+
### New Skills & Features
7+
8+
* integrate full MCP DesignTheme params and replace deprecated GEMINI_3_PRO ([b871cd2](https://github.com/gabelul/stitch-kit/commit/b871cd2fa75533292cc5e560e44f5138e03910a5))
9+
310
## [1.9.0](https://github.com/gabelul/stitch-kit/compare/stitch-kit-v1.8.0...stitch-kit-v1.9.0) (2026-03-10)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@booplex/stitch-kit",
3-
"version": "1.9.0",
3+
"version": "1.10.0",
44
"description": "Design superpowers for AI coding agents — 35 skills that teach agents to ideate, generate, iterate, and ship production UIs using Google Stitch MCP. Works with Claude Code, Codex CLI, and any MCP-compatible agent.",
55
"bin": {
66
"stitch-kit": "./bin/stitch-kit.mjs"

0 commit comments

Comments
 (0)