What you’ll learn
  • how to upgrade Webiny from 5.23.0 to 5.23.1

This Webiny upgrade only requires an update of npm packages. Make sure to check out the 5.23.1 changelog to get familiar with the changes introduced in this release.

1. Upgrade Webiny Packages
anchor

Upgrade all @webiny/* packages by running the following command:

Once the upgrade has finished, running the yarn webiny --version command in your terminal should return 5.23.1.

You don’t need to deploy anything, as this release only addresses a problem with the watch command, which is only used in local development.