From 431d3076645b3f743a907418245da2e984261da8 Mon Sep 17 00:00:00 2001 From: remorses Date: Wed, 20 Mar 2024 17:46:21 +0100 Subject: [PATCH] unframer/scripts/download: --- unframer/scripts/download.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unframer/scripts/download.ts b/unframer/scripts/download.ts index f095fc7..a309fee 100644 --- a/unframer/scripts/download.ts +++ b/unframer/scripts/download.ts @@ -87,6 +87,7 @@ export async function main({ framerTypesUrl }) { --- unframer: patch --- + Update framer to ${framerVersion}, update framer motion to ${framerMotionVersion} ` fs.writeFileSync( @@ -95,7 +96,6 @@ export async function main({ framerTypesUrl }) { 'utf-8', ) // increase package.json version with a patch, with pnpm - await shell('pnpm version patch') // await changeset() }