Upgrade to a new release
Journey Engage is a Create React Template that leverages all existing capabilities of Create React App.
When you create a new template project using npx create-react-app my-app --template @journey-ui/cra-template-ap@22.10.0
, the latest version of react-scripts
is installed which means you get all the new features and improvements in newly created apps automatically.
We have simplified the way upgrades are executed. Bumping the @journey-ui/workspaces
version in package.json
and running npm install
(or yarn install
) in this folder should be enough, but it’s good to consult the migration guide for any potential breaking changes.
We endeavour to keep the number of breaking changes small to minimise the impact on upgrades. However, sometimes breaking changes are necessary. To learn about breaking changes in this release, see the migration guide for this release.