v2.0.0-alpha.66
Pre-release
Pre-release
·
382 commits
to main
since this release
🐞 Patches
blitz
- 928e840: Fixes loading production env variables by default for blitz build command
- 240f3f3: Add BlitzServerMiddleware utility function to wrap middleware in blitz server file
- 55b1cb2: Runs the codegen on the blitz build command
- 4d7d126: Run
prisma generate
as ablitz codegen
step if "prisma" is found in project's dependencies - 890b0c0: Improve
blitz new
messaging and fix minor issues - 807a2b5: Fixes peer dependency warnings
- a3e6c49: Fixes the supports-color warning for pnpm
@blitzjs/auth
- a3e6c49: Fixes the supports-color warning for pnpm
@blitzjs/next
- ccb1af8: Avoid
invalid config detected
warnings by deleting"blitz"
key from next config object - 807a2b5: Fixes peer dependency warnings
- a3e6c49: Fixes the supports-color warning for pnpm
@blitzjs/rpc
- 807a2b5: Fixes peer dependency warnings
- a3e6c49: Fixes the supports-color warning for pnpm
- 9620ef6: moves zod to devDependencies
@blitzjs/generator
- 91aa535: Include
.env.test
file to the generator templates - 890b0c0: Improve
blitz new
messaging and fix minor issues - 807a2b5: Fixes peer dependency warnings
- a3e6c49: Fixes the supports-color warning for pnpm
- 065db25: Update new app templates to use blitz-rpc's resolver function
- f202aac: Mocks @blitzjs/auth instead of blitz inside the forgotPassword mutation test & hardcodes blitz package version types instead of just using the alpha tag.