Skip to content

Commit cb803b4

Browse files
chore: release main (#165)
Co-authored-by: pleaeai-bot[bot] <239696668+pleaeai-bot[bot]@users.noreply.github.com>
1 parent ae33182 commit cb803b4

5 files changed

Lines changed: 26 additions & 6 deletions

File tree

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
"plugins/vue": "1.1.0",
2020
"plugins/vueuse": "1.1.0",
2121
"plugins/web-design": "1.1.0",
22-
"plugins/mastra": "1.3.0",
22+
"plugins/mastra": "1.3.1",
2323
"plugins/nuxt-ui": "1.3.0",
2424
"plugins/supabase": "1.1.0",
2525
"plugins/prisma": "1.1.0",
26-
"plugins/better-auth": "1.2.0",
26+
"plugins/better-auth": "1.2.1",
2727
"plugins/agent-browser": "1.1.0",
2828
"plugins/ai-sdk": "1.1.0",
2929
"plugins/slack-agent": "1.0.0",

plugins/better-auth/.claude-plugin/plugin.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "better-auth",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Better Auth authentication framework skills for JavaScript/TypeScript projects",
55
"author": {
66
"name": "Better Auth",
@@ -14,5 +14,8 @@
1414
"auth",
1515
"typescript"
1616
],
17-
"skills": ["./skills/", "./.agents/skills/"]
17+
"skills": [
18+
"./skills/",
19+
"./.agents/skills/"
20+
]
1821
}

plugins/better-auth/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.2.1](https://github.com/pleaseai/claude-code-plugins/compare/better-auth-v1.2.0...better-auth-v1.2.1) (2026-04-29)
4+
5+
6+
### Bug Fixes
7+
8+
* **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))
9+
310
## [1.2.0](https://github.com/pleaseai/claude-code-plugins/compare/better-auth-v1.1.0...better-auth-v1.2.0) (2026-04-23)
411

512

plugins/mastra/.claude-plugin/plugin.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mastra",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Official agent skills for coding agents working with the Mastra AI framework",
55
"author": {
66
"name": "Mastra AI",
@@ -24,5 +24,8 @@
2424
]
2525
}
2626
},
27-
"skills": ["./skills/", "./.agents/skills/"]
27+
"skills": [
28+
"./skills/",
29+
"./.agents/skills/"
30+
]
2831
}

plugins/mastra/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.3.1](https://github.com/pleaseai/claude-code-plugins/compare/mastra-v1.3.0...mastra-v1.3.1) (2026-04-29)
4+
5+
6+
### Bug Fixes
7+
8+
* **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))
9+
310
## [1.3.0](https://github.com/pleaseai/claude-code-plugins/compare/mastra-v1.2.0...mastra-v1.3.0) (2026-04-23)
411

512

0 commit comments

Comments
 (0)