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

chore(deploy): Release #536

Merged
merged 1 commit into from
Aug 30, 2022
Merged

chore(deploy): Release #536

merged 1 commit into from
Aug 30, 2022

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

@use-gesture/core@10.2.19

Patch Changes

  • c7cb407: ts: Typescript 4.8 introduced a new mapping definition for NonNullable which breaks the package types.

    // Native NonNullable Utility Type
    
    // definition on 4.7 and lower
    type NonNullable<T> = T extends null | undefined ? never : T
    
    // definition from 4.8
    type NonNullable<T> = T & {}

    This fix reverts the definition of NonNullable so that it works.
    More information here: TypeScript Error: Movement is not part of state #501 (comment)

@use-gesture/react@10.2.19

Patch Changes

  • Updated dependencies [c7cb407]
    • @use-gesture/core@10.2.19

@use-gesture/vanilla@10.2.19

Patch Changes

  • Updated dependencies [c7cb407]
    • @use-gesture/core@10.2.19

@codesandbox-ci
Copy link

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit 91edf69:

Sandbox Source
gesture-drag Configuration
gesture-drag-target Configuration
gesture-nested Configuration
gesture-drag-vanilla Configuration
gesture-move Configuration
gesture-pinch Configuration
gesture-multiple-pinch Configuration
gesture-three Configuration
gesture-card-zoom Configuration
gesture-viewpager Configuration

@dbismut dbismut merged commit b570815 into main Aug 30, 2022
@dbismut dbismut deleted the changeset-release/main branch August 30, 2022 08: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