Skip to content

v0.2.2

Compare
Choose a tag to compare
@peterp peterp released this 14 Mar 21:55

Fixed

How to Upgrade your RedwoodJS App

Four packages should be updated to v0.2.2:

Root directory package.json

  • "@redwoodjs/core": "^0.2.2”
    web/package.json
  • "@redwoodjs/web": "^0.2.2”
  • "@redwoodjs/router": "^0.2.2”
    api/package.json
  • "@redwoodjs/api": "^0.2.2”

Once you’ve changed and saved the files, run yarn install from root directory.