diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e361b11d..def468ef 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -9,22 +9,28 @@ "plugins/nuxt": "1.1.0", "plugins/pinia": "1.0.0", "plugins/pnpm": "1.0.0", - "plugins/slidev": "1.0.0", - "plugins/tsdown": "1.1.0", - "plugins/turborepo": "1.0.0", + "plugins/slidev": "1.1.0", + "plugins/tsdown": "1.2.0", + "plugins/turborepo": "1.1.0", "plugins/unocss": "1.0.0", "plugins/vite": "1.0.0", "plugins/vitepress": "1.0.0", "plugins/vitest": "1.0.0", - "plugins/vue": "1.0.0", - "plugins/vueuse": "1.0.0", - "plugins/web-design": "1.0.0", - "plugins/mastra": "1.0.0", - "plugins/nuxt-ui": "1.1.0", - "plugins/supabase": "1.0.0", - "plugins/prisma": "1.0.0", - "plugins/better-auth": "1.0.0", - "plugins/agent-browser": "1.0.0", - "plugins/ai-sdk": "1.0.0", - "plugins/slack-agent": "1.0.0" + "plugins/vue": "1.1.0", + "plugins/vueuse": "1.1.0", + "plugins/web-design": "1.1.0", + "plugins/mastra": "1.1.0", + "plugins/nuxt-ui": "1.2.0", + "plugins/supabase": "1.1.0", + "plugins/prisma": "1.1.0", + "plugins/better-auth": "1.1.0", + "plugins/agent-browser": "1.1.0", + "plugins/ai-sdk": "1.1.0", + "plugins/slack-agent": "1.0.0", + "plugins/neo4j": "1.0.0", + "plugins/google-workspace": "1.0.0", + "plugins/nuxt-seo": "1.0.0", + "plugins/markitdown": "1.0.0", + "plugins/ast-grep": "1.0.0", + "plugins/chat-sdk": "1.0.0" } diff --git a/plugins/agent-browser/.claude-plugin/plugin.json b/plugins/agent-browser/.claude-plugin/plugin.json index 54e3b1cf..f1c877c0 100644 --- a/plugins/agent-browser/.claude-plugin/plugin.json +++ b/plugins/agent-browser/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "agent-browser", - "version": "1.0.0", + "version": "1.1.0", "description": "Browser and desktop app automation for AI agents — web browsing, Electron app control, Slack automation, and QA testing workflows", "author": { "name": "Vercel Labs", diff --git a/plugins/agent-browser/CHANGELOG.md b/plugins/agent-browser/CHANGELOG.md index 890dd421..dbbd950a 100644 --- a/plugins/agent-browser/CHANGELOG.md +++ b/plugins/agent-browser/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://github.com/pleaseai/claude-code-plugins/compare/agent-browser-v1.0.0...agent-browser-v1.1.0) (2026-03-19) + + +### Features + +* **nanobanana:** add nanobanana image generation plugin to marketplace ([#69](https://github.com/pleaseai/claude-code-plugins/issues/69)) ([11fbefe](https://github.com/pleaseai/claude-code-plugins/commit/11fbefe230e3f7d9b19c57ee8c3526215f572067)) + ## 1.0.0 (2026-03-05) diff --git a/plugins/ai-sdk/.claude-plugin/plugin.json b/plugins/ai-sdk/.claude-plugin/plugin.json index cf116b4b..45650ee9 100644 --- a/plugins/ai-sdk/.claude-plugin/plugin.json +++ b/plugins/ai-sdk/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "ai-sdk", - "version": "1.0.0", + "version": "1.1.0", "description": "The AI Toolkit for TypeScript - official agent skills for building AI-powered applications and agents with Vercel AI SDK", "author": { "name": "Vercel", diff --git a/plugins/ai-sdk/CHANGELOG.md b/plugins/ai-sdk/CHANGELOG.md index 891661cf..7475f13f 100644 --- a/plugins/ai-sdk/CHANGELOG.md +++ b/plugins/ai-sdk/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://github.com/pleaseai/claude-code-plugins/compare/ai-sdk-v1.0.0...ai-sdk-v1.1.0) (2026-03-19) + + +### Features + +* **nanobanana:** add nanobanana image generation plugin to marketplace ([#69](https://github.com/pleaseai/claude-code-plugins/issues/69)) ([11fbefe](https://github.com/pleaseai/claude-code-plugins/commit/11fbefe230e3f7d9b19c57ee8c3526215f572067)) + ## 1.0.0 (2026-03-05) diff --git a/plugins/ast-grep/.claude-plugin/plugin.json b/plugins/ast-grep/.claude-plugin/plugin.json index 49e1b18a..c284d3bb 100644 --- a/plugins/ast-grep/.claude-plugin/plugin.json +++ b/plugins/ast-grep/.claude-plugin/plugin.json @@ -8,6 +8,13 @@ "homepage": "https://github.com/ast-grep/agent-skill", "repository": "https://github.com/ast-grep/agent-skill", "license": "MIT", - "keywords": ["ast-grep", "code-search", "ast", "structural-search", "pattern-matching", "refactoring"], + "keywords": [ + "ast-grep", + "code-search", + "ast", + "structural-search", + "pattern-matching", + "refactoring" + ], "skills": "./.agents/skills/" } \ No newline at end of file diff --git a/plugins/ast-grep/CHANGELOG.md b/plugins/ast-grep/CHANGELOG.md new file mode 100644 index 00000000..2babb27d --- /dev/null +++ b/plugins/ast-grep/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 1.0.0 (2026-03-19) + + +### Features + +* **ast-grep:** add ast-grep plugin to marketplace ([#86](https://github.com/pleaseai/claude-code-plugins/issues/86)) ([9b85ab8](https://github.com/pleaseai/claude-code-plugins/commit/9b85ab89b43e2c7c5e1c61d52dd244ae7aa59850)) diff --git a/plugins/better-auth/.claude-plugin/plugin.json b/plugins/better-auth/.claude-plugin/plugin.json index 140c7291..2a61e4b7 100644 --- a/plugins/better-auth/.claude-plugin/plugin.json +++ b/plugins/better-auth/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "better-auth", - "version": "1.0.0", + "version": "1.1.0", "description": "Better Auth authentication framework skills for JavaScript/TypeScript projects", "author": { "name": "Better Auth", diff --git a/plugins/better-auth/CHANGELOG.md b/plugins/better-auth/CHANGELOG.md index e9c0c57d..dcfc02d2 100644 --- a/plugins/better-auth/CHANGELOG.md +++ b/plugins/better-auth/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://github.com/pleaseai/claude-code-plugins/compare/better-auth-v1.0.0...better-auth-v1.1.0) (2026-03-19) + + +### Features + +* **nanobanana:** add nanobanana image generation plugin to marketplace ([#69](https://github.com/pleaseai/claude-code-plugins/issues/69)) ([11fbefe](https://github.com/pleaseai/claude-code-plugins/commit/11fbefe230e3f7d9b19c57ee8c3526215f572067)) + ## 1.0.0 (2026-03-05) diff --git a/plugins/chat-sdk/.claude-plugin/plugin.json b/plugins/chat-sdk/.claude-plugin/plugin.json index 3c36be34..8f0a369d 100644 --- a/plugins/chat-sdk/.claude-plugin/plugin.json +++ b/plugins/chat-sdk/.claude-plugin/plugin.json @@ -7,6 +7,12 @@ "name": "Vercel", "url": "https://github.com/vercel" }, - "keywords": ["chat-sdk", "chatbot", "slack", "teams", "discord"], + "keywords": [ + "chat-sdk", + "chatbot", + "slack", + "teams", + "discord" + ], "skills": "./.agents/skills/" } diff --git a/plugins/chat-sdk/CHANGELOG.md b/plugins/chat-sdk/CHANGELOG.md new file mode 100644 index 00000000..37fb051d --- /dev/null +++ b/plugins/chat-sdk/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 1.0.0 (2026-03-19) + + +### Features + +* **chat-sdk:** add chat-sdk plugin to marketplace ([#93](https://github.com/pleaseai/claude-code-plugins/issues/93)) ([e64a934](https://github.com/pleaseai/claude-code-plugins/commit/e64a934eba82ef25ce0164a800fb293ddba2bb98)) diff --git a/plugins/google-workspace/.claude-plugin/plugin.json b/plugins/google-workspace/.claude-plugin/plugin.json index 691c797e..dfb8adeb 100644 --- a/plugins/google-workspace/.claude-plugin/plugin.json +++ b/plugins/google-workspace/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "google-workspace-cli", - "version": "0.4.4", + "version": "1.0.0", "description": "CLI tool for managing Google Workspace resources dynamically using Discovery APIs.", "author": { "name": "googleworkspace", @@ -9,6 +9,8 @@ "homepage": "https://github.com/googleworkspace/cli", "repository": "https://github.com/googleworkspace/cli", "license": "Apache-2.0", - "keywords": ["google-workspace"], + "keywords": [ + "google-workspace" + ], "mcpServers": {} } diff --git a/plugins/google-workspace/CHANGELOG.md b/plugins/google-workspace/CHANGELOG.md index 1721b83e..fbfd6ab6 100644 --- a/plugins/google-workspace/CHANGELOG.md +++ b/plugins/google-workspace/CHANGELOG.md @@ -1,5 +1,12 @@ # @googleworkspace/cli +## 1.0.0 (2026-03-19) + + +### Features + +* **sync:** add google-workspace Gemini CLI extension as Type 4 plugin ([#70](https://github.com/pleaseai/claude-code-plugins/issues/70)) ([9405311](https://github.com/pleaseai/claude-code-plugins/commit/940531146b18086b53de18da05bdae4bce4e43fa)) + ## 0.4.4 ### Patch Changes diff --git a/plugins/markitdown/.claude-plugin/plugin.json b/plugins/markitdown/.claude-plugin/plugin.json index f65e6526..440cd73b 100644 --- a/plugins/markitdown/.claude-plugin/plugin.json +++ b/plugins/markitdown/.claude-plugin/plugin.json @@ -9,11 +9,21 @@ "homepage": "https://github.com/microsoft/markitdown", "repository": "https://github.com/microsoft/markitdown", "license": "MIT", - "keywords": ["markitdown", "pdf", "docx", "pptx", "images", "markdown", "conversion"], + "keywords": [ + "markitdown", + "pdf", + "docx", + "pptx", + "images", + "markdown", + "conversion" + ], "mcpServers": { "markitdown": { "command": "uvx", - "args": ["markitdown-mcp"] + "args": [ + "markitdown-mcp" + ] } } } diff --git a/plugins/markitdown/CHANGELOG.md b/plugins/markitdown/CHANGELOG.md new file mode 100644 index 00000000..fbd097ea --- /dev/null +++ b/plugins/markitdown/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 1.0.0 (2026-03-19) + + +### Features + +* **markitdown:** add markitdown plugin to marketplace ([#83](https://github.com/pleaseai/claude-code-plugins/issues/83)) ([32767b6](https://github.com/pleaseai/claude-code-plugins/commit/32767b6f9b94404b477315b13ba64b27cf5ee5ba)) diff --git a/plugins/mastra/.claude-plugin/plugin.json b/plugins/mastra/.claude-plugin/plugin.json index e39dd1f4..e7945cbf 100644 --- a/plugins/mastra/.claude-plugin/plugin.json +++ b/plugins/mastra/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "mastra", - "version": "1.0.0", + "version": "1.1.0", "description": "Official agent skills for coding agents working with the Mastra AI framework", "author": { "name": "Mastra AI", diff --git a/plugins/mastra/CHANGELOG.md b/plugins/mastra/CHANGELOG.md index 200f618f..c5c40cb2 100644 --- a/plugins/mastra/CHANGELOG.md +++ b/plugins/mastra/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://github.com/pleaseai/claude-code-plugins/compare/mastra-v1.0.0...mastra-v1.1.0) (2026-03-19) + + +### Features + +* **nanobanana:** add nanobanana image generation plugin to marketplace ([#69](https://github.com/pleaseai/claude-code-plugins/issues/69)) ([11fbefe](https://github.com/pleaseai/claude-code-plugins/commit/11fbefe230e3f7d9b19c57ee8c3526215f572067)) + ## 1.0.0 (2026-03-04) diff --git a/plugins/neo4j/.claude-plugin/plugin.json b/plugins/neo4j/.claude-plugin/plugin.json index 63a4b71a..e5c31adb 100644 --- a/plugins/neo4j/.claude-plugin/plugin.json +++ b/plugins/neo4j/.claude-plugin/plugin.json @@ -5,19 +5,27 @@ "mcpServers": { "mcp-neo4j-cloud-aura-api": { "command": "uvx", - "args": ["mcp-neo4j-aura-manager"] + "args": [ + "mcp-neo4j-aura-manager" + ] }, "mcp-neo4j-cypher": { "command": "uvx", - "args": ["mcp-neo4j-cypher"] + "args": [ + "mcp-neo4j-cypher" + ] }, "mcp-neo4j-data-modeling": { "command": "uvx", - "args": ["mcp-neo4j-data-modeling"] + "args": [ + "mcp-neo4j-data-modeling" + ] }, "mcp-neo4j-memory": { "command": "uvx", - "args": ["mcp-neo4j-memory"] + "args": [ + "mcp-neo4j-memory" + ] } } } diff --git a/plugins/neo4j/CHANGELOG.md b/plugins/neo4j/CHANGELOG.md new file mode 100644 index 00000000..5397913e --- /dev/null +++ b/plugins/neo4j/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 1.0.0 (2026-03-19) + + +### Features + +* **neo4j:** migrate mcp-neo4j from external submodule to built-in plugin ([#63](https://github.com/pleaseai/claude-code-plugins/issues/63)) ([b324e4b](https://github.com/pleaseai/claude-code-plugins/commit/b324e4bf0e4a86438af5a6c0fa4139504ef28ed3)) diff --git a/plugins/nuxt-seo/.claude-plugin/plugin.json b/plugins/nuxt-seo/.claude-plugin/plugin.json index 980e2537..989f8024 100644 --- a/plugins/nuxt-seo/.claude-plugin/plugin.json +++ b/plugins/nuxt-seo/.claude-plugin/plugin.json @@ -3,6 +3,13 @@ "version": "1.0.0", "description": "Nuxt SEO meta-module with robots, sitemap, og-image, schema-org. Use when configuring SEO, generating sitemaps, creating OG images, or adding structured data.", "license": "MIT", - "keywords": ["nuxt-seo", "nuxt", "seo", "sitemap", "og-image", "schema-org"], + "keywords": [ + "nuxt-seo", + "nuxt", + "seo", + "sitemap", + "og-image", + "schema-org" + ], "skills": "./.agents/skills/" } diff --git a/plugins/nuxt-seo/CHANGELOG.md b/plugins/nuxt-seo/CHANGELOG.md new file mode 100644 index 00000000..2e6e66b9 --- /dev/null +++ b/plugins/nuxt-seo/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 1.0.0 (2026-03-19) + + +### Features + +* add nuxt-seo plugin and multi-skill support for add-skill command ([#76](https://github.com/pleaseai/claude-code-plugins/issues/76)) ([cc64dd3](https://github.com/pleaseai/claude-code-plugins/commit/cc64dd38a470ec97976f63078f6659b9bcbfbf36)) diff --git a/plugins/nuxt-ui/.claude-plugin/plugin.json b/plugins/nuxt-ui/.claude-plugin/plugin.json index c0838226..94eb2806 100644 --- a/plugins/nuxt-ui/.claude-plugin/plugin.json +++ b/plugins/nuxt-ui/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "nuxt-ui", - "version": "1.1.0", + "version": "1.2.0", "description": "The Intuitive Vue UI Library powered by Reka UI & Tailwind CSS.", "author": { "name": "Nuxt", diff --git a/plugins/nuxt-ui/CHANGELOG.md b/plugins/nuxt-ui/CHANGELOG.md index 4d6449aa..eed1f91a 100644 --- a/plugins/nuxt-ui/CHANGELOG.md +++ b/plugins/nuxt-ui/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.0](https://github.com/pleaseai/claude-code-plugins/compare/nuxt-ui-v1.1.0...nuxt-ui-v1.2.0) (2026-03-19) + + +### Features + +* **nanobanana:** add nanobanana image generation plugin to marketplace ([#69](https://github.com/pleaseai/claude-code-plugins/issues/69)) ([11fbefe](https://github.com/pleaseai/claude-code-plugins/commit/11fbefe230e3f7d9b19c57ee8c3526215f572067)) + ## [1.1.0](https://github.com/pleaseai/claude-code-plugins/compare/nuxt-ui-v1.0.0...nuxt-ui-v1.1.0) (2026-03-05) diff --git a/plugins/prisma/.claude-plugin/plugin.json b/plugins/prisma/.claude-plugin/plugin.json index 6bcdbace..d249e2f5 100644 --- a/plugins/prisma/.claude-plugin/plugin.json +++ b/plugins/prisma/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "prisma", - "version": "1.0.0", + "version": "1.1.0", "description": "Official agent skills for Prisma ORM - schema design, migrations, queries, and database workflows", "author": { "name": "Prisma", diff --git a/plugins/prisma/CHANGELOG.md b/plugins/prisma/CHANGELOG.md index 9a8edf5a..bd0e41b8 100644 --- a/plugins/prisma/CHANGELOG.md +++ b/plugins/prisma/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://github.com/pleaseai/claude-code-plugins/compare/prisma-v1.0.0...prisma-v1.1.0) (2026-03-19) + + +### Features + +* **nanobanana:** add nanobanana image generation plugin to marketplace ([#69](https://github.com/pleaseai/claude-code-plugins/issues/69)) ([11fbefe](https://github.com/pleaseai/claude-code-plugins/commit/11fbefe230e3f7d9b19c57ee8c3526215f572067)) + ## 1.0.0 (2026-03-05) diff --git a/plugins/slidev/.claude-plugin/plugin.json b/plugins/slidev/.claude-plugin/plugin.json index c0ffdff3..58fba4cd 100644 --- a/plugins/slidev/.claude-plugin/plugin.json +++ b/plugins/slidev/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "slidev", - "version": "1.0.0", + "version": "1.1.0", "description": "Create and present web-based slides for developers using Markdown, Vue components, code highlighting, and animations", "author": { "name": "Anthony Fu", diff --git a/plugins/slidev/CHANGELOG.md b/plugins/slidev/CHANGELOG.md index e510ef90..44654e72 100644 --- a/plugins/slidev/CHANGELOG.md +++ b/plugins/slidev/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://github.com/pleaseai/claude-code-plugins/compare/slidev-v1.0.0...slidev-v1.1.0) (2026-03-19) + + +### Features + +* **nanobanana:** add nanobanana image generation plugin to marketplace ([#69](https://github.com/pleaseai/claude-code-plugins/issues/69)) ([11fbefe](https://github.com/pleaseai/claude-code-plugins/commit/11fbefe230e3f7d9b19c57ee8c3526215f572067)) + ## 1.0.0 (2026-03-04) diff --git a/plugins/supabase/.claude-plugin/plugin.json b/plugins/supabase/.claude-plugin/plugin.json index dda2c576..9a783f46 100644 --- a/plugins/supabase/.claude-plugin/plugin.json +++ b/plugins/supabase/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "supabase", - "version": "1.0.0", + "version": "1.1.0", "description": "Agent Skills to help developers using AI agents with Supabase", "author": { "name": "Supabase", diff --git a/plugins/supabase/CHANGELOG.md b/plugins/supabase/CHANGELOG.md index 410a1f95..1cb3c836 100644 --- a/plugins/supabase/CHANGELOG.md +++ b/plugins/supabase/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://github.com/pleaseai/claude-code-plugins/compare/supabase-v1.0.0...supabase-v1.1.0) (2026-03-19) + + +### Features + +* **nanobanana:** add nanobanana image generation plugin to marketplace ([#69](https://github.com/pleaseai/claude-code-plugins/issues/69)) ([11fbefe](https://github.com/pleaseai/claude-code-plugins/commit/11fbefe230e3f7d9b19c57ee8c3526215f572067)) + ## 1.0.0 (2026-03-05) diff --git a/plugins/tsdown/.claude-plugin/plugin.json b/plugins/tsdown/.claude-plugin/plugin.json index 5427d180..adf6d0bb 100644 --- a/plugins/tsdown/.claude-plugin/plugin.json +++ b/plugins/tsdown/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "tsdown", - "version": "1.1.0", + "version": "1.2.0", "description": "Bundle TypeScript and JavaScript libraries with blazing-fast speed powered by Rolldown", "author": { "name": "Rolldown Contributors", diff --git a/plugins/tsdown/CHANGELOG.md b/plugins/tsdown/CHANGELOG.md index f6a59cf8..263cb698 100644 --- a/plugins/tsdown/CHANGELOG.md +++ b/plugins/tsdown/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.2.0](https://github.com/pleaseai/claude-code-plugins/compare/tsdown-v1.1.0...tsdown-v1.2.0) (2026-03-19) + + +### Features + +* **nanobanana:** add nanobanana image generation plugin to marketplace ([#69](https://github.com/pleaseai/claude-code-plugins/issues/69)) ([11fbefe](https://github.com/pleaseai/claude-code-plugins/commit/11fbefe230e3f7d9b19c57ee8c3526215f572067)) +* **sync:** add google-workspace Gemini CLI extension as Type 4 plugin ([#70](https://github.com/pleaseai/claude-code-plugins/issues/70)) ([9405311](https://github.com/pleaseai/claude-code-plugins/commit/940531146b18086b53de18da05bdae4bce4e43fa)) +* **tsdown:** migrate from vendor sync to skills.sh ([#77](https://github.com/pleaseai/claude-code-plugins/issues/77)) ([0aa8a74](https://github.com/pleaseai/claude-code-plugins/commit/0aa8a74ba385c5a54637a2f5fdd9a787532a1ed6)) + ## [1.1.0](https://github.com/pleaseai/claude-code-plugins/compare/tsdown-v1.0.0...tsdown-v1.1.0) (2026-03-05) diff --git a/plugins/turborepo/.claude-plugin/plugin.json b/plugins/turborepo/.claude-plugin/plugin.json index 22fe6327..b904d2f0 100644 --- a/plugins/turborepo/.claude-plugin/plugin.json +++ b/plugins/turborepo/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "turborepo", - "version": "1.0.0", + "version": "1.1.0", "description": "Turborepo monorepo build system guidance for task pipelines, caching, CI optimization, and the turbo CLI", "author": { "name": "Vercel", diff --git a/plugins/turborepo/CHANGELOG.md b/plugins/turborepo/CHANGELOG.md index e510ef90..b6ce6409 100644 --- a/plugins/turborepo/CHANGELOG.md +++ b/plugins/turborepo/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.1.0](https://github.com/pleaseai/claude-code-plugins/compare/turborepo-v1.0.0...turborepo-v1.1.0) (2026-03-19) + + +### Features + +* **nanobanana:** add nanobanana image generation plugin to marketplace ([#69](https://github.com/pleaseai/claude-code-plugins/issues/69)) ([11fbefe](https://github.com/pleaseai/claude-code-plugins/commit/11fbefe230e3f7d9b19c57ee8c3526215f572067)) +* **turborepo:** migrate from vendor sync to skills.sh ([#78](https://github.com/pleaseai/claude-code-plugins/issues/78)) ([4c2b4a7](https://github.com/pleaseai/claude-code-plugins/commit/4c2b4a75e0f2142fb8d706ed744d0f379578b70f)) + ## 1.0.0 (2026-03-04) diff --git a/plugins/vue/.claude-plugin/plugin.json b/plugins/vue/.claude-plugin/plugin.json index 970fdcc6..09ad8302 100644 --- a/plugins/vue/.claude-plugin/plugin.json +++ b/plugins/vue/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "vue", - "version": "1.0.0", + "version": "1.1.0", "description": "Vue 3 core, best practices, router patterns, and testing", "author": { "name": "Anthony Fu", diff --git a/plugins/vue/CHANGELOG.md b/plugins/vue/CHANGELOG.md index e510ef90..b92e2d33 100644 --- a/plugins/vue/CHANGELOG.md +++ b/plugins/vue/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://github.com/pleaseai/claude-code-plugins/compare/vue-v1.0.0...vue-v1.1.0) (2026-03-19) + + +### Features + +* **nanobanana:** add nanobanana image generation plugin to marketplace ([#69](https://github.com/pleaseai/claude-code-plugins/issues/69)) ([11fbefe](https://github.com/pleaseai/claude-code-plugins/commit/11fbefe230e3f7d9b19c57ee8c3526215f572067)) + ## 1.0.0 (2026-03-04) diff --git a/plugins/vueuse/.claude-plugin/plugin.json b/plugins/vueuse/.claude-plugin/plugin.json index 9fb714d3..2e36c36c 100644 --- a/plugins/vueuse/.claude-plugin/plugin.json +++ b/plugins/vueuse/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "vueuse", - "version": "1.0.0", + "version": "1.1.0", "description": "Apply VueUse composables where appropriate to build concise, maintainable Vue.js / Nuxt features", "author": { "name": "Anthony Fu", diff --git a/plugins/vueuse/CHANGELOG.md b/plugins/vueuse/CHANGELOG.md index e510ef90..07fd6724 100644 --- a/plugins/vueuse/CHANGELOG.md +++ b/plugins/vueuse/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://github.com/pleaseai/claude-code-plugins/compare/vueuse-v1.0.0...vueuse-v1.1.0) (2026-03-19) + + +### Features + +* **nanobanana:** add nanobanana image generation plugin to marketplace ([#69](https://github.com/pleaseai/claude-code-plugins/issues/69)) ([11fbefe](https://github.com/pleaseai/claude-code-plugins/commit/11fbefe230e3f7d9b19c57ee8c3526215f572067)) + ## 1.0.0 (2026-03-04) diff --git a/plugins/web-design/.claude-plugin/plugin.json b/plugins/web-design/.claude-plugin/plugin.json index af1333d0..f5fa95e5 100644 --- a/plugins/web-design/.claude-plugin/plugin.json +++ b/plugins/web-design/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "web-design", - "version": "1.0.0", + "version": "1.1.0", "description": "Review UI code for Web Interface Guidelines compliance", "author": { "name": "Anthony Fu", diff --git a/plugins/web-design/CHANGELOG.md b/plugins/web-design/CHANGELOG.md index e510ef90..99222516 100644 --- a/plugins/web-design/CHANGELOG.md +++ b/plugins/web-design/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://github.com/pleaseai/claude-code-plugins/compare/web-design-v1.0.0...web-design-v1.1.0) (2026-03-19) + + +### Features + +* **nanobanana:** add nanobanana image generation plugin to marketplace ([#69](https://github.com/pleaseai/claude-code-plugins/issues/69)) ([11fbefe](https://github.com/pleaseai/claude-code-plugins/commit/11fbefe230e3f7d9b19c57ee8c3526215f572067)) + ## 1.0.0 (2026-03-04)