From 074e608c1f56eb8e28ec4197c27da162ff1fb096 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 10:48:56 -0400 Subject: [PATCH] Version Packages (#179) Co-authored-by: github-actions[bot] --- .changeset/five-trees-sell.md | 5 ----- .changeset/sixty-tomatoes-buy.md | 5 ----- CHANGELOG.md | 7 +++++++ package.json | 2 +- 4 files changed, 8 insertions(+), 11 deletions(-) delete mode 100644 .changeset/five-trees-sell.md delete mode 100644 .changeset/sixty-tomatoes-buy.md diff --git a/.changeset/five-trees-sell.md b/.changeset/five-trees-sell.md deleted file mode 100644 index 27622d7..0000000 --- a/.changeset/five-trees-sell.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/i18next-shopify': patch ---- - -Supports formatting of count and ordinal values as numbers diff --git a/.changeset/sixty-tomatoes-buy.md b/.changeset/sixty-tomatoes-buy.md deleted file mode 100644 index 37de0ec..0000000 --- a/.changeset/sixty-tomatoes-buy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@shopify/i18next-shopify': patch ---- - -Allows null and undefined key behaviour to match i18next diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ce3b6d..885dc5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelogg +## 0.2.5 + +### Patch Changes + +- f5326a4: Supports formatting of count and ordinal values as numbers +- 00a310d: Allows null and undefined key behaviour to match i18next + ## 0.2.4 ### Patch Changes diff --git a/package.json b/package.json index 09c63f9..2c1e0f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@shopify/i18next-shopify", - "version": "0.2.4", + "version": "0.2.5", "description": "i18nFormat plugin to use Shopify's translation format with i18next", "main": "./dist/commonjs/index.js", "module": "dist/es/index.js",