Skip to content

Commit

Permalink
Merge pull request #6 from e3stpavel/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
e3stpavel authored Jul 7, 2023
2 parents 1b86ffc + 3b13344 commit 473fc0a
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 21 deletions.
7 changes: 0 additions & 7 deletions .changeset/sharp-months-brake.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/three-meals-join.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-keys-eat.md

This file was deleted.

14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# astro-nanointl

## 0.0.5

### Patch Changes

- 9d594d0: :sparkles: Added aliases for `useLocale` and `useLocales` composables.

Now you can call `createTranslation` or `useTranslation` instead of `useLocale` as well as call `useTranslations` instead of `useLocales`. This might be useful for you to write more comprehensive and self-documenting code.

- 1979955: :sparkles: Added YAML support.

Now you can load not only `.json` translation files, but also `.yaml` and `.yml`.

- ab65f5e: :package: Rearranged dependencies

## 0.0.4

### Patch Changes
Expand Down
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "astro-nanointl",
"type": "module",
"version": "0.0.4",
"version": "0.0.5",
"description": "Tiny set of tools to implement internationalization for Astro",
"author": {
"name": "e3stpavel"
Expand All @@ -22,7 +22,13 @@
"astro",
"withastro",
"astro-component",
"astro-integration"
"astro-integration",
"nano",
"nanostores",
"seo",
"accessibility",
"i18n",
"internationalization"
],
"exports": {
".": {
Expand Down

0 comments on commit 473fc0a

Please sign in to comment.