Skip to content

Commit

Permalink
chore(release): 1.0.0-beta.14 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-beta.14](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](ec72ff3)), closes [#64](#64)
* import localizeUrl in HeadHrefLangs from index for access to astro-i18next runtime config ([5e3b96c](5e3b96c)), closes [#65](#65)
* **trans component:** import utility functions from index ([eea0d5d](eea0d5d))

### Features

* **plugins:** set i18next plugins config for both server and client side setups ([5ddb1c7](5ddb1c7)), closes [#68](#68)
  • Loading branch information
semantic-release-bot committed Nov 27, 2022
1 parent eea0d5d commit 9dd333e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 9dd333e

Please sign in to comment.