ci(changesets): version packages#1225
Conversation
Deploying voltagent with
|
| Latest commit: |
f2c080e
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://b7ad2f4c.voltagent.pages.dev |
| Branch Preview URL: | https://changeset-release-main.voltagent.pages.dev |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (78)
💤 Files with no reviewable changes (1)
📝 WalkthroughWalkthroughThis PR releases Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
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
8b09874Thanks @omeraplak! - fix(server-hono): generate Swagger schemas with a single Zod instanceBuilt-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
/docfrom failing during OpenAPI generation.Summary by cubic
Release
@voltagent/server-hono@2.0.12to 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/docOpenAPI failures.Dependencies
@voltagent/server-hono@^2.0.12and refreshpnpm-lock.yaml.Written for commit f2c080e. Summary will update on new commits.
Summary by CodeRabbit