Skip to content

Commit

Permalink
Version Packages (#50)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Jul 12, 2023
1 parent e1c501c commit 70c4dfa
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
13 changes: 0 additions & 13 deletions .changeset/long-schools-unite.md

This file was deleted.

14 changes: 14 additions & 0 deletions packages/vintl-nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/vintl-nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vintl/nuxt",
"version": "1.3.0",
"version": "1.4.0",
"description": "Nuxt Module for VIntl integration",
"keywords": [
"i18n",
Expand Down

0 comments on commit 70c4dfa

Please sign in to comment.