From d4ec5ac075b3fd09fa20a20e0cc0acb053d0e5d6 Mon Sep 17 00:00:00 2001 From: Matt Perry Date: Tue, 4 Feb 2025 16:18:14 +0100 Subject: [PATCH] v12.1.0 --- lerna.json | 2 +- packages/framer-motion-3d/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lerna.json b/lerna.json index 75a58e0982..ccd30a4daa 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "12.0.11", + "version": "12.1.0", "packages": [ "packages/*", "dev/*" diff --git a/packages/framer-motion-3d/package.json b/packages/framer-motion-3d/package.json index 307e1916f1..844987dffb 100644 --- a/packages/framer-motion-3d/package.json +++ b/packages/framer-motion-3d/package.json @@ -1,6 +1,6 @@ { "name": "framer-motion-3d", - "version": "12.0.11", + "version": "12.1.0", "description": "A simple and powerful React animation library for @react-three/fiber", "main": "dist/cjs/index.js", "module": "dist/es/index.mjs",