Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 30, 2023
1 parent 6479891 commit 2007377
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 22 deletions.
21 changes: 0 additions & 21 deletions .changeset/wet-terms-deny.md

This file was deleted.

22 changes: 22 additions & 0 deletions packages/vintl-nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @vintl/nuxt

## 1.7.1

### Patch Changes

- 6479891: VIntl updated to the latest version

Latest version of VIntl fixes missing type declarations for global properties, like `$t`, `$fmt` and `$i18n`.

We might add automatic handling for disabling of `controllerOpts.globalMixin` in the future releases. You can follow the status update in [#74](https://github.com/vintl-dev/nuxt/issues/74).

For now, if you disable global mixin, use the below augmentation to disable these unusable properties:

```ts
declare global {
namespace VueIntlController {
interface Options {
globalMixin: false
}
}
}
```

## 1.7.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.7.0",
"version": "1.7.1",
"description": "Nuxt Module for VIntl integration",
"keywords": [
"i18n",
Expand Down

0 comments on commit 2007377

Please sign in to comment.