We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2590b2f commit 333d557Copy full SHA for 333d557
.changeset/chatty-baboons-argue.md
packages/vintl-nuxt/CHANGELOG.md
@@ -1,5 +1,15 @@
1
# @vintl/nuxt
2
3
+## 1.2.2
4
+
5
+### Patch Changes
6
7
+- 2590b2f: Downgrade and pin versions of FormatJS packages
8
9
+ Newest versions of FormatJS packages contain exports map that result in illegal ESM as CJS imports. This downgrades them
10
11
+ For more details see the issue at https://github.com/formatjs/formatjs/issues/4126.
12
13
## 1.2.1
14
15
### Patch Changes
packages/vintl-nuxt/package.json
@@ -1,6 +1,6 @@
{
"name": "@vintl/nuxt",
- "version": "1.2.1",
+ "version": "1.2.2",
"description": "Nuxt Module for VIntl integration",
"keywords": [
"i18n",
0 commit comments