Skip to content

[Release] Version packages#216

Merged
zbeyens merged 1 commit into
mainfrom
changeset-release/main
Apr 17, 2026
Merged

[Release] Version packages#216
zbeyens merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Apr 16, 2026

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

kitcn@0.13.0

Minor Changes

  • #213 71dbc28 Thanks @zbeyens! - ## Breaking changes

    • Require explicit basePath when registerRoutes is used with non-default auth routes.
    // Before
    import { registerRoutes } from "kitcn/auth/http";
    
    // auth config uses basePath: "/custom-auth"
    registerRoutes(http, getAuth, {
      cors: {
        allowedOrigins: [process.env.SITE_URL!],
      },
    });
    
    // After
    import { registerRoutes } from "kitcn/auth/http";
    
    registerRoutes(http, getAuth, {
      basePath: "/custom-auth",
      cors: {
        allowedOrigins: [process.env.SITE_URL!],
      },
    });
    • Require better-auth@1.6.5.
    # Before
    bun add better-auth@1.5.3
    
    # After
    bun add better-auth@1.6.5

    Patches

    • Let Convex handle anonymous non-interactive local setup without forcing CONVEX_AGENT_MODE.
    • Warn when an app pins an older Convex dependency family than kitcn expects.
    • Support Convex dev --start as a pre-run conflict flag.
    • Improve auth route registration so default Convex auth routes avoid eager Better Auth initialization during startup.
    • Preserve forwarded host and protocol headers through Next.js, TanStack Start, and Convex auth route proxies.
    • Fix auth helper token refresh, custom auth basePath support, and async custom JWT payload resolution.
    • Fix Better Auth adapter index matching and static filtering for composite and case-insensitive queries.
    • Support Better Auth 1.6.5 auth clients without user-code casts.

@kitcn/resend@0.13.0

@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 16, 2026

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

Project Deployment Actions Updated (UTC)
better-convex Ready Ready Preview, Comment Apr 17, 2026 9:56am

Request Review

@github-actions github-actions Bot force-pushed the changeset-release/main branch from 2db6806 to 2e57b6c Compare April 17, 2026 09:55
@zbeyens zbeyens merged commit 36d976a into main Apr 17, 2026
2 checks passed
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.

1 participant