Skip to content

v2.0.0-alpha.68

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Aug 08:37
· 366 commits to main since this release
0bc107f

🐞 Patches

blitz

  • 271c58a: Fix Cannot find module "generate" errors when using CLI
  • 630c718: Use internal branded Blitz logger for @blitzjs/rpc
  • f0ca738: Run Blitz codegen with blitz dev command
  • 41608c4: Fix Next suspense issue not being patched when creating a new app with Yarn as a package manager

@blitzjs/rpc

  • 630c718: Use internal branded Blitz logger for @blitzjs/rpc

@blitzjs/codemod

  • 06427f6: Throw error if a detected cookiePrefix is undefined when running upgrade-legacy
  • f120f67: Add DocumentProps and DocumentContext to the upgrade-legacy import map
  • 8dfaad0: Set correct packages versions in package.json with upgrade-legacy
  • cb55ed2: Fix upgrade-legacy to accept a self closing DocumentHead in the _document page

@blitzjs/generator

  • 70b334a: Remove trailing comma from tsconfig.json file in the new app template
  • dd299ae: Add ts-jest to dependencies in new app templates
  • 078fe47: Add @testing-library/jest-dom to new app dependencies