Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and brawaru committed Jul 1, 2024
1 parent 5ec3922 commit e5f4c60
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/calm-jokes-visit.md

This file was deleted.

15 changes: 0 additions & 15 deletions .changeset/mean-panthers-compete.md

This file was deleted.

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

## 1.9.0

### Minor Changes

- efdcdb9: Replaced Zod validation with a much simpler normalization and assertion 🚀

This brings a huge TypeScript performance boost for both maintainers and users of the module.

Developers using the module will also be happy to discover that each option is now documented (they always were, but documentation was erased from Zod inferred types by TypeScript) and each type used in options can be exported if you need to programatically extend the options.

Better yet? Common mistakes are still checked and pretty printed!

See the full explanation for decision to switch from Zod in the commit message.

🐞 If you stumble upon a bug caused by this switch, please [report them on issue tracker](https://github.com/vintl-dev/nuxt/issues).

### Patch Changes

- 9e42c63: Fixed a typo in message about message that cannot be parsed

## 1.8.1

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

0 comments on commit e5f4c60

Please sign in to comment.