Skip to content

chore: release main#141

Merged
amondnet merged 1 commit intomainfrom
release-please--branches--main
Apr 2, 2026
Merged

chore: release main#141
amondnet merged 1 commit intomainfrom
release-please--branches--main

Conversation

@pleaeai-bot
Copy link
Copy Markdown
Contributor

@pleaeai-bot pleaeai-bot Bot commented Mar 31, 2026

🤖 I have created a release beep boop

mastra: 1.2.0

1.2.0 (2026-04-02)

Features

  • mastra: add MCP docs server configuration (#143) (82838dc)
next: 1.0.0

1.0.0 (2026-04-02)

Features

  • next: add Next.js plugin to marketplace (#139) (ff4d9b3)
react: 1.0.0

1.0.0 (2026-04-02)

Features

  • react,react-native: add React and React Native plugins to marketplace (#140) (44e830b)
react-native: 1.0.0

1.0.0 (2026-04-02)

Features

  • react,react-native: add React and React Native plugins to marketplace (#140) (44e830b)
tiptap: 1.0.0

1.0.0 (2026-04-02)

Features

  • tiptap: add Tiptap plugin to marketplace (#142) (6e5bd4f)

This PR was generated with Release Please. See documentation.

@vercel
Copy link
Copy Markdown

vercel Bot commented Mar 31, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
claude-code-plugins Ready Ready Preview, Comment Apr 2, 2026 3:25am

Request Review

Copy link
Copy Markdown

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 3 files

Confidence score: 5/5

  • Automated review surfaced no issues in the provided summaries.
  • No files require special attention.
Architecture diagram
sequenceDiagram
    participant CI as Release Process (CI)
    participant Reg as Plugin Marketplace
    participant FS as File System / Manifest
    participant Claude as Claude Code (Client)
    participant Plugin as Next.js Plugin

    Note over CI, FS: Release and Registration Flow
    CI->>FS: NEW: Update .release-please-manifest.json
    CI->>FS: NEW: Generate CHANGELOG.md for plugins/next
    CI->>Reg: NEW: Publish plugins/next@1.0.0

    Note over Reg, Claude: Runtime Plugin Discovery
    Claude->>Reg: Query available marketplace plugins
    Reg-->>Claude: Return registry metadata (including Next.js)

    Note over Claude, Plugin: Plugin Initialization
    Claude->>Plugin: NEW: Read .claude-plugin/plugin.json
    Plugin-->>Claude: Metadata (keywords: ssr, rsc, etc.)
    
    Claude->>Plugin: NEW: Load skill definitions
    Note right of Plugin: Skills located at ./.agents/skills/
    
    Plugin-->>Claude: Export Next.js capabilities
    Claude->>Claude: NEW: Integrate Next.js skills into session
Loading

@pleaeai-bot pleaeai-bot Bot force-pushed the release-please--branches--main branch from a987772 to 9b857f9 Compare April 2, 2026 03:25
@amondnet amondnet self-assigned this Apr 2, 2026
@amondnet amondnet enabled auto-merge (squash) April 2, 2026 03:25
@amondnet amondnet merged commit 09d8c89 into main Apr 2, 2026
6 checks passed
@amondnet amondnet deleted the release-please--branches--main branch April 2, 2026 03:25
@pleaeai-bot
Copy link
Copy Markdown
Contributor Author

pleaeai-bot Bot commented Apr 2, 2026

🤖 Created releases:

🌻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant