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

release: 3.2.0 #370

Merged
merged 1 commit into from
Mar 20, 2024
Merged

release: 3.2.0 #370

merged 1 commit into from
Mar 20, 2024

Conversation

github-actions[bot]
Copy link
Contributor

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

types-react-codemod@3.2.0

Minor Changes

  • Add no-implicit-ref-callback-return transform (#369 7535bfc by @eps1lon)

    Ensures you don't accidentally return anything from ref callbacks since the return value was always ignored.
    With ref cleanups, this is no longer the case and flagged in types to avoid mistakes.

    -<div ref={current => (instance = current)} />
    +<div ref={current => {instance = current}} />

    The transform is opt-in in the preset-19 in case you already used ref cleanups in Canary releases.

@eps1lon eps1lon enabled auto-merge (squash) March 20, 2024 22:41
@eps1lon eps1lon changed the title Version Packages release: 3.2.0 Mar 20, 2024
@eps1lon eps1lon disabled auto-merge March 20, 2024 22:41
@eps1lon eps1lon merged commit 36ad54e into main Mar 20, 2024
@eps1lon eps1lon deleted the changeset-release/main branch March 20, 2024 22:41
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