From fcc21bfc9966090751500bed43f2337d88662c07 Mon Sep 17 00:00:00 2001 From: Ruslan Matkovskyi Date: Fri, 23 Jun 2023 16:57:22 +0200 Subject: [PATCH] #544756: changed CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c78b017dc..8cd4210bf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -87,6 +87,7 @@ Our versioning strategy is as follows: * `[sitecore-jss-proxy]` The rewriteRequestPath function ignores query string parameters added in a middleware([#1373](https://github.com/Sitecore/jss/pull/1373)) ([#1379](https://github.com/Sitecore/jss/pull/1379)) * `[templates/react]` [React] Fix build error ([#1505](https://github.com/Sitecore/jss/pull/1523)) * `[templates/vue]` [Vue] Fix integrated mode error ([#1505](https://github.com/Sitecore/jss/pull/1524)) +* `[templates/nextjs-sxa]` Fix font awesome - added CDN instead of using node_modules(problem with CORS) ([#1536](https://github.com/Sitecore/jss/pull/1536)) ### 🛠 Breaking Changes