Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-lefebvre committed May 1, 2024
1 parent 2f00eb3 commit 515e1c9
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 22 deletions.
5 changes: 0 additions & 5 deletions .changeset/breezy-games-attack.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cyan-ghosts-decide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fast-dolphins-fry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-eyes-roll.md

This file was deleted.

9 changes: 9 additions & 0 deletions package/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @astrolicious/i18n

## 0.4.2

### Patch Changes

- 2f00eb3: Fixes a case where non pages were included in the sitemap
- 2f00eb3: Fixes trailing slash handling in sitemap
- 2f00eb3: Fixes duplicated urls with complex routes
- 2f00eb3: Fixes a case where invalid dynamic params would cause wrong alternates to be generated

## 0.4.1

### Patch Changes
Expand Down
7 changes: 5 additions & 2 deletions package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@astrolicious/i18n",
"version": "0.4.1",
"version": "0.4.2",
"description": "Yet another i18n integration for Astro with server and client utilities, type safety and translations built-in.",
"author": {
"email": "contact@florian-lefebvre.dev",
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 515e1c9

Please sign in to comment.