Skip to content

v0.33.2

Choose a tag to compare

@thedavidprice thedavidprice released this 07 Jun 23:04
· 8110 commits to main since this release

Patch Release

Includes the following fixes:

Code Modifications

If you installed a new project at version v0.33.0 using yarn create redwood-app ..., your project is likely missing a .gitignore file. Please confirm and then follow these steps if needed:

  1. create the file in your project root: .gitignore
  2. copy and paste the ignore paths using this template file as a reference: template/.gitignore
.idea
.DS_Store
.env
.netlify
.redwood
dev.db*
dist
dist-babel
node_modules
yarn-error.log
web/public/mockServiceWorker.js