Skip to content

ci(changesets): version packages#1225

Merged
omeraplak merged 1 commit into
mainfrom
changeset-release/main
Apr 22, 2026
Merged

ci(changesets): version packages#1225
omeraplak merged 1 commit into
mainfrom
changeset-release/main

Conversation

@voltagent-bot

@voltagent-bot voltagent-bot commented Apr 22, 2026

Copy link
Copy Markdown
Member

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@voltagent/server-hono@2.0.12

Patch Changes

  • #1224 8b09874 Thanks @omeraplak! - fix(server-hono): generate Swagger schemas with a single Zod instance

    Built-in Swagger route schemas now reuse the same schema definitions with the Zod instance selected
    by server-hono's OpenAPI compatibility layer. This avoids mixing Zod v3/v4 schema instances and
    prevents /doc from failing during OpenAPI generation.


Summary by cubic

Release @voltagent/server-hono@2.0.12 to fix Swagger/OpenAPI schema generation by using a single Zod instance. Updated all example apps to depend on the new patch.

  • Bug Fixes

    • @voltagent/server-hono: Reuse a single Zod instance for Swagger schema generation to avoid mixing Zod v3/v4 and prevent /doc OpenAPI failures.
  • Dependencies

    • Bump examples to @voltagent/server-hono@^2.0.12 and refresh pnpm-lock.yaml.

Written for commit f2c080e. Summary will update on new commits.

Summary by CodeRabbit

  • Bug Fixes
    • Resolved Swagger/OpenAPI documentation endpoint failures by fixing schema instance handling during documentation generation.

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Apr 22, 2026

Copy link
Copy Markdown

Deploying voltagent with  Cloudflare Pages  Cloudflare Pages

Latest commit: f2c080e
Status: ✅  Deploy successful!
Preview URL: https://b7ad2f4c.voltagent.pages.dev
Branch Preview URL: https://changeset-release-main.voltagent.pages.dev

View logs

@coderabbitai

coderabbitai Bot commented Apr 22, 2026

Copy link
Copy Markdown
Contributor

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: bc0df936-fcf8-4fdd-93de-9c2edf5ea058

📥 Commits

Reviewing files that changed from the base of the PR and between 8b09874 and f2c080e.

⛔ Files ignored due to path filters (1)
  • pnpm-lock.yaml is excluded by !**/pnpm-lock.yaml
📒 Files selected for processing (78)
  • .changeset/smart-swagger-paths.md
  • examples/base/package.json
  • examples/github-repo-analyzer/package.json
  • examples/github-star-stories/package.json
  • examples/next-js-chatbot-starter-template/package.json
  • examples/with-a2a-server/package.json
  • examples/with-airtable/package.json
  • examples/with-amazon-bedrock/package.json
  • examples/with-anthropic/package.json
  • examples/with-auth/package.json
  • examples/with-cerbos/package.json
  • examples/with-chroma/package.json
  • examples/with-client-side-tools/package.json
  • examples/with-composio-mcp/package.json
  • examples/with-custom-endpoints/package.json
  • examples/with-dynamic-parameters/package.json
  • examples/with-dynamic-prompts/package.json
  • examples/with-feedback/package.json
  • examples/with-google-ai/package.json
  • examples/with-google-drive-mcp/server/package.json
  • examples/with-google-vertex-ai/package.json
  • examples/with-groq-ai/package.json
  • examples/with-guardrails/package.json
  • examples/with-hooks/package.json
  • examples/with-hugging-face-mcp/package.json
  • examples/with-langfuse/package.json
  • examples/with-mcp-elicitation/package.json
  • examples/with-mcp-server/package.json
  • examples/with-mcp/package.json
  • examples/with-memory-rest-api/package.json
  • examples/with-middleware/package.json
  • examples/with-nestjs/package.json
  • examples/with-nextjs-resumable-stream/package.json
  • examples/with-nextjs/package.json
  • examples/with-nuxt/package.json
  • examples/with-ollama/package.json
  • examples/with-openrouter/package.json
  • examples/with-peaka-mcp/package.json
  • examples/with-pinecone/package.json
  • examples/with-planagents/package.json
  • examples/with-playwright/package.json
  • examples/with-postgres/package.json
  • examples/with-qdrant/package.json
  • examples/with-rag-chatbot/package.json
  • examples/with-recipe-generator/package.json
  • examples/with-research-assistant/package.json
  • examples/with-resumable-streams/package.json
  • examples/with-retries-fallback/package.json
  • examples/with-retrieval/package.json
  • examples/with-slack/package.json
  • examples/with-subagents/package.json
  • examples/with-summarization/package.json
  • examples/with-supabase/package.json
  • examples/with-tavily-search/package.json
  • examples/with-thinking-tool/package.json
  • examples/with-tool-routing/package.json
  • examples/with-tools/package.json
  • examples/with-turso/package.json
  • examples/with-vector-search/package.json
  • examples/with-vercel-ai/package.json
  • examples/with-viteval/package.json
  • examples/with-voice-elevenlabs/package.json
  • examples/with-voice-openai/package.json
  • examples/with-voice-xsai/package.json
  • examples/with-voltagent-actions/package.json
  • examples/with-voltagent-exporter/package.json
  • examples/with-voltagent-managed-memory/package.json
  • examples/with-voltops-resumable-streams/package.json
  • examples/with-voltops-retrieval/package.json
  • examples/with-whatsapp/package.json
  • examples/with-workflow-chain/package.json
  • examples/with-workflow/package.json
  • examples/with-working-memory/package.json
  • examples/with-workspace/package.json
  • examples/with-youtube-to-blog/package.json
  • examples/with-zapier-mcp/package.json
  • packages/server-hono/CHANGELOG.md
  • packages/server-hono/package.json
💤 Files with no reviewable changes (1)
  • .changeset/smart-swagger-paths.md

📝 Walkthrough

Walkthrough

This PR releases @voltagent/server-hono v2.0.12 with a patch fix for Swagger/OpenAPI schema generation. The change bumps the package version, updates all 57 example dependencies, and documents the fix in the changelog. The changeset file is removed after the release.

Changes

Cohort / File(s) Summary
Changeset Removal
.changeset/smart-swagger-paths.md
Removed changeset documentation for the v2.0.12 patch release after version bump completion.
Core Package Updates
packages/server-hono/package.json, packages/server-hono/CHANGELOG.md
Updated package version from 2.0.11 to 2.0.12 and added changelog entry documenting the fix for Swagger/OpenAPI schema generation to reuse a single Zod instance, preventing mixed Zod v3/v4 instances and /doc route failures.
Example Dependencies
examples/*/package.json (57 files)
Updated @voltagent/server-hono dependency from ^2.0.11 to ^2.0.12 across all 57 example projects including base, github-repo-analyzer, github-star-stories, next-js-chatbot-starter-template, with-a2a-server, with-airtable, with-amazon-bedrock, with-anthropic, with-auth, with-cerbos, with-chroma, with-client-side-tools, with-composio-mcp, with-custom-endpoints, with-dynamic-parameters, with-dynamic-prompts, with-feedback, with-google-ai, with-google-drive-mcp, with-google-vertex-ai, with-groq-ai, with-guardrails, with-hooks, with-hugging-face-mcp, with-langfuse, with-mcp-elicitation, with-mcp-server, with-mcp, with-memory-rest-api, with-middleware, with-nestjs, with-nextjs-resumable-stream, with-nextjs, with-nuxt, with-ollama, with-openrouter, with-peaka-mcp, with-pinecone, with-planagents, with-playwright, with-postgres, with-qdrant, with-rag-chatbot, with-recipe-generator, with-research-assistant, with-resumable-streams, with-retries-fallback, with-retrieval, with-slack, with-subagents, with-summarization, with-supabase, with-tavily-search, with-thinking-tool, with-tool-routing, with-tools, with-turso, with-vector-search, with-vercel-ai, with-viteval, with-voice-elevenlabs, with-voice-openai, with-voice-xsai, with-voltagent-actions, with-voltagent-exporter, with-voltagent-managed-memory, with-voltops-resumable-streams, with-voltops-retrieval, with-whatsapp, with-workflow-chain, with-workflow, with-working-memory, with-workspace, with-youtube-to-blog, with-zapier-mcp.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Poem

🐰 A patch hops through the schema land,
Where Zod instances now unite as planned,
The /doc route skips and bounds with glee,
Fifty-seven examples, all in harmony!
Version bump complete, the swagger dance is bright!

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title 'ci(changesets): version packages' accurately describes the PR as an automated version bump and release preparation by the Changesets action.
Description check ✅ Passed The description clearly explains the purpose (automated release PR), the specific fix being released (Swagger/OpenAPI schema generation with single Zod instance), affected package version, and impact on all examples.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch changeset-release/main

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@ghost

This comment has been minimized.

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

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

No issues found across 79 files

Note: This PR contains a large number of files. cubic only reviews up to 75 files per PR, so some files may not have been reviewed. cubic prioritises the most important files to review.

@omeraplak omeraplak merged commit f658e9f into main Apr 22, 2026
24 checks passed
@omeraplak omeraplak deleted the changeset-release/main branch April 22, 2026 20:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants