Skip to content

Commit

Permalink
Updating changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgperry committed Feb 7, 2025
1 parent 997ce4d commit 345d60d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ Motion adheres to [Semantic Versioning](http://semver.org/).

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

## [12.4.2] 2025-02-07
## [12.4.2] 2025-02-10

### Fixed

- Adding missing `AnimationControls` type export.
### Unreleased

## [12.4.1] 2025-02-06

Expand Down
1 change: 0 additions & 1 deletion packages/framer-motion/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ export {
useAnimationControls,
} from "./animation/hooks/use-animation"
export { animateVisualElement } from "./animation/interfaces/visual-element"
export { AnimationControls } from "./animation/types"
export {
useIsPresent,
usePresence,
Expand Down

0 comments on commit 345d60d

Please sign in to comment.