Release Notes > 6.3.0
Upgrade From 6.2.x to 6.3.0
Learn how to upgrade Webiny from 6.2.x to 6.3.0.
- how to upgrade Webiny from 6.2.x to 6.3.0
Make sure to check out the 6.3.0 changelog to get familiar with the changes introduced in this release.
Step-by-Step Guide
1. Upgrade Webiny Packages
Upgrade all Webiny packages by running the following command:
Note that the command above will run upgrades for all available versions of Webiny up to 6.3.0. If there are upgrades for 6.2.1, 6.2.5, they will be ran.
You can omit the version to upgrade to the latest available:
Add the --debug flag to get verbose output during the upgrade:
Once the upgrade has finished, running the yarn webiny --version command in your terminal should return 6.3.0.
If the above command fails or is not available in your setup, you can run the upgrade script directly via npx:
2. Deploy Your Project
Proceed by redeploying your Webiny project:
dev or staging.