diff --git a/CHANGELOG.md b/CHANGELOG.md index eb2876bf0d..04c023231a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,6 +44,7 @@ Our versioning strategy is as follows: * `[sitecore-jss-nextjs]` Fix redirects middleware for working with absolute url where is using site language context ([#1727](https://github.com/Sitecore/jss/pull/1727)) ([#1737](https://github.com/Sitecore/jss/pull/1737)) * `[sitecore-jss]` Enable the Layout and dictionary service to use custom `retryStrategy`. ([#1749](https://github.com/Sitecore/jss/pull/1749)) ([#1751](https://github.com/Sitecore/jss/pull/1751)) * `[templates/nextjs-sxa]` Fix base styles of SXA components. Remove conflicted styles of BasicSite template. ([#1757](https://github.com/Sitecore/jss/pull/1757)) +* `[template/nextjs]` Fix `@sitecore-feaas/clientside` and `@sitecore-cloudsdk/personalize` module not found error. ([#1760](https://github.com/Sitecore/jss/pull/1760)) ### 🛠 Breaking Changes diff --git a/packages/create-sitecore-jss/src/templates/nextjs/package.json b/packages/create-sitecore-jss/src/templates/nextjs/package.json index 45f57753a8..240d34bbd3 100644 --- a/packages/create-sitecore-jss/src/templates/nextjs/package.json +++ b/packages/create-sitecore-jss/src/templates/nextjs/package.json @@ -26,6 +26,8 @@ "license": "Apache-2.0", "dependencies": { "@sitecore-jss/sitecore-jss-nextjs": "~21.7.0-canary", + "@sitecore-feaas/clientside": "^0.5.6", + "@sitecore-cloudsdk/personalize": "^0.1.1", "graphql": "~15.8.0", "graphql-tag": "^2.12.6", "next": "^14.1.0",