Skip to content

v2.0.0-alpha.66

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 04 Aug 22:05
· 382 commits to main since this release
414d758

🐞 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 a blitz 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.