From c428c9a3c22ba6379760e14ee671522759a9b296 Mon Sep 17 00:00:00 2001 From: Florian Lefebvre Date: Thu, 5 Sep 2024 14:51:25 +0200 Subject: [PATCH] chore: update version --- .changeset/grumpy-sloths-shout.md | 5 ----- package/CHANGELOG.md | 6 ++++++ package/package.json | 7 +++++-- 3 files changed, 11 insertions(+), 7 deletions(-) delete mode 100644 .changeset/grumpy-sloths-shout.md diff --git a/.changeset/grumpy-sloths-shout.md b/.changeset/grumpy-sloths-shout.md deleted file mode 100644 index 7b8dc41..0000000 --- a/.changeset/grumpy-sloths-shout.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrolicious/i18n": patch ---- - -Fixes an issue where locales would not be properly loaded depending on Astro `trailingSlash` value diff --git a/package/CHANGELOG.md b/package/CHANGELOG.md index 70876db..c529259 100644 --- a/package/CHANGELOG.md +++ b/package/CHANGELOG.md @@ -1,5 +1,11 @@ # @astrolicious/i18n +## 0.5.1 + +### Patch Changes + +- b81d4ed: Fixes an issue where locales would not be properly loaded depending on Astro `trailingSlash` value + ## 0.5.0 ### Minor Changes diff --git a/package/package.json b/package/package.json index 250b70d..97ec110 100644 --- a/package/package.json +++ b/package/package.json @@ -1,6 +1,6 @@ { "name": "@astrolicious/i18n", - "version": "0.5.0", + "version": "0.5.1", "description": "Yet another i18n integration for Astro with server and client utilities, type safety and translations built-in.", "author": { "email": "contact@florian-lefebvre.dev", @@ -38,7 +38,10 @@ "./components/I18nClient.astro": "./assets/components/I18nClient.astro", "./components/I18nHead.astro": "./assets/components/I18nHead.astro" }, - "files": ["dist", "assets"], + "files": [ + "dist", + "assets" + ], "scripts": { "dev": "tsup --watch", "build": "tsup"