chore: release v1.2.6 with Next.js LCP, Hydration and Prod-Visibility fixes
All checks were successful
Build & Deploy / 🔍 Prepare (push) Successful in 42s
Build & Deploy / 🧪 QA (push) Successful in 5m17s
Build & Deploy / 🏗️ Build (push) Successful in 8m36s
Build & Deploy / 🚀 Deploy (push) Successful in 17s
Build & Deploy / 🧪 Smoke Test (push) Successful in 53s
Build & Deploy / ⚡ Lighthouse (push) Successful in 7m38s
Build & Deploy / 🔔 Notify (push) Successful in 2s

This commit is contained in:
2026-02-21 13:26:14 +01:00
parent 85bc03b9d2
commit 927ce977f2
16 changed files with 372 additions and 627 deletions

2
lib/framer-features.ts Normal file
View File

@@ -0,0 +1,2 @@
import { domAnimation } from 'framer-motion';
export default domAnimation;