Skip to content

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Jun 20, 2025

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

@hey-api/[email protected]

Minor Changes

  • #2215 82e56e9 Thanks @mrlubos! - feat(parser): replace plugin.subscribe() with plugin.forEach()

    Added plugin.forEach() method

    This method replaces the .subscribe() method. Additionally, .forEach() is executed immediately, which means we don't need the before and after events – simply move your code before and after the .forEach() block.

    plugin.forEach('operation', 'schema', (event) => {
      // do something with event
    });
  • #2218 e5ff024 Thanks @mrlubos! - feat(tanstack-query): add name and case options

    Updated TanStack Query options

    The TanStack Query plugin options have been expanded to support more naming and casing patterns. As a result, the following options have been renamed.

    • queryOptionsNameBuilder renamed to queryOptions
    • infiniteQueryOptionsNameBuilder renamed to infiniteQueryOptions
    • mutationOptionsNameBuilder renamed to mutationOptions
    • queryKeyNameBuilder renamed to queryKeys
    • infiniteQueryKeyNameBuilder renamed to infiniteQueryKeys

Patch Changes

@vercel
Copy link

vercel bot commented Jun 20, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
hey-api-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 21, 2025 7:08pm

@bolt-new-by-stackblitz
Copy link

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@github-actions github-actions bot force-pushed the changeset-release/main branch from 10b0c88 to 055f761 Compare June 21, 2025 19:07
@mrlubos mrlubos merged commit 5d85d29 into main Jun 21, 2025
2 checks passed
@mrlubos mrlubos deleted the changeset-release/main branch June 21, 2025 19:32
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