diff --git a/packages/core/docs/commercetools/changelog.md b/packages/core/docs/commercetools/changelog.md index 82c0f4c0f3..78455efd17 100644 --- a/packages/core/docs/commercetools/changelog.md +++ b/packages/core/docs/commercetools/changelog.md @@ -7,6 +7,7 @@ - [BREAKING] changed signatures of factory methods to always 2 arguments, details in linked PR ([#5299](https://github.com/DivanteLtd/vue-storefront/pull/5299)) - [BREAKING] removed `totalOrders` and `totalProducts` ([#5330](https://github.com/vuestorefront/vue-storefront/pull/5330)) - removed `formatPrice` from `useUiHelpers`, replaced by vue18n `$n` function ([#5339](https://github.com/vuestorefront/vue-storefront/pull/5339)) +- added missing `i18n` tags ([#5337](https://github.com/vuestorefront/vue-storefront/issues/5337)) ## 1.0.1-rc.1 - updated version of core diff --git a/packages/core/docs/contributing/changelog.md b/packages/core/docs/contributing/changelog.md index 3575bf1495..953d3fa54d 100644 --- a/packages/core/docs/contributing/changelog.md +++ b/packages/core/docs/contributing/changelog.md @@ -8,6 +8,7 @@ - removed `formatPrice` from `useUiHelpers`, replaced by vue18n `$n` function ([#5339](https://github.com/vuestorefront/vue-storefront/pull/5339)) - updated integration boilerplate to work with refactored names of factories mentioned above ([#5348](https://github.com/DivanteLtd/vue-storefront/pull/5348)) - optimize loading of fonts and their stylesheets from Google Fonts and introduce lazy hydration to improve performance ([#5326](https://github.com/DivanteLtd/vue-storefront/pull/5326)) +- added missing `i18n` tags ([#5337](https://github.com/vuestorefront/vue-storefront/issues/5337)) ## 2.1.1-rc.1 - updated version of nuxt composition-api