diff --git a/docs/source/upgrade-guide/index.md b/docs/source/upgrade-guide/index.md index 166f10263c..31bd17f7f9 100644 --- a/docs/source/upgrade-guide/index.md +++ b/docs/source/upgrade-guide/index.md @@ -47,6 +47,11 @@ Volto 17 now uses Webpack 5. If you customized `razzle.config.js` for your project to change Webpack configuration or use Webpack plugins, you might need to make adjustments. +### Razzle upgraded to version `4.2.18` + +Razzle has been upgraded to version `4.2.18`. +It is recommended that you update your project's dependency on Razzle to this version in order to avoid duplication. + ### `BlockChooser` component now uses `popperjs` internally Technically not a breaking, the API nor the component contract has changed, but it's worth noting this change in here. diff --git a/news/4641.documentation b/news/4641.documentation new file mode 100644 index 0000000000..335c2489fd --- /dev/null +++ b/news/4641.documentation @@ -0,0 +1 @@ +Razzle upgrade notice in upgrade guide @sneridagh