Skip to content

Commit 09d8c89

Browse files
chore: release main (#141)
Co-authored-by: pleaeai-bot[bot] <239696668+pleaeai-bot[bot]@users.noreply.github.com>
1 parent 82838dc commit 09d8c89

11 files changed

Lines changed: 75 additions & 8 deletions

File tree

.release-please-manifest.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"plugins/vue": "1.1.0",
2020
"plugins/vueuse": "1.1.0",
2121
"plugins/web-design": "1.1.0",
22-
"plugins/mastra": "1.1.0",
22+
"plugins/mastra": "1.2.0",
2323
"plugins/nuxt-ui": "1.3.0",
2424
"plugins/supabase": "1.1.0",
2525
"plugins/prisma": "1.1.0",
@@ -37,5 +37,9 @@
3737
"plugins/docus": "1.0.0",
3838
"plugins/please-plugins": "1.2.0",
3939
"plugins/wordpress": "1.0.0",
40-
"plugins/vinext": "1.0.0"
40+
"plugins/vinext": "1.0.0",
41+
"plugins/next": "1.0.0",
42+
"plugins/react": "1.0.0",
43+
"plugins/react-native": "1.0.0",
44+
"plugins/tiptap": "1.0.0"
4145
}

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.1.0",
3+
"version": "1.2.0",
44
"description": "Official agent skills for coding agents working with the Mastra AI framework",
55
"author": {
66
"name": "Mastra AI",
@@ -18,7 +18,10 @@
1818
"mastra": {
1919
"type": "stdio",
2020
"command": "npx",
21-
"args": ["-y", "@mastra/mcp-docs-server@latest"]
21+
"args": [
22+
"-y",
23+
"@mastra/mcp-docs-server@latest"
24+
]
2225
}
2326
},
2427
"skills": "./.agents/skills/"

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.2.0](https://github.com/pleaseai/claude-code-plugins/compare/mastra-v1.1.0...mastra-v1.2.0) (2026-04-02)
4+
5+
6+
### Features
7+
8+
* **mastra:** add MCP docs server configuration ([#143](https://github.com/pleaseai/claude-code-plugins/issues/143)) ([82838dc](https://github.com/pleaseai/claude-code-plugins/commit/82838dc9e2aa5e46322d7145840b1015f1454335))
9+
310
## [1.1.0](https://github.com/pleaseai/claude-code-plugins/compare/mastra-v1.0.0...mastra-v1.1.0) (2026-03-19)
411

512

plugins/next/.claude-plugin/plugin.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77
"url": "https://nextjs.org"
88
},
99
"license": "NOASSERTION",
10-
"keywords": ["next", "nextjs", "react", "ssr", "rsc"],
10+
"keywords": [
11+
"next",
12+
"nextjs",
13+
"react",
14+
"ssr",
15+
"rsc"
16+
],
1117
"skills": "./.agents/skills/"
1218
}

plugins/next/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## 1.0.0 (2026-04-02)
4+
5+
6+
### Features
7+
8+
* **next:** add Next.js plugin to marketplace ([#139](https://github.com/pleaseai/claude-code-plugins/issues/139)) ([ff4d9b3](https://github.com/pleaseai/claude-code-plugins/commit/ff4d9b372ae3320ccc5aad05ef597112c1e18fcf))

plugins/react-native/.claude-plugin/plugin.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
"version": "1.0.0",
44
"description": "React Native and Expo best practices for building performant mobile apps",
55
"license": "MIT",
6-
"keywords": ["react-native", "expo", "mobile", "performance"],
6+
"keywords": [
7+
"react-native",
8+
"expo",
9+
"mobile",
10+
"performance"
11+
],
712
"skills": "./.agents/skills/"
813
}

plugins/react-native/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## 1.0.0 (2026-04-02)
4+
5+
6+
### Features
7+
8+
* **react,react-native:** add React and React Native plugins to marketplace ([#140](https://github.com/pleaseai/claude-code-plugins/issues/140)) ([44e830b](https://github.com/pleaseai/claude-code-plugins/commit/44e830baba14e9ddd4cca1a7e8b96a88f83208d2))

plugins/react/.claude-plugin/plugin.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
"version": "1.0.0",
44
"description": "React and Next.js best practices, view transitions, and composition patterns from Vercel Engineering",
55
"license": "MIT",
6-
"keywords": ["react", "nextjs", "vercel", "performance", "view-transitions"],
6+
"keywords": [
7+
"react",
8+
"nextjs",
9+
"vercel",
10+
"performance",
11+
"view-transitions"
12+
],
713
"skills": "./.agents/skills/"
814
}

plugins/react/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## 1.0.0 (2026-04-02)
4+
5+
6+
### Features
7+
8+
* **react,react-native:** add React and React Native plugins to marketplace ([#140](https://github.com/pleaseai/claude-code-plugins/issues/140)) ([44e830b](https://github.com/pleaseai/claude-code-plugins/commit/44e830baba14e9ddd4cca1a7e8b96a88f83208d2))

plugins/tiptap/.claude-plugin/plugin.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"version": "1.0.0",
44
"description": "Helps coding agents integrate and work with the Tiptap rich text editor. Use when building or modifying a rich text editor with Tiptap, installing Tiptap extensions, or implementing features like collaboration, comments, AI, or document conversion.",
55
"license": "MIT",
6-
"keywords": ["tiptap", "rich-text-editor", "prosemirror"],
6+
"keywords": [
7+
"tiptap",
8+
"rich-text-editor",
9+
"prosemirror"
10+
],
711
"skills": "./.agents/skills/"
812
}

0 commit comments

Comments
 (0)