Skip to content

Commit

Permalink
Exporting findSpring
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgperry committed Sep 4, 2024
1 parent 1c986cf commit 498e8f8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Framer Motion adheres to [Semantic Versioning](http://semver.org/).

Undocumented APIs should be considered internal and may change without warning.

## [11.5.1] 2024-09-04

### Added

- Exporting `findSpring` for internal use.

## [11.5.0] 2024-09-04

### Added
Expand Down
1 change: 1 addition & 0 deletions packages/framer-motion/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ export { AcceleratedAnimation } from "./animation/animators/AcceleratedAnimation
export { startOptimizedAppearAnimation } from "./animation/optimized-appear/start"
export { optimizedAppearDataAttribute } from "./animation/optimized-appear/data-id"
export { spring } from "./animation/generators/spring"
export { findSpring } from "./animation/generators/spring/find"

/**
* Contexts
Expand Down

0 comments on commit 498e8f8

Please sign in to comment.