Skip to content

Commit 664579a

Browse files
committed
Latest
1 parent 90a3dfb commit 664579a

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Motion adheres to [Semantic Versioning](http://semver.org/).
44

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

7+
## [12.0.6] 2025-01-27
8+
9+
### Fixed
10+
11+
- Discard layout projection snapshots if 0x0.
12+
713
## [12.0.5] 2025-01-24
814

915
### Fixed

packages/framer-motion/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"bundlesize": [
111111
{
112112
"path": "./dist/size-rollup-motion.js",
113-
"maxSize": "34.75 kB"
113+
"maxSize": "34.8 kB"
114114
},
115115
{
116116
"path": "./dist/size-rollup-m.js",
@@ -122,7 +122,7 @@
122122
},
123123
{
124124
"path": "./dist/size-rollup-dom-max.js",
125-
"maxSize": "29.6 kB"
125+
"maxSize": "29.65 kB"
126126
},
127127
{
128128
"path": "./dist/size-rollup-animate.js",

0 commit comments

Comments
 (0)