From 6fd78001ae3125d1c4e064d457eb90a28b9c21b9 Mon Sep 17 00:00:00 2001 From: "shopify-github-actions-access[bot]" <109624739+shopify-github-actions-access[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 17:46:15 -0400 Subject: [PATCH] Version Packages (#186) Co-authored-by: github-actions[bot] --- .changeset/breezy-pugs-provide.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/breezy-pugs-provide.md diff --git a/.changeset/breezy-pugs-provide.md b/.changeset/breezy-pugs-provide.md deleted file mode 100644 index a155c52..0000000 --- a/.changeset/breezy-pugs-provide.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/i18next-shopify': patch ---- - -Only format count/ordinal as number if they are one diff --git a/CHANGELOG.md b/CHANGELOG.md index 5308283..180f1a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelogg +## 0.2.7 + +### Patch Changes + +- 197a10a: Only format count/ordinal as number if they are one + ## 0.2.6 ### Patch Changes diff --git a/package.json b/package.json index b28a171..9e0fd3c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/i18next-shopify", - "version": "0.2.6", + "version": "0.2.7", "description": "i18nFormat plugin to use Shopify's translation format with i18next", "main": "./dist/commonjs/index.js", "module": "dist/es/index.js",