Skip to content

Commit

Permalink
unframer/scripts/download:
Browse files Browse the repository at this point in the history
  • Loading branch information
remorses committed Mar 20, 2024
1 parent 5ef34e0 commit 431d307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unframer/scripts/download.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ export async function main({ framerTypesUrl }) {
---
unframer: patch
---
Update framer to ${framerVersion}, update framer motion to ${framerMotionVersion}
`
fs.writeFileSync(
Expand All @@ -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()
}
Expand Down

0 comments on commit 431d307

Please sign in to comment.