From a763c9a868179973385de180c200124d84e2ac44 Mon Sep 17 00:00:00 2001 From: Michael Mason Date: Wed, 20 Nov 2024 15:13:35 -0800 Subject: [PATCH] CHANGELOG --- packages/gasket-plugin-intl/CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/packages/gasket-plugin-intl/CHANGELOG.md b/packages/gasket-plugin-intl/CHANGELOG.md index 823aa2e70..b00373d62 100644 --- a/packages/gasket-plugin-intl/CHANGELOG.md +++ b/packages/gasket-plugin-intl/CHANGELOG.md @@ -1,5 +1,12 @@ # `@gasket/plugin-intl` +### 7.0.14 + +- Tune getIntlManager to import intl.js ([#975]) +- Add json assertion to dynamic import +- Add ESM flag to jest for dynamic import +- Add config for experimental import attributes + ### 7.0.7 - add `defaultLocale` to created Gasket TS config ([#965]) @@ -247,3 +254,4 @@ [#701]: https://github.com/godaddy/gasket/pull/701 [#791]: https://github.com/godaddy/gasket/pull/791 [#965]: https://github.com/godaddy/gasket/pull/965 +[#975]: https://github.com/godaddy/gasket/pull/975