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 10, 2023
1 parent 220a9cb commit eee372b
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
11 changes: 0 additions & 11 deletions .changeset/happy-birds-shop.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/orange-avocados-smash.md

This file was deleted.

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

## 1.6.0

### Minor Changes

- 81c23b0: Support for parsing error handling

`@vintl/nuxt` can now handle errors when parsing message files containing broken messages in a configurable manner.

You can configure how errors are handled using `onParseError` module option, which can either be a name of the built-in strategy, or a function that takes in context and optionally provides fallback message AST.

Check out documentation for more information.

### Patch Changes

- 2b5a59b: Unpin FormatJS dependencies

We proveviously had `@formatjs/intl` pinned because of the broken ESM migration, however this has been fixed for quite some time already, so the pinned version has been to changed to a range, which ensures that `@formatjs/intl` can be updated with latest bug fixes and improvements until the next major version.

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

0 comments on commit eee372b

Please sign in to comment.