From 7201656f2aa92b197bf17a7981735c62fa9a5cd1 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 27 Nov 2022 16:34:58 +0000 Subject: [PATCH] chore(release): 1.0.0-beta.14 [skip ci] # [1.0.0-beta.14](https://github.com/yassinedoghri/astro-i18next/compare/v1.0.0-beta.13...v1.0.0-beta.14) (2022-11-27) ### Bug Fixes * expect locales folder to be in astro's publicDir config by default ([ec72ff3](https://github.com/yassinedoghri/astro-i18next/commit/ec72ff36150960f56df760b64aed49af00f10fe3)), closes [#64](https://github.com/yassinedoghri/astro-i18next/issues/64) * import localizeUrl in HeadHrefLangs from index for access to astro-i18next runtime config ([5e3b96c](https://github.com/yassinedoghri/astro-i18next/commit/5e3b96c4a38ce9c726663a74c7ebdc45e83113e2)), closes [#65](https://github.com/yassinedoghri/astro-i18next/issues/65) * **trans component:** import utility functions from index ([eea0d5d](https://github.com/yassinedoghri/astro-i18next/commit/eea0d5d9c65552739a41a425621ecd57fd07df22)) ### Features * **plugins:** set i18next plugins config for both server and client side setups ([5ddb1c7](https://github.com/yassinedoghri/astro-i18next/commit/5ddb1c779367148fb0e690cd6503cba32d2bee59)), closes [#68](https://github.com/yassinedoghri/astro-i18next/issues/68) --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27d1a4a..194577c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [1.0.0-beta.14](https://github.com/yassinedoghri/astro-i18next/compare/v1.0.0-beta.13...v1.0.0-beta.14) (2022-11-27) + + +### Bug Fixes + +* expect locales folder to be in astro's publicDir config by default ([ec72ff3](https://github.com/yassinedoghri/astro-i18next/commit/ec72ff36150960f56df760b64aed49af00f10fe3)), closes [#64](https://github.com/yassinedoghri/astro-i18next/issues/64) +* import localizeUrl in HeadHrefLangs from index for access to astro-i18next runtime config ([5e3b96c](https://github.com/yassinedoghri/astro-i18next/commit/5e3b96c4a38ce9c726663a74c7ebdc45e83113e2)), closes [#65](https://github.com/yassinedoghri/astro-i18next/issues/65) +* **trans component:** import utility functions from index ([eea0d5d](https://github.com/yassinedoghri/astro-i18next/commit/eea0d5d9c65552739a41a425621ecd57fd07df22)) + + +### Features + +* **plugins:** set i18next plugins config for both server and client side setups ([5ddb1c7](https://github.com/yassinedoghri/astro-i18next/commit/5ddb1c779367148fb0e690cd6503cba32d2bee59)), closes [#68](https://github.com/yassinedoghri/astro-i18next/issues/68) + # [1.0.0-beta.13](https://github.com/yassinedoghri/astro-i18next/compare/v1.0.0-beta.12...v1.0.0-beta.13) (2022-11-06) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index b8392f6..efca586 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "astro-i18next", - "version": "1.0.0-beta.13", + "version": "1.0.0-beta.14", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "astro-i18next", - "version": "1.0.0-beta.13", + "version": "1.0.0-beta.14", "license": "MIT", "dependencies": { "@proload/core": "^0.3.3", diff --git a/package.json b/package.json index f865fa2..d998dfd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "astro-i18next", - "version": "1.0.0-beta.13", + "version": "1.0.0-beta.14", "description": "An astro integration of i18next + some utility components to help you translate your astro websites!", "scripts": { "test": "vitest",