Skip to content

Commit 89ce10d

Browse files
chore: release main
1 parent fc9b50b commit 89ce10d

51 files changed

Lines changed: 149 additions & 50 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.release-please-manifest.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
".": "1.0.0",
3-
"plugins/skillopt-sleep": "0.4.0",
3+
"plugins/skillopt-sleep": "0.5.0",
44
"apps/web": "1.5.0",
55
"packages/eslint-config": "0.0.0",
66
"packages/typescript-config": "0.0.0",
@@ -12,21 +12,21 @@
1212
"plugins/pnpm": "1.2.0",
1313
"plugins/slidev": "1.3.0",
1414
"plugins/tsdown": "1.5.0",
15-
"plugins/turborepo": "1.3.0",
15+
"plugins/turborepo": "1.3.1",
1616
"plugins/unocss": "1.2.0",
1717
"plugins/vite": "1.2.0",
1818
"plugins/vitepress": "1.2.0",
1919
"plugins/vitest": "1.2.0",
2020
"plugins/vue": "1.3.0",
2121
"plugins/vueuse": "1.3.0",
22-
"plugins/web-design": "1.4.0",
22+
"plugins/web-design": "1.4.1",
2323
"plugins/mastra": "1.7.0",
24-
"plugins/nuxt-ui": "1.6.0",
24+
"plugins/nuxt-ui": "1.6.1",
2525
"plugins/supabase": "1.3.0",
2626
"plugins/prisma": "1.3.0",
2727
"plugins/better-auth": "1.6.0",
2828
"plugins/agent-browser": "1.3.0",
29-
"plugins/ai-sdk": "1.3.0",
29+
"plugins/ai-sdk": "1.3.1",
3030
"plugins/slack-agent": "1.2.0",
3131
"plugins/neo4j": "1.2.0",
3232
"plugins/google-workspace": "1.4.0",
@@ -38,17 +38,17 @@
3838
"plugins/docus": "1.2.0",
3939
"plugins/astro": "1.2.0",
4040
"plugins/please-plugins": "1.7.0",
41-
"plugins/wordpress": "1.2.0",
41+
"plugins/wordpress": "1.2.1",
4242
"plugins/vinext": "1.2.0",
4343
"plugins/next": "1.2.0",
4444
"plugins/react": "1.2.0",
4545
"plugins/react-native": "1.2.0",
4646
"plugins/tiptap": "1.2.0",
47-
"plugins/emulate": "1.3.0",
47+
"plugins/emulate": "1.3.1",
4848
"plugins/edgeparse": "1.2.0",
4949
"plugins/git-ai": "1.2.0",
50-
"plugins/workflow-sdk": "1.3.0",
51-
"plugins/portless": "1.2.0",
50+
"plugins/workflow-sdk": "1.3.1",
51+
"plugins/portless": "1.2.1",
5252
"plugins/zod": "1.3.0",
5353
"plugins/graphite": "2.3.0",
5454
"plugins/bun": "1.4.0",
@@ -58,14 +58,14 @@
5858
"plugins/fetch": "1.2.0",
5959
"plugins/java-development": "1.1.0",
6060
"plugins/mcp-dev": "1.1.0",
61-
"plugins/vercel-sandbox": "1.2.0",
61+
"plugins/vercel-sandbox": "1.2.1",
6262
"plugins/eve": "1.2.0",
6363
"plugins/skill-optimizer": "1.2.0",
6464
"plugins/nostics": "1.2.0",
6565
"plugins/dev3000": "1.2.0",
66-
"plugins/lavish": "1.2.0",
67-
"plugins/axi": "1.2.0",
66+
"plugins/lavish": "1.2.1",
67+
"plugins/axi": "1.2.1",
6868
"plugins/playwright-cli": "1.0.0",
69-
"plugins/greptile": "1.1.0",
70-
"plugins/tanstack": "0.1.0"
69+
"plugins/greptile": "1.1.1",
70+
"plugins/tanstack": "0.2.0"
7171
}

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.3.0",
3+
"version": "1.3.1",
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.3.1](https://github.com/pleaseai/claude-code-plugins/compare/ai-sdk-v1.3.0...ai-sdk-v1.3.1) (2026-07-07)
4+
5+
6+
### Bug Fixes
7+
8+
* update vendored skills to latest versions ([#251](https://github.com/pleaseai/claude-code-plugins/issues/251)) ([7ee1cca](https://github.com/pleaseai/claude-code-plugins/commit/7ee1ccad4bbbbc29881fc2a9a4d4d08e04c06153))
9+
310
## [1.3.0](https://github.com/pleaseai/claude-code-plugins/compare/ai-sdk-v1.2.2...ai-sdk-v1.3.0) (2026-06-30)
411

512

plugins/axi/.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": "axi",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Agent eXperience Interface (AXI) — ergonomic standards for building CLI tools that agents use via shell execution. Use when building, modifying, or reviewing any agent-facing CLI.",
55
"license": "MIT",
66
"keywords": [

plugins/axi/.codex-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "axi",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Agent eXperience Interface (AXI) — ergonomic standards for building CLI tools that agents use via shell execution. Use when building, modifying, or reviewing any agent-facing CLI.",
55
"author": {
66
"name": "Community"

plugins/axi/.cursor-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "axi",
33
"displayName": "Axi",
44
"description": "Agent eXperience Interface (AXI) — ergonomic standards for building CLI tools that agents use via shell execution. Use when building, modifying, or reviewing any agent-facing CLI.",
5-
"version": "1.2.0",
5+
"version": "1.2.1",
66
"author": {
77
"name": "Community"
88
},

plugins/axi/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/axi-v1.2.0...axi-v1.2.1) (2026-07-07)
4+
5+
6+
### Bug Fixes
7+
8+
* update vendored skills to latest versions ([#251](https://github.com/pleaseai/claude-code-plugins/issues/251)) ([7ee1cca](https://github.com/pleaseai/claude-code-plugins/commit/7ee1ccad4bbbbc29881fc2a9a4d4d08e04c06153))
9+
310
## [1.2.0](https://github.com/pleaseai/claude-code-plugins/compare/axi-v1.1.0...axi-v1.2.0) (2026-06-30)
411

512

plugins/axi/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "axi",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Agent eXperience Interface (AXI) — ergonomic standards for building CLI tools that agents use via shell execution. Use when building, modifying, or reviewing any agent-facing CLI.",
55
"license": "MIT",
66
"keywords": [

plugins/emulate/.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": "emulate",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Local drop-in API emulator for Vercel, GitHub, Google, Slack, Apple, Microsoft, AWS, Linear, Stripe, Resend, and Next.js",
55
"license": "Apache-2.0",
66
"keywords": [

plugins/emulate/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/emulate-v1.3.0...emulate-v1.3.1) (2026-07-07)
4+
5+
6+
### Bug Fixes
7+
8+
* update vendored skills to latest versions ([#251](https://github.com/pleaseai/claude-code-plugins/issues/251)) ([7ee1cca](https://github.com/pleaseai/claude-code-plugins/commit/7ee1ccad4bbbbc29881fc2a9a4d4d08e04c06153))
9+
310
## [1.3.0](https://github.com/pleaseai/claude-code-plugins/compare/emulate-v1.2.0...emulate-v1.3.0) (2026-06-30)
411

512

0 commit comments

Comments
 (0)