Skip to content

chore: version packages#2521

Open
github-actions[bot] wants to merge 1 commit into
nextfrom
changeset-release/next
Open

chore: version packages#2521
github-actions[bot] wants to merge 1 commit into
nextfrom
changeset-release/next

Conversation

@github-actions
Copy link
Copy Markdown
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 next, this PR will be updated.

Releases

@react-spring/animated@10.1.1

Patch Changes

  • Updated dependencies []:
    • @react-spring/shared@10.1.1
    • @react-spring/types@10.1.1

@react-spring/core@10.1.1

Patch Changes

  • #2520 831a1bd Thanks @joshuaellis! - Floor the spring's adaptive precision at the smallest difference doubles can represent around the values being animated. Previously, when a caller's layout math introduced tiny floating-point drift on the target (e.g. Math.cos(Math.PI / 2) returning 6e-17 instead of 0, so a "logical 160" arrived as 159.99999999999997), the adaptive precision collapsed to a value smaller than any delta the spring could express, so the animation never settled and the awaited start() promise never resolved. Closes #2208.

  • Updated dependencies []:

    • @react-spring/animated@10.1.1
    • @react-spring/shared@10.1.1
    • @react-spring/types@10.1.1

@react-spring/parallax@10.1.1

Patch Changes

  • Updated dependencies []:
    • @react-spring/shared@10.1.1
    • @react-spring/web@10.1.1

@react-spring/shared@10.1.1

Patch Changes

  • Updated dependencies []:
    • @react-spring/rafz@10.1.1
    • @react-spring/types@10.1.1

@react-spring/konva@10.1.1

Patch Changes

  • Updated dependencies [831a1bd]:
    • @react-spring/core@10.1.1
    • @react-spring/animated@10.1.1
    • @react-spring/shared@10.1.1
    • @react-spring/types@10.1.1

@react-spring/native@10.1.1

Patch Changes

  • Updated dependencies [831a1bd]:
    • @react-spring/core@10.1.1
    • @react-spring/animated@10.1.1
    • @react-spring/shared@10.1.1
    • @react-spring/types@10.1.1

@react-spring/three@10.1.1

Patch Changes

  • Updated dependencies [831a1bd]:
    • @react-spring/core@10.1.1
    • @react-spring/animated@10.1.1
    • @react-spring/shared@10.1.1
    • @react-spring/types@10.1.1

@react-spring/web@10.1.1

Patch Changes

  • Updated dependencies [831a1bd]:
    • @react-spring/core@10.1.1
    • @react-spring/animated@10.1.1
    • @react-spring/shared@10.1.1
    • @react-spring/types@10.1.1

@react-spring/zdog@10.1.1

Patch Changes

  • Updated dependencies [831a1bd]:
    • @react-spring/core@10.1.1
    • @react-spring/animated@10.1.1
    • @react-spring/shared@10.1.1
    • @react-spring/types@10.1.1

@react-spring/rafz@10.1.1

@react-spring/types@10.1.1

@react-spring/mock-raf@10.1.1

@vercel
Copy link
Copy Markdown

vercel Bot commented May 23, 2026

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

Project Deployment Actions Updated (UTC)
react-spring Error Error May 23, 2026 2:34pm

Request Review

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.

[bug]: Promise returned by Controller.start is not resolved consistently

0 participants