npm @redwoodjs/core 0.2.5
v0.2.5

latest releases: 8.0.0-canary.521, 8.0.0-canary.519, 8.0.0-canary.517...
4 years ago

Fixed

Items below include changes from v0.2.3 and v0.2.4

  • Windows fix Cell regex issue #276
  • Pass resolver info object to services e842179
  • misc bug fixes and repo-specific CI improvements to tests and linter #247 #257 #262 #274
  • return RWJS version in GraphQL query #255 | kudos @AryanJ-NYC
  • improve README with links and fixes #266 | kudos @Thieffen
  • security warning fix #274

How to Upgrade your RedwoodJS App

File Changes

You will need to replicate changes to three files shown in redwoodjs/create-redwood-app/#39

  1. .env
  2. .env.defaults
  3. api/prisma/schema.prisma

Package Updates

Four packages should be updated to v0.2.5

Root directory package.json

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

After updating and saving the files, install the packages from the root directory:
$ yarn install

Don't miss a new core release

NewReleases is sending notifications on new releases.