Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #1432

Merged
merged 1 commit into from
Dec 17, 2024
Merged

Version Packages #1432

merged 1 commit into from
Dec 17, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Dec 14, 2024

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

  • #1430 9cec9e8 Thanks @mrlubos! - fix: require sdk.transformer to use generated transformers

    Added sdk.transformer option

    When generating SDKs, you now have to specify transformer in order to modify response data. By default, adding @hey-api/transformers to your plugins will only produce additional output. To preserve the previous functionality, set sdk.transformer to true.

    import { defaultPlugins } from '@hey-api/openapi-ts';
    
    export default {
      client: '@hey-api/client-fetch',
      input: 'path/to/openapi.json',
      output: 'src/client',
      plugins: [
        ...defaultPlugins,
        {
          dates: true,
          name: '@hey-api/transformers',
        },
        {
          name: '@hey-api/sdk',
          transformer: true, // [!code ++]
        },
      ],
    };
  • #1447 200821b Thanks @mrlubos! - fix: revert license to MIT

Patch Changes

@hey-api/[email protected]

Patch Changes

@hey-api/[email protected]

Patch Changes

@hey-api/[email protected]

Minor Changes

Patch Changes

@example/[email protected]

Patch Changes

@example/[email protected]

Patch Changes

@example/[email protected]

Patch Changes

@example/[email protected]

Patch Changes

@example/[email protected]

Patch Changes

@example/[email protected]

Patch Changes

@example/[email protected]

Patch Changes

Copy link

vercel bot commented Dec 14, 2024

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 Dec 17, 2024 9:02pm

Copy link

stackblitz bot commented Dec 14, 2024

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 f1a37cf to 755b627 Compare December 17, 2024 21:02
@mrlubos mrlubos merged commit 326109e into main Dec 17, 2024
2 checks passed
@mrlubos mrlubos deleted the changeset-release/main branch December 17, 2024 21:03
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