diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 613a65f3..fca5f984 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,3 +1,4 @@ + name: Release on: diff --git a/unframer/framer-fixed/dist/framer.js b/unframer/framer-fixed/dist/framer.js index e8fb8b43..d7c343de 100644 --- a/unframer/framer-fixed/dist/framer.js +++ b/unframer/framer-fixed/dist/framer.js @@ -1,3 +1,4 @@ +// @ts-nocheck // https:https://app.framerstatic.com/chunk-4NJGI344.js import { createContext, } from 'react'; import { createContext as createContext2, } from 'react'; @@ -38583,3 +38584,6 @@ react-is/cjs/react-is.production.min.js: * LICENSE file in the root directory of this source tree. *) */ + + + diff --git a/unframer/scripts/download.ts b/unframer/scripts/download.ts index 1ea51015..4dc33604 100644 --- a/unframer/scripts/download.ts +++ b/unframer/scripts/download.ts @@ -71,6 +71,7 @@ export async function main({ framerTypesUrl }) { 'var combinedCSSRules =', 'export var combinedCSSRules =', ) + code = '// @ts-nocheck\n' + code if (code === codeAfter) { throw new Error('Failed to export combinedCSSRules') } @@ -87,7 +88,7 @@ export async function main({ framerTypesUrl }) { --- unframer: patch --- - + Update framer to ${framerVersion}, update framer motion to ${framerMotionVersion} ` fs.writeFileSync(