From 98ed114c3c280ccb490d5447d4a22ee234c30611 Mon Sep 17 00:00:00 2001 From: Florian Lefebvre Date: Thu, 18 Apr 2024 12:39:55 +0200 Subject: [PATCH] chore: update version --- .changeset/blue-camels-prove.md | 5 ----- .changeset/hip-pots-develop.md | 5 ----- package/CHANGELOG.md | 7 +++++++ package/package.json | 2 +- 4 files changed, 8 insertions(+), 11 deletions(-) delete mode 100644 .changeset/blue-camels-prove.md delete mode 100644 .changeset/hip-pots-develop.md diff --git a/.changeset/blue-camels-prove.md b/.changeset/blue-camels-prove.md deleted file mode 100644 index 083608f..0000000 --- a/.changeset/blue-camels-prove.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrolicious/i18n": patch ---- - -Fixes a case where having `trailingSlash: "true"` when using the sitemap would not register routes diff --git a/.changeset/hip-pots-develop.md b/.changeset/hip-pots-develop.md deleted file mode 100644 index 6c48036..0000000 --- a/.changeset/hip-pots-develop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@astrolicious/i18n": patch ---- - -Allows dynamic routes not to always have an equivalent in another locale when using the sitemap diff --git a/package/CHANGELOG.md b/package/CHANGELOG.md index 6d910d9..46b9383 100644 --- a/package/CHANGELOG.md +++ b/package/CHANGELOG.md @@ -1,5 +1,12 @@ # @astrolicious/i18n +## 0.3.3 + +### Patch Changes + +- 551d663: Fixes a case where having `trailingSlash: "true"` when using the sitemap would not register routes +- 7ba135e: Allows dynamic routes not to always have an equivalent in another locale when using the sitemap + ## 0.3.2 ### Patch Changes diff --git a/package/package.json b/package/package.json index 91d661e..82f8032 100644 --- a/package/package.json +++ b/package/package.json @@ -1,6 +1,6 @@ { "name": "@astrolicious/i18n", - "version": "0.3.2", + "version": "0.3.3", "description": "Yet another i18n integration for Astro with server and client utilities, type safety and translations built-in.", "author": { "email": "contact@florian-lefebvre.dev",