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 Apr 30, 2024
1 parent 9a97712 commit 80745fa
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/tall-avocados-rule.md

This file was deleted.

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

## 0.4.0

### Minor Changes

- 9a97712: Reworks internals to use Astro Integration Kit 0.13, this is non breaking

## 0.3.3

### 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.3.3",
"version": "0.4.0",
"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 80745fa

Please sign in to comment.