From 70c4dfab73fb6982edd919427f817425a67667bf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 Jul 2023 03:27:10 +0200 Subject: [PATCH] Version Packages (#50) Co-authored-by: github-actions[bot] --- .changeset/long-schools-unite.md | 13 ------------- packages/vintl-nuxt/CHANGELOG.md | 14 ++++++++++++++ packages/vintl-nuxt/package.json | 2 +- 3 files changed, 15 insertions(+), 14 deletions(-) delete mode 100644 .changeset/long-schools-unite.md diff --git a/.changeset/long-schools-unite.md b/.changeset/long-schools-unite.md deleted file mode 100644 index f1a1765..0000000 --- a/.changeset/long-schools-unite.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -'@vintl/nuxt': minor ---- - -Improve alternate links generation - -Generation of `alternate` `hreflang` links has been improved to properly use absolute URLs. - -Since there's no good way to know the URL of the site, there's now also `seo.baseURL` option which allows to set site's proper domain. - -`hostLanguageParam` option has been deperecated in favour of `seo.hostLanguageParameter`, which functions almost the same way, except it does not accept `null`. If you want to disable generation of such tags or handle them yourself, you can set `seo.enabled` to `false`. - -See [Configuration](https://vintl-nuxt.netlify.app/introduction/configuration#seooptions) documentation page for more details. diff --git a/packages/vintl-nuxt/CHANGELOG.md b/packages/vintl-nuxt/CHANGELOG.md index 779be55..9e54bc7 100644 --- a/packages/vintl-nuxt/CHANGELOG.md +++ b/packages/vintl-nuxt/CHANGELOG.md @@ -1,5 +1,19 @@ # @vintl/nuxt +## 1.4.0 + +### Minor Changes + +- e1c501c: Improve alternate links generation + + Generation of `alternate` `hreflang` links has been improved to properly use absolute URLs. + + Since there's no good way to know the URL of the site, there's now also `seo.baseURL` option which allows to set site's proper domain. + + `hostLanguageParam` option has been deperecated in favour of `seo.hostLanguageParameter`, which functions almost the same way, except it does not accept `null`. If you want to disable generation of such tags or handle them yourself, you can set `seo.enabled` to `false`. + + See [Configuration](https://vintl-nuxt.netlify.app/introduction/configuration#seooptions) documentation page for more details. + ## 1.3.0 ### Minor Changes diff --git a/packages/vintl-nuxt/package.json b/packages/vintl-nuxt/package.json index 31a2ca8..86703a4 100644 --- a/packages/vintl-nuxt/package.json +++ b/packages/vintl-nuxt/package.json @@ -1,6 +1,6 @@ { "name": "@vintl/nuxt", - "version": "1.3.0", + "version": "1.4.0", "description": "Nuxt Module for VIntl integration", "keywords": [ "i18n",