diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 89c75cb3..67afaa7a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -10,19 +10,19 @@ "plugins/nuxt": "1.3.1", "plugins/pinia": "1.2.1", "plugins/pnpm": "1.2.1", - "plugins/slidev": "1.3.1", + "plugins/slidev": "1.3.2", "plugins/tsdown": "1.5.1", - "plugins/turborepo": "1.3.2", + "plugins/turborepo": "1.3.3", "plugins/unocss": "1.2.1", "plugins/vite": "1.2.1", "plugins/vitepress": "1.2.1", "plugins/vitest": "1.2.1", "plugins/vue": "1.3.1", - "plugins/vueuse": "1.3.1", + "plugins/vueuse": "1.3.2", "plugins/web-design": "1.4.2", - "plugins/mastra": "1.7.1", - "plugins/nuxt-ui": "1.6.2", - "plugins/firebase": "1.1.0", + "plugins/mastra": "1.7.2", + "plugins/nuxt-ui": "1.6.3", + "plugins/firebase": "1.1.1", "plugins/supabase": "1.3.1", "plugins/prisma": "1.3.1", "plugins/better-auth": "1.6.1", @@ -32,7 +32,7 @@ "plugins/neo4j": "1.2.0", "plugins/google-workspace": "1.4.1", "plugins/nuxt-i18n": "1.4.0", - "plugins/nuxt-seo": "1.2.1", + "plugins/nuxt-seo": "1.2.2", "plugins/markitdown": "1.6.0", "plugins/ast-grep": "1.3.1", "plugins/chat-sdk": "1.2.1", @@ -42,14 +42,14 @@ "plugins/wordpress": "1.2.2", "plugins/vinext": "1.2.1", "plugins/next": "1.2.0", - "plugins/react": "1.2.1", - "plugins/react-native": "1.2.1", + "plugins/react": "1.2.2", + "plugins/react-native": "1.2.2", "plugins/tiptap": "1.2.1", - "plugins/emulate": "1.3.2", + "plugins/emulate": "1.3.3", "plugins/edgeparse": "1.2.0", "plugins/git-ai": "1.2.1", "plugins/workflow-sdk": "1.3.2", - "plugins/portless": "1.2.2", + "plugins/portless": "1.2.3", "plugins/zod": "1.3.0", "plugins/graphite": "2.3.0", "plugins/bun": "1.4.0", @@ -59,7 +59,7 @@ "plugins/fetch": "1.2.0", "plugins/java-development": "1.1.0", "plugins/mcp-dev": "1.1.0", - "plugins/vercel-sandbox": "1.2.2", + "plugins/vercel-sandbox": "1.2.3", "plugins/eve": "1.2.1", "plugins/skill-optimizer": "1.2.1", "plugins/nostics": "1.2.1", @@ -70,7 +70,7 @@ "plugins/greptile": "1.1.2", "plugins/shadcn-ui": "1.1.1", "plugins/tanstack": "0.2.0", - "plugins/orpc": "1.1.0", - "plugins/deno": "1.1.0", - "plugins/genkit": "1.0.0" + "plugins/orpc": "1.1.1", + "plugins/deno": "1.1.1", + "plugins/genkit": "1.1.0" } diff --git a/plugins/deno/.claude-plugin/plugin.json b/plugins/deno/.claude-plugin/plugin.json index 5fbd356d..c716e918 100644 --- a/plugins/deno/.claude-plugin/plugin.json +++ b/plugins/deno/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "deno", - "version": "1.1.0", + "version": "1.1.1", "description": "Official Deno skills: dependency management with npm and JSR packages, permissions, deno.json configuration, the built-in toolchain (fmt, lint, test, check, bench, compile), migrating from Node/npm/yarn/pnpm/bun, Fresh, Deno Deploy, and the @deno/sandbox SDK.", "author": { "name": "Deno Land", diff --git a/plugins/deno/.codex-plugin/plugin.json b/plugins/deno/.codex-plugin/plugin.json index 71cee38f..74650b22 100644 --- a/plugins/deno/.codex-plugin/plugin.json +++ b/plugins/deno/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "deno", - "version": "1.1.0", + "version": "1.1.1", "description": "Official Deno skills: dependency management with npm and JSR packages, permissions, deno.json configuration, the built-in toolchain (fmt, lint, test, check, bench, compile), migrating from Node/npm/yarn/pnpm/bun, Fresh, Deno Deploy, and the @deno/sandbox SDK.", "author": { "name": "Deno Land", diff --git a/plugins/deno/.cursor-plugin/plugin.json b/plugins/deno/.cursor-plugin/plugin.json index 7da2360d..ba85a110 100644 --- a/plugins/deno/.cursor-plugin/plugin.json +++ b/plugins/deno/.cursor-plugin/plugin.json @@ -2,7 +2,7 @@ "name": "deno", "displayName": "Deno", "description": "Official Deno skills: dependency management with npm and JSR packages, permissions, deno.json configuration, the built-in toolchain (fmt, lint, test, check, bench, compile), migrating from Node/npm/yarn/pnpm/bun, Fresh, Deno Deploy, and the @deno/sandbox SDK.", - "version": "1.1.0", + "version": "1.1.1", "author": { "name": "Deno Land" }, diff --git a/plugins/deno/CHANGELOG.md b/plugins/deno/CHANGELOG.md index f5c4ea10..07faf506 100644 --- a/plugins/deno/CHANGELOG.md +++ b/plugins/deno/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.1](https://github.com/pleaseai/claude-code-plugins/compare/deno-v1.1.0...deno-v1.1.1) (2026-09-24) + + +### Bug Fixes + +* update vendored skills to latest versions ([#278](https://github.com/pleaseai/claude-code-plugins/issues/278)) ([360c196](https://github.com/pleaseai/claude-code-plugins/commit/360c1964e19190e6f47da2b3081934043585ba0c)) + ## [1.1.0](https://github.com/pleaseai/claude-code-plugins/compare/deno-v1.0.0...deno-v1.1.0) (2026-09-15) diff --git a/plugins/deno/plugin.json b/plugins/deno/plugin.json index 73ba8faa..efec9867 100644 --- a/plugins/deno/plugin.json +++ b/plugins/deno/plugin.json @@ -1,7 +1,7 @@ { "$schema": "https://antigravity.google/schemas/v1/plugin.json", "name": "deno", - "version": "1.1.0", + "version": "1.1.1", "description": "Official Deno skills: dependency management with npm and JSR packages, permissions, deno.json configuration, the built-in toolchain (fmt, lint, test, check, bench, compile), migrating from Node/npm/yarn/pnpm/bun, Fresh, Deno Deploy, and the @deno/sandbox SDK.", "author": { "name": "Deno Land", diff --git a/plugins/emulate/.claude-plugin/plugin.json b/plugins/emulate/.claude-plugin/plugin.json index 1420acee..f7f8caf1 100644 --- a/plugins/emulate/.claude-plugin/plugin.json +++ b/plugins/emulate/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "emulate", - "version": "1.3.2", + "version": "1.3.3", "description": "Local drop-in API emulator for Vercel, GitHub, Google, Slack, Apple, Microsoft, AWS, Linear, Stripe, Resend, and Next.js", "license": "Apache-2.0", "keywords": [ diff --git a/plugins/emulate/CHANGELOG.md b/plugins/emulate/CHANGELOG.md index f8992400..2a5c8249 100644 --- a/plugins/emulate/CHANGELOG.md +++ b/plugins/emulate/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.3](https://github.com/pleaseai/claude-code-plugins/compare/emulate-v1.3.2...emulate-v1.3.3) (2026-09-24) + + +### Bug Fixes + +* update vendored skills to latest versions ([#278](https://github.com/pleaseai/claude-code-plugins/issues/278)) ([360c196](https://github.com/pleaseai/claude-code-plugins/commit/360c1964e19190e6f47da2b3081934043585ba0c)) + ## [1.3.2](https://github.com/pleaseai/claude-code-plugins/compare/emulate-v1.3.1...emulate-v1.3.2) (2026-09-15) diff --git a/plugins/firebase/.claude-plugin/plugin.json b/plugins/firebase/.claude-plugin/plugin.json index d2baa819..ca7cf5a4 100644 --- a/plugins/firebase/.claude-plugin/plugin.json +++ b/plugins/firebase/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "firebase", - "version": "1.1.0", + "version": "1.1.1", "description": "Claude plugin for Firebase that installs the Firebase MCP server and Firebase Agent Skills to manage Firebase projects, add backend services, add AI features, deploy & host apps, and more", "author": { "name": "Firebase", diff --git a/plugins/firebase/.codex-plugin/plugin.json b/plugins/firebase/.codex-plugin/plugin.json index 05780d36..1f87d22a 100644 --- a/plugins/firebase/.codex-plugin/plugin.json +++ b/plugins/firebase/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "firebase", - "version": "1.1.0", + "version": "1.1.1", "description": "Claude plugin for Firebase that installs the Firebase MCP server and Firebase Agent Skills to manage Firebase projects, add backend services, add AI features, deploy & host apps, and more", "author": { "name": "Firebase", diff --git a/plugins/firebase/.cursor-plugin/plugin.json b/plugins/firebase/.cursor-plugin/plugin.json index 297510ef..b25776ab 100644 --- a/plugins/firebase/.cursor-plugin/plugin.json +++ b/plugins/firebase/.cursor-plugin/plugin.json @@ -2,7 +2,7 @@ "name": "firebase", "displayName": "Firebase", "description": "Claude plugin for Firebase that installs the Firebase MCP server and Firebase Agent Skills to manage Firebase projects, add backend services, add AI features, deploy & host apps, and more", - "version": "1.1.0", + "version": "1.1.1", "author": { "name": "Firebase" }, diff --git a/plugins/firebase/CHANGELOG.md b/plugins/firebase/CHANGELOG.md index bb4ef002..9802b2a2 100644 --- a/plugins/firebase/CHANGELOG.md +++ b/plugins/firebase/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.1](https://github.com/pleaseai/claude-code-plugins/compare/firebase-v1.1.0...firebase-v1.1.1) (2026-09-24) + + +### Bug Fixes + +* update vendored skills to latest versions ([#278](https://github.com/pleaseai/claude-code-plugins/issues/278)) ([360c196](https://github.com/pleaseai/claude-code-plugins/commit/360c1964e19190e6f47da2b3081934043585ba0c)) + ## [1.1.0](https://github.com/pleaseai/claude-code-plugins/compare/firebase-v1.0.0...firebase-v1.1.0) (2026-09-15) diff --git a/plugins/firebase/plugin.json b/plugins/firebase/plugin.json index f00e0fe4..65868533 100644 --- a/plugins/firebase/plugin.json +++ b/plugins/firebase/plugin.json @@ -1,7 +1,7 @@ { "$schema": "https://antigravity.google/schemas/v1/plugin.json", "name": "firebase", - "version": "1.1.0", + "version": "1.1.1", "description": "Claude plugin for Firebase that installs the Firebase MCP server and Firebase Agent Skills to manage Firebase projects, add backend services, add AI features, deploy & host apps, and more", "author": { "name": "Firebase", diff --git a/plugins/genkit/.claude-plugin/plugin.json b/plugins/genkit/.claude-plugin/plugin.json index eb699b3d..4ca269d3 100644 --- a/plugins/genkit/.claude-plugin/plugin.json +++ b/plugins/genkit/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "genkit", - "version": "1.0.0", + "version": "1.1.0", "description": "Official Genkit skills: build AI-powered applications with the Genkit framework in JavaScript/TypeScript, Go, Dart/Flutter, and Python — flows, generation, prompts (Dotprompt), tool calling, agents, middleware, model providers, and common errors.", "author": { "name": "Genkit", diff --git a/plugins/genkit/.codex-plugin/plugin.json b/plugins/genkit/.codex-plugin/plugin.json index d9f70756..edaf5e7b 100644 --- a/plugins/genkit/.codex-plugin/plugin.json +++ b/plugins/genkit/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "genkit", - "version": "1.0.0", + "version": "1.1.0", "description": "Official Genkit skills: build AI-powered applications with the Genkit framework in JavaScript/TypeScript, Go, Dart/Flutter, and Python — flows, generation, prompts (Dotprompt), tool calling, agents, middleware, model providers, and common errors.", "author": { "name": "Genkit", diff --git a/plugins/genkit/.cursor-plugin/plugin.json b/plugins/genkit/.cursor-plugin/plugin.json index 024507a7..aefa7ec3 100644 --- a/plugins/genkit/.cursor-plugin/plugin.json +++ b/plugins/genkit/.cursor-plugin/plugin.json @@ -2,7 +2,7 @@ "name": "genkit", "displayName": "Genkit", "description": "Official Genkit skills: build AI-powered applications with the Genkit framework in JavaScript/TypeScript, Go, Dart/Flutter, and Python — flows, generation, prompts (Dotprompt), tool calling, agents, middleware, model providers, and common errors.", - "version": "1.0.0", + "version": "1.1.0", "author": { "name": "Genkit" }, diff --git a/plugins/genkit/CHANGELOG.md b/plugins/genkit/CHANGELOG.md new file mode 100644 index 00000000..e4f723e8 --- /dev/null +++ b/plugins/genkit/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [1.1.0](https://github.com/pleaseai/claude-code-plugins/compare/genkit-v1.0.0...genkit-v1.1.0) (2026-09-24) + + +### Features + +* **genkit:** add genkit plugin bundling official genkit-ai/skills ([#280](https://github.com/pleaseai/claude-code-plugins/issues/280)) ([df93425](https://github.com/pleaseai/claude-code-plugins/commit/df93425e69e2ab139a5ee335d2e480f0842eebbb)) diff --git a/plugins/genkit/plugin.json b/plugins/genkit/plugin.json index cffaa236..6eb2e8bb 100644 --- a/plugins/genkit/plugin.json +++ b/plugins/genkit/plugin.json @@ -1,7 +1,7 @@ { "$schema": "https://antigravity.google/schemas/v1/plugin.json", "name": "genkit", - "version": "1.0.0", + "version": "1.1.0", "description": "Official Genkit skills: build AI-powered applications with the Genkit framework in JavaScript/TypeScript, Go, Dart/Flutter, and Python — flows, generation, prompts (Dotprompt), tool calling, agents, middleware, model providers, and common errors.", "author": { "name": "Genkit", diff --git a/plugins/mastra/.claude-plugin/plugin.json b/plugins/mastra/.claude-plugin/plugin.json index 7bb5c574..cd38c826 100644 --- a/plugins/mastra/.claude-plugin/plugin.json +++ b/plugins/mastra/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "mastra", - "version": "1.7.1", + "version": "1.7.2", "description": "Official agent skills for coding agents working with the Mastra AI framework", "author": { "name": "Mastra AI", diff --git a/plugins/mastra/.codex-plugin/plugin.json b/plugins/mastra/.codex-plugin/plugin.json index b7859015..b5a10452 100644 --- a/plugins/mastra/.codex-plugin/plugin.json +++ b/plugins/mastra/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "mastra", - "version": "1.7.1", + "version": "1.7.2", "description": "Official agent skills for coding agents working with the Mastra AI framework", "author": { "name": "Mastra AI", diff --git a/plugins/mastra/.cursor-plugin/plugin.json b/plugins/mastra/.cursor-plugin/plugin.json index 5f9d0cd0..4e67e2c4 100644 --- a/plugins/mastra/.cursor-plugin/plugin.json +++ b/plugins/mastra/.cursor-plugin/plugin.json @@ -2,7 +2,7 @@ "name": "mastra", "displayName": "Mastra", "description": "Official agent skills for coding agents working with the Mastra AI framework", - "version": "1.7.1", + "version": "1.7.2", "author": { "name": "Mastra AI" }, diff --git a/plugins/mastra/.tessl-plugin/plugin.json b/plugins/mastra/.tessl-plugin/plugin.json index e75ceb4d..b4e8ea99 100644 --- a/plugins/mastra/.tessl-plugin/plugin.json +++ b/plugins/mastra/.tessl-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "pleaseai/mastra", "description": "Official agent skills for coding agents working with the Mastra AI framework", - "version": "1.7.1", + "version": "1.7.2", "author": { "name": "Mastra AI", "url": "https://github.com/mastra-ai" diff --git a/plugins/mastra/CHANGELOG.md b/plugins/mastra/CHANGELOG.md index db8321b1..0337e5b3 100644 --- a/plugins/mastra/CHANGELOG.md +++ b/plugins/mastra/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.7.2](https://github.com/pleaseai/claude-code-plugins/compare/mastra-v1.7.1...mastra-v1.7.2) (2026-09-24) + + +### Bug Fixes + +* update vendored skills to latest versions ([#278](https://github.com/pleaseai/claude-code-plugins/issues/278)) ([360c196](https://github.com/pleaseai/claude-code-plugins/commit/360c1964e19190e6f47da2b3081934043585ba0c)) + ## [1.7.1](https://github.com/pleaseai/claude-code-plugins/compare/mastra-v1.7.0...mastra-v1.7.1) (2026-09-15) diff --git a/plugins/mastra/plugin.json b/plugins/mastra/plugin.json index 64e48bc7..94b612a6 100644 --- a/plugins/mastra/plugin.json +++ b/plugins/mastra/plugin.json @@ -1,6 +1,6 @@ { "name": "mastra", - "version": "1.7.1", + "version": "1.7.2", "description": "Official agent skills for coding agents working with the Mastra AI framework", "author": { "name": "Mastra AI", diff --git a/plugins/nuxt-seo/.claude-plugin/plugin.json b/plugins/nuxt-seo/.claude-plugin/plugin.json index 09c1c911..4a4ce9e4 100644 --- a/plugins/nuxt-seo/.claude-plugin/plugin.json +++ b/plugins/nuxt-seo/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "nuxt-seo", - "version": "1.2.1", + "version": "1.2.2", "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": [ diff --git a/plugins/nuxt-seo/CHANGELOG.md b/plugins/nuxt-seo/CHANGELOG.md index 2041180a..df1bee74 100644 --- a/plugins/nuxt-seo/CHANGELOG.md +++ b/plugins/nuxt-seo/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.2](https://github.com/pleaseai/claude-code-plugins/compare/nuxt-seo-v1.2.1...nuxt-seo-v1.2.2) (2026-09-24) + + +### Bug Fixes + +* update vendored skills to latest versions ([#278](https://github.com/pleaseai/claude-code-plugins/issues/278)) ([360c196](https://github.com/pleaseai/claude-code-plugins/commit/360c1964e19190e6f47da2b3081934043585ba0c)) + ## [1.2.1](https://github.com/pleaseai/claude-code-plugins/compare/nuxt-seo-v1.2.0...nuxt-seo-v1.2.1) (2026-09-15) diff --git a/plugins/nuxt-ui/.claude-plugin/plugin.json b/plugins/nuxt-ui/.claude-plugin/plugin.json index d8740778..f1a56ecc 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.6.2", + "version": "1.6.3", "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 f1e26c2c..5380625f 100644 --- a/plugins/nuxt-ui/CHANGELOG.md +++ b/plugins/nuxt-ui/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.6.3](https://github.com/pleaseai/claude-code-plugins/compare/nuxt-ui-v1.6.2...nuxt-ui-v1.6.3) (2026-09-24) + + +### Bug Fixes + +* update vendored skills to latest versions ([#278](https://github.com/pleaseai/claude-code-plugins/issues/278)) ([360c196](https://github.com/pleaseai/claude-code-plugins/commit/360c1964e19190e6f47da2b3081934043585ba0c)) + ## [1.6.2](https://github.com/pleaseai/claude-code-plugins/compare/nuxt-ui-v1.6.1...nuxt-ui-v1.6.2) (2026-09-15) diff --git a/plugins/orpc/.claude-plugin/plugin.json b/plugins/orpc/.claude-plugin/plugin.json index 0d293b3e..ed3578cf 100644 --- a/plugins/orpc/.claude-plugin/plugin.json +++ b/plugins/orpc/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "orpc", - "version": "1.1.0", + "version": "1.1.1", "description": "End-to-end typesafe APIs with oRPC v2 - core builder, contract-first design, OpenAPI/REST exposure, and tRPC/v1 migration", "author": { "name": "middleapi", diff --git a/plugins/orpc/.codex-plugin/plugin.json b/plugins/orpc/.codex-plugin/plugin.json index 38f102ad..6dcf375b 100644 --- a/plugins/orpc/.codex-plugin/plugin.json +++ b/plugins/orpc/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "orpc", - "version": "1.1.0", + "version": "1.1.1", "description": "End-to-end typesafe APIs with oRPC v2 - core builder, contract-first design, OpenAPI/REST exposure, and tRPC/v1 migration", "author": { "name": "middleapi", diff --git a/plugins/orpc/.cursor-plugin/plugin.json b/plugins/orpc/.cursor-plugin/plugin.json index 694b388b..5fc949df 100644 --- a/plugins/orpc/.cursor-plugin/plugin.json +++ b/plugins/orpc/.cursor-plugin/plugin.json @@ -2,7 +2,7 @@ "name": "orpc", "displayName": "Orpc", "description": "End-to-end typesafe APIs with oRPC v2 - core builder, contract-first design, OpenAPI/REST exposure, and tRPC/v1 migration", - "version": "1.1.0", + "version": "1.1.1", "author": { "name": "middleapi" }, diff --git a/plugins/orpc/CHANGELOG.md b/plugins/orpc/CHANGELOG.md index a288f695..294883b0 100644 --- a/plugins/orpc/CHANGELOG.md +++ b/plugins/orpc/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.1](https://github.com/pleaseai/claude-code-plugins/compare/orpc-v1.1.0...orpc-v1.1.1) (2026-09-24) + + +### Bug Fixes + +* update vendored skills to latest versions ([#278](https://github.com/pleaseai/claude-code-plugins/issues/278)) ([360c196](https://github.com/pleaseai/claude-code-plugins/commit/360c1964e19190e6f47da2b3081934043585ba0c)) + ## [1.1.0](https://github.com/pleaseai/claude-code-plugins/compare/orpc-v1.0.0...orpc-v1.1.0) (2026-09-15) diff --git a/plugins/orpc/plugin.json b/plugins/orpc/plugin.json index bd0bd3b9..f7ecd6b6 100644 --- a/plugins/orpc/plugin.json +++ b/plugins/orpc/plugin.json @@ -1,7 +1,7 @@ { "$schema": "https://antigravity.google/schemas/v1/plugin.json", "name": "orpc", - "version": "1.1.0", + "version": "1.1.1", "description": "End-to-end typesafe APIs with oRPC v2 - core builder, contract-first design, OpenAPI/REST exposure, and tRPC/v1 migration", "author": { "name": "middleapi", diff --git a/plugins/portless/.claude-plugin/plugin.json b/plugins/portless/.claude-plugin/plugin.json index c2ee91d6..2c6065ee 100644 --- a/plugins/portless/.claude-plugin/plugin.json +++ b/plugins/portless/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "portless", - "version": "1.2.2", + "version": "1.2.3", "description": "Replace port numbers with stable, named local URLs. For humans and agents.", "license": "Apache-2.0", "keywords": [ diff --git a/plugins/portless/CHANGELOG.md b/plugins/portless/CHANGELOG.md index a0f4655d..b6a6ffc8 100644 --- a/plugins/portless/CHANGELOG.md +++ b/plugins/portless/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.3](https://github.com/pleaseai/claude-code-plugins/compare/portless-v1.2.2...portless-v1.2.3) (2026-09-24) + + +### Bug Fixes + +* update vendored skills to latest versions ([#278](https://github.com/pleaseai/claude-code-plugins/issues/278)) ([360c196](https://github.com/pleaseai/claude-code-plugins/commit/360c1964e19190e6f47da2b3081934043585ba0c)) + ## [1.2.2](https://github.com/pleaseai/claude-code-plugins/compare/portless-v1.2.1...portless-v1.2.2) (2026-09-15) diff --git a/plugins/react-native/.claude-plugin/plugin.json b/plugins/react-native/.claude-plugin/plugin.json index 4ed8a47c..fd783456 100644 --- a/plugins/react-native/.claude-plugin/plugin.json +++ b/plugins/react-native/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "react-native", - "version": "1.2.1", + "version": "1.2.2", "description": "React Native and Expo best practices for building performant mobile apps", "license": "MIT", "keywords": [ diff --git a/plugins/react-native/CHANGELOG.md b/plugins/react-native/CHANGELOG.md index fe3a8a7f..ab314a30 100644 --- a/plugins/react-native/CHANGELOG.md +++ b/plugins/react-native/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.2](https://github.com/pleaseai/claude-code-plugins/compare/react-native-v1.2.1...react-native-v1.2.2) (2026-09-24) + + +### Bug Fixes + +* update vendored skills to latest versions ([#278](https://github.com/pleaseai/claude-code-plugins/issues/278)) ([360c196](https://github.com/pleaseai/claude-code-plugins/commit/360c1964e19190e6f47da2b3081934043585ba0c)) + ## [1.2.1](https://github.com/pleaseai/claude-code-plugins/compare/react-native-v1.2.0...react-native-v1.2.1) (2026-09-15) diff --git a/plugins/react/.claude-plugin/plugin.json b/plugins/react/.claude-plugin/plugin.json index a750d616..5f8454e1 100644 --- a/plugins/react/.claude-plugin/plugin.json +++ b/plugins/react/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "react", - "version": "1.2.1", + "version": "1.2.2", "description": "React and Next.js best practices, view transitions, and composition patterns from Vercel Engineering", "license": "MIT", "keywords": [ diff --git a/plugins/react/CHANGELOG.md b/plugins/react/CHANGELOG.md index b9d4a939..be05efe4 100644 --- a/plugins/react/CHANGELOG.md +++ b/plugins/react/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.2](https://github.com/pleaseai/claude-code-plugins/compare/react-v1.2.1...react-v1.2.2) (2026-09-24) + + +### Bug Fixes + +* update vendored skills to latest versions ([#278](https://github.com/pleaseai/claude-code-plugins/issues/278)) ([360c196](https://github.com/pleaseai/claude-code-plugins/commit/360c1964e19190e6f47da2b3081934043585ba0c)) + ## [1.2.1](https://github.com/pleaseai/claude-code-plugins/compare/react-v1.2.0...react-v1.2.1) (2026-09-15) diff --git a/plugins/slidev/.claude-plugin/plugin.json b/plugins/slidev/.claude-plugin/plugin.json index d808ecee..92e89e14 100644 --- a/plugins/slidev/.claude-plugin/plugin.json +++ b/plugins/slidev/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "slidev", - "version": "1.3.1", + "version": "1.3.2", "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 af8980e6..9918bb89 100644 --- a/plugins/slidev/CHANGELOG.md +++ b/plugins/slidev/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.2](https://github.com/pleaseai/claude-code-plugins/compare/slidev-v1.3.1...slidev-v1.3.2) (2026-09-24) + + +### Bug Fixes + +* update vendored skills to latest versions ([#278](https://github.com/pleaseai/claude-code-plugins/issues/278)) ([360c196](https://github.com/pleaseai/claude-code-plugins/commit/360c1964e19190e6f47da2b3081934043585ba0c)) + ## [1.3.1](https://github.com/pleaseai/claude-code-plugins/compare/slidev-v1.3.0...slidev-v1.3.1) (2026-09-15) diff --git a/plugins/turborepo/.claude-plugin/plugin.json b/plugins/turborepo/.claude-plugin/plugin.json index 8b73eba2..9f1fa658 100644 --- a/plugins/turborepo/.claude-plugin/plugin.json +++ b/plugins/turborepo/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "turborepo", - "version": "1.3.2", + "version": "1.3.3", "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 49d1fd7a..2bd1f8c9 100644 --- a/plugins/turborepo/CHANGELOG.md +++ b/plugins/turborepo/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.3](https://github.com/pleaseai/claude-code-plugins/compare/turborepo-v1.3.2...turborepo-v1.3.3) (2026-09-24) + + +### Bug Fixes + +* update vendored skills to latest versions ([#278](https://github.com/pleaseai/claude-code-plugins/issues/278)) ([360c196](https://github.com/pleaseai/claude-code-plugins/commit/360c1964e19190e6f47da2b3081934043585ba0c)) + ## [1.3.2](https://github.com/pleaseai/claude-code-plugins/compare/turborepo-v1.3.1...turborepo-v1.3.2) (2026-09-15) diff --git a/plugins/vercel-sandbox/.claude-plugin/plugin.json b/plugins/vercel-sandbox/.claude-plugin/plugin.json index 2d49ca27..2a7f6ae4 100644 --- a/plugins/vercel-sandbox/.claude-plugin/plugin.json +++ b/plugins/vercel-sandbox/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "vercel-sandbox", - "version": "1.2.2", + "version": "1.2.3", "description": "Creates isolated Linux MicroVMs using Vercel Sandbox SDK. Use when building code execution environments, running untrusted code, spinning up dev servers, or testing in isolation.", "author": { "name": "Vercel Inc.", diff --git a/plugins/vercel-sandbox/.codex-plugin/plugin.json b/plugins/vercel-sandbox/.codex-plugin/plugin.json index a58f73fa..f7985d19 100644 --- a/plugins/vercel-sandbox/.codex-plugin/plugin.json +++ b/plugins/vercel-sandbox/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "vercel-sandbox", - "version": "1.2.2", + "version": "1.2.3", "description": "Creates isolated Linux MicroVMs using Vercel Sandbox SDK. Use when building code execution environments, running untrusted code, spinning up dev servers, or testing in isolation.", "author": { "name": "Vercel Inc.", diff --git a/plugins/vercel-sandbox/.cursor-plugin/plugin.json b/plugins/vercel-sandbox/.cursor-plugin/plugin.json index 5c592a79..16a3ec46 100644 --- a/plugins/vercel-sandbox/.cursor-plugin/plugin.json +++ b/plugins/vercel-sandbox/.cursor-plugin/plugin.json @@ -2,7 +2,7 @@ "name": "vercel-sandbox", "displayName": "Vercel Sandbox", "description": "Creates isolated Linux MicroVMs using Vercel Sandbox SDK. Use when building code execution environments, running untrusted code, spinning up dev servers, or testing in isolation.", - "version": "1.2.2", + "version": "1.2.3", "author": { "name": "Vercel Inc." }, diff --git a/plugins/vercel-sandbox/CHANGELOG.md b/plugins/vercel-sandbox/CHANGELOG.md index 1269bc39..4bd6d0e0 100644 --- a/plugins/vercel-sandbox/CHANGELOG.md +++ b/plugins/vercel-sandbox/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.3](https://github.com/pleaseai/claude-code-plugins/compare/vercel-sandbox-v1.2.2...vercel-sandbox-v1.2.3) (2026-09-24) + + +### Bug Fixes + +* update vendored skills to latest versions ([#278](https://github.com/pleaseai/claude-code-plugins/issues/278)) ([360c196](https://github.com/pleaseai/claude-code-plugins/commit/360c1964e19190e6f47da2b3081934043585ba0c)) + ## [1.2.2](https://github.com/pleaseai/claude-code-plugins/compare/vercel-sandbox-v1.2.1...vercel-sandbox-v1.2.2) (2026-09-15) diff --git a/plugins/vercel-sandbox/plugin.json b/plugins/vercel-sandbox/plugin.json index b45e380c..a1279b61 100644 --- a/plugins/vercel-sandbox/plugin.json +++ b/plugins/vercel-sandbox/plugin.json @@ -1,6 +1,6 @@ { "name": "vercel-sandbox", - "version": "1.2.2", + "version": "1.2.3", "description": "Creates isolated Linux MicroVMs using Vercel Sandbox SDK. Use when building code execution environments, running untrusted code, spinning up dev servers, or testing in isolation.", "author": { "name": "Vercel Inc.", diff --git a/plugins/vueuse/.claude-plugin/plugin.json b/plugins/vueuse/.claude-plugin/plugin.json index c5a60254..451ef04c 100644 --- a/plugins/vueuse/.claude-plugin/plugin.json +++ b/plugins/vueuse/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "vueuse", - "version": "1.3.1", + "version": "1.3.2", "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 87dc8d9d..773bb8f4 100644 --- a/plugins/vueuse/CHANGELOG.md +++ b/plugins/vueuse/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.2](https://github.com/pleaseai/claude-code-plugins/compare/vueuse-v1.3.1...vueuse-v1.3.2) (2026-09-24) + + +### Bug Fixes + +* update vendored skills to latest versions ([#278](https://github.com/pleaseai/claude-code-plugins/issues/278)) ([360c196](https://github.com/pleaseai/claude-code-plugins/commit/360c1964e19190e6f47da2b3081934043585ba0c)) + ## [1.3.1](https://github.com/pleaseai/claude-code-plugins/compare/vueuse-v1.3.0...vueuse-v1.3.1) (2026-09-15)