You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(scripts): Args type for script arguments (#11946) by @Tobbe
Generated scripts will now come with an `Args` interface that you can add your
arguments to for better TS support.
π οΈ Fixes
fix(babel-config): react compiler target should be a string (#11935) by @Tobbe
fix(cli): Await files() when generating scripts (#11947) by @Tobbe
fix(cli): Support passing numeric args to prisma (#11948) by @Tobbe
fix(testing): Don't generate scenarios with red squiggles (#11992) by @Tobbe
fix(storybook): Make Storybook run also on Node v20.19.0 (#12003) by @Tobbe
fix(dbAuth): Don't include .snap files in the built package (#12007) by @Tobbe
π Docs
docs(deployment): Removes grove based deployment information (#11932) by @Josh-Walker-GM