From a9884701d337f254703134e6ab40ccec38046bfe Mon Sep 17 00:00:00 2001 From: "shopify-github-actions-access[bot]" <109624739+shopify-github-actions-access[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 18:25:21 +0000 Subject: [PATCH] Version Packages (#199) * Version Packages * Empty commit --------- Co-authored-by: github-actions[bot] Co-authored-by: Trish Rempel --- .changeset/fast-lies-invite.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/fast-lies-invite.md diff --git a/.changeset/fast-lies-invite.md b/.changeset/fast-lies-invite.md deleted file mode 100644 index 7e7d05c..0000000 --- a/.changeset/fast-lies-invite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/i18next-shopify': patch ---- - -Resolve Vite production issues by replacing `require` statement with `import` diff --git a/CHANGELOG.md b/CHANGELOG.md index e3bcc55..f91d3e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelogg +## 0.2.9 + +### Patch Changes + +- 62e9ba6: Resolve Vite production issues by replacing `require` statement with `import` + ## 0.2.8 ### Patch Changes diff --git a/package.json b/package.json index 03f9540..0b43ff1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/i18next-shopify", - "version": "0.2.8", + "version": "0.2.9", "description": "i18nFormat plugin to use Shopify's translation format with i18next", "main": "./dist/commonjs/index.js", "module": "dist/es/index.js",