Skip to content

Commit 0fb65ee

Browse files
chore: release main
1 parent 44e830b commit 0fb65ee

7 files changed

Lines changed: 48 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,8 @@
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"
4144
}

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-03-31)
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-03-31)
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-03-31)
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))

0 commit comments

Comments
 (0)