Skip to content

Commit 6bb9bd9

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

39 files changed

Lines changed: 225 additions & 38 deletions

File tree

.release-please-manifest.json

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,28 @@
99
"plugins/nuxt": "1.1.0",
1010
"plugins/pinia": "1.0.0",
1111
"plugins/pnpm": "1.0.0",
12-
"plugins/slidev": "1.0.0",
13-
"plugins/tsdown": "1.1.0",
14-
"plugins/turborepo": "1.0.0",
12+
"plugins/slidev": "1.1.0",
13+
"plugins/tsdown": "1.2.0",
14+
"plugins/turborepo": "1.1.0",
1515
"plugins/unocss": "1.0.0",
1616
"plugins/vite": "1.0.0",
1717
"plugins/vitepress": "1.0.0",
1818
"plugins/vitest": "1.0.0",
19-
"plugins/vue": "1.0.0",
20-
"plugins/vueuse": "1.0.0",
21-
"plugins/web-design": "1.0.0",
22-
"plugins/mastra": "1.0.0",
23-
"plugins/nuxt-ui": "1.1.0",
24-
"plugins/supabase": "1.0.0",
25-
"plugins/prisma": "1.0.0",
26-
"plugins/better-auth": "1.0.0",
27-
"plugins/agent-browser": "1.0.0",
28-
"plugins/ai-sdk": "1.0.0",
29-
"plugins/slack-agent": "1.0.0"
19+
"plugins/vue": "1.1.0",
20+
"plugins/vueuse": "1.1.0",
21+
"plugins/web-design": "1.1.0",
22+
"plugins/mastra": "1.1.0",
23+
"plugins/nuxt-ui": "1.2.0",
24+
"plugins/supabase": "1.1.0",
25+
"plugins/prisma": "1.1.0",
26+
"plugins/better-auth": "1.1.0",
27+
"plugins/agent-browser": "1.1.0",
28+
"plugins/ai-sdk": "1.1.0",
29+
"plugins/slack-agent": "1.0.0",
30+
"plugins/neo4j": "1.0.0",
31+
"plugins/google-workspace": "1.0.0",
32+
"plugins/nuxt-seo": "1.0.0",
33+
"plugins/markitdown": "1.0.0",
34+
"plugins/ast-grep": "1.0.0",
35+
"plugins/chat-sdk": "1.0.0"
3036
}

plugins/agent-browser/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agent-browser",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Browser and desktop app automation for AI agents — web browsing, Electron app control, Slack automation, and QA testing workflows",
55
"author": {
66
"name": "Vercel Labs",

plugins/agent-browser/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.1.0](https://github.com/pleaseai/claude-code-plugins/compare/agent-browser-v1.0.0...agent-browser-v1.1.0) (2026-03-19)
4+
5+
6+
### Features
7+
8+
* **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))
9+
310
## 1.0.0 (2026-03-05)
411

512

plugins/ai-sdk/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ai-sdk",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "The AI Toolkit for TypeScript - official agent skills for building AI-powered applications and agents with Vercel AI SDK",
55
"author": {
66
"name": "Vercel",

plugins/ai-sdk/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.1.0](https://github.com/pleaseai/claude-code-plugins/compare/ai-sdk-v1.0.0...ai-sdk-v1.1.0) (2026-03-19)
4+
5+
6+
### Features
7+
8+
* **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))
9+
310
## 1.0.0 (2026-03-05)
411

512

plugins/ast-grep/.claude-plugin/plugin.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
88
"homepage": "https://github.com/ast-grep/agent-skill",
99
"repository": "https://github.com/ast-grep/agent-skill",
1010
"license": "MIT",
11-
"keywords": ["ast-grep", "code-search", "ast", "structural-search", "pattern-matching", "refactoring"],
11+
"keywords": [
12+
"ast-grep",
13+
"code-search",
14+
"ast",
15+
"structural-search",
16+
"pattern-matching",
17+
"refactoring"
18+
],
1219
"skills": "./.agents/skills/"
1320
}

plugins/ast-grep/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-03-19)
4+
5+
6+
### Features
7+
8+
* **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))

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "better-auth",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Better Auth authentication framework skills for JavaScript/TypeScript projects",
55
"author": {
66
"name": "Better Auth",

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.1.0](https://github.com/pleaseai/claude-code-plugins/compare/better-auth-v1.0.0...better-auth-v1.1.0) (2026-03-19)
4+
5+
6+
### Features
7+
8+
* **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))
9+
310
## 1.0.0 (2026-03-05)
411

512

plugins/chat-sdk/.claude-plugin/plugin.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@
77
"name": "Vercel",
88
"url": "https://github.com/vercel"
99
},
10-
"keywords": ["chat-sdk", "chatbot", "slack", "teams", "discord"],
10+
"keywords": [
11+
"chat-sdk",
12+
"chatbot",
13+
"slack",
14+
"teams",
15+
"discord"
16+
],
1117
"skills": "./.agents/skills/"
1218
}

0 commit comments

Comments
 (0)