From e23b4ae626a872f34fbc13d0a558c469d48211d7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 11 Apr 2024 14:43:07 +0000 Subject: [PATCH] Version Packages --- .changeset/brown-nails-think.md | 5 ----- .changeset/fast-brooms-deliver.md | 6 ------ .changeset/fifty-beds-invent.md | 7 ------- .changeset/five-scissors-speak.md | 5 ----- .changeset/slimy-donkeys-lick.md | 5 ----- .changeset/soft-oranges-eat.md | 16 ---------------- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ package.json | 2 +- 8 files changed, 31 insertions(+), 45 deletions(-) delete mode 100644 .changeset/brown-nails-think.md delete mode 100644 .changeset/fast-brooms-deliver.md delete mode 100644 .changeset/fifty-beds-invent.md delete mode 100644 .changeset/five-scissors-speak.md delete mode 100644 .changeset/slimy-donkeys-lick.md delete mode 100644 .changeset/soft-oranges-eat.md diff --git a/.changeset/brown-nails-think.md b/.changeset/brown-nails-think.md deleted file mode 100644 index 2ddd649..0000000 --- a/.changeset/brown-nails-think.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"astro-nanointl": patch ---- - -Updated `args` transformer with `@nanostores/i18n` dependencies removed diff --git a/.changeset/fast-brooms-deliver.md b/.changeset/fast-brooms-deliver.md deleted file mode 100644 index 6972051..0000000 --- a/.changeset/fast-brooms-deliver.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"astro-nanointl": patch ---- - -Added [Content Collection](https://docs.astro.build/en/guides/content-collections) custom translations schema. -See [Using third-party collection schemas](https://docs.astro.build/en/guides/content-collections/#using-third-party-collection-schemas) for more. diff --git a/.changeset/fifty-beds-invent.md b/.changeset/fifty-beds-invent.md deleted file mode 100644 index 1a25bd7..0000000 --- a/.changeset/fifty-beds-invent.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"astro-nanointl": major ---- - -Added new `useTranslations` function - -There is no backward compatibility because function API is changed. Refer to docs to learn more. diff --git a/.changeset/five-scissors-speak.md b/.changeset/five-scissors-speak.md deleted file mode 100644 index 4964b30..0000000 --- a/.changeset/five-scissors-speak.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"astro-nanointl": patch ---- - -Updated `count` transformer with `@nanostores/i18n` dependencies removed diff --git a/.changeset/slimy-donkeys-lick.md b/.changeset/slimy-donkeys-lick.md deleted file mode 100644 index 9a708ec..0000000 --- a/.changeset/slimy-donkeys-lick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"astro-nanointl": patch ---- - -Updated `params` transformer with `@nanostores/i18n` dependencies removed diff --git a/.changeset/soft-oranges-eat.md b/.changeset/soft-oranges-eat.md deleted file mode 100644 index f3068f4..0000000 --- a/.changeset/soft-oranges-eat.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -"astro-nanointl": major ---- - -Removed some overhead and updated to Astro `v4.0.0` - -There is no backward compatibility because of [new built-in Astro i18n API](https://docs.astro.build/en/guides/internationalization/). - -Deprecated features: - * Custom integration - * Literal types for locales - * Strict translations loading from file system - * Access to default locale - * Custom middleware - * `l` function - * Integration with [`nanostores`](https://github.com/nanostores/nanostores) and [`@nanostores/i18n`](https://github.com/nanostores/i18n) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6910116..49ce64d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,35 @@ # astro-nanointl +## 1.0.0 + +### Major Changes + +- 89bbcb7: Added new `useTranslations` function + + There is no backward compatibility because function API is changed. Refer to docs to learn more. + +- 3a570d3: Removed some overhead and updated to Astro `v4.0.0` + + There is no backward compatibility because of [new built-in Astro i18n API](https://docs.astro.build/en/guides/internationalization/). + + Deprecated features: + + - Custom integration + - Literal types for locales + - Strict translations loading from file system + - Access to default locale + - Custom middleware + - `l` function + - Integration with [`nanostores`](https://github.com/nanostores/nanostores) and [`@nanostores/i18n`](https://github.com/nanostores/i18n) + +### Patch Changes + +- fd66630: Updated `args` transformer with `@nanostores/i18n` dependencies removed +- 1a07cb4: Added [Content Collection](https://docs.astro.build/en/guides/content-collections) custom translations schema. + See [Using third-party collection schemas](https://docs.astro.build/en/guides/content-collections/#using-third-party-collection-schemas) for more. +- ca26e87: Updated `count` transformer with `@nanostores/i18n` dependencies removed +- 1187648: Updated `params` transformer with `@nanostores/i18n` dependencies removed + ## 0.0.7 ### Patch Changes diff --git a/package.json b/package.json index 8342150..da42b6c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "astro-nanointl", "type": "module", - "version": "0.0.7", + "version": "1.0.0", "description": "Tiny set of tools to implement internationalization for Astro", "author": { "name": "e3stpavel"