diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 530ff6c..88be010 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -19,11 +19,11 @@ "plugins/vue": "1.1.0", "plugins/vueuse": "1.1.0", "plugins/web-design": "1.1.0", - "plugins/mastra": "1.3.0", + "plugins/mastra": "1.3.1", "plugins/nuxt-ui": "1.3.0", "plugins/supabase": "1.1.0", "plugins/prisma": "1.1.0", - "plugins/better-auth": "1.2.0", + "plugins/better-auth": "1.2.1", "plugins/agent-browser": "1.1.0", "plugins/ai-sdk": "1.1.0", "plugins/slack-agent": "1.0.0", diff --git a/plugins/better-auth/.claude-plugin/plugin.json b/plugins/better-auth/.claude-plugin/plugin.json index d8e348e..bb6ad10 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.2.0", + "version": "1.2.1", "description": "Better Auth authentication framework skills for JavaScript/TypeScript projects", "author": { "name": "Better Auth", @@ -14,5 +14,8 @@ "auth", "typescript" ], - "skills": ["./skills/", "./.agents/skills/"] + "skills": [ + "./skills/", + "./.agents/skills/" + ] } diff --git a/plugins/better-auth/CHANGELOG.md b/plugins/better-auth/CHANGELOG.md index 4bf2b22..db7d4bc 100644 --- a/plugins/better-auth/CHANGELOG.md +++ b/plugins/better-auth/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.1](https://github.com/pleaseai/claude-code-plugins/compare/better-auth-v1.2.0...better-auth-v1.2.1) (2026-04-29) + + +### Bug Fixes + +* **plugins:** move hand-written skills from .agents/skills/ to skills/ ([#164](https://github.com/pleaseai/claude-code-plugins/issues/164)) ([ae33182](https://github.com/pleaseai/claude-code-plugins/commit/ae3318228f07d9c1fbc028b0b1a1fc9e44bb3102)) + ## [1.2.0](https://github.com/pleaseai/claude-code-plugins/compare/better-auth-v1.1.0...better-auth-v1.2.0) (2026-04-23) diff --git a/plugins/mastra/.claude-plugin/plugin.json b/plugins/mastra/.claude-plugin/plugin.json index 2519b17..9d27e42 100644 --- a/plugins/mastra/.claude-plugin/plugin.json +++ b/plugins/mastra/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "mastra", - "version": "1.3.0", + "version": "1.3.1", "description": "Official agent skills for coding agents working with the Mastra AI framework", "author": { "name": "Mastra AI", @@ -24,5 +24,8 @@ ] } }, - "skills": ["./skills/", "./.agents/skills/"] + "skills": [ + "./skills/", + "./.agents/skills/" + ] } diff --git a/plugins/mastra/CHANGELOG.md b/plugins/mastra/CHANGELOG.md index c12a9ee..ac5a2ba 100644 --- a/plugins/mastra/CHANGELOG.md +++ b/plugins/mastra/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.1](https://github.com/pleaseai/claude-code-plugins/compare/mastra-v1.3.0...mastra-v1.3.1) (2026-04-29) + + +### Bug Fixes + +* **plugins:** move hand-written skills from .agents/skills/ to skills/ ([#164](https://github.com/pleaseai/claude-code-plugins/issues/164)) ([ae33182](https://github.com/pleaseai/claude-code-plugins/commit/ae3318228f07d9c1fbc028b0b1a1fc9e44bb3102)) + ## [1.3.0](https://github.com/pleaseai/claude-code-plugins/compare/mastra-v1.2.0...mastra-v1.3.0) (2026-04-23)