How to update Payload version #501
-
This might be a pretty noob question, but what is the best way to update the PayloadCMS version? I'm running a slightly older one and I've just tried to run npm install on my new apple silicon macbook and its failing to install node-sass. I figure if I update to a newer release it might resolve some of these issues UPDATE: It's not node-sass that was failing it is sharp. Here is a dump of what it says when trying to install
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey there - yep, this is actually already fixed as of We place a lot of emphasis on trying to minimize breaking changes as we build Payload, so upgrading to a newer (or even the newest) version of Payload should be no problem for you. Here is a link to our changelog, where we identify https://github.com/payloadcms/payload/blob/master/CHANGELOG.md Maybe take a look through the changelog briefly to identify all breaking changes between your version and the version you'd like to update to. |
Beta Was this translation helpful? Give feedback.
Hey there - yep, this is actually already fixed as of
0.13.3
.We place a lot of emphasis on trying to minimize breaking changes as we build Payload, so upgrading to a newer (or even the newest) version of Payload should be no problem for you.
Here is a link to our changelog, where we identify
BREAKING CHANGES
as we publish new minor and patch versions:https://github.com/payloadcms/payload/blob/master/CHANGELOG.md
Maybe take a look through the changelog briefly to identify all breaking changes between your version and the version you'd like to update to.