next-intl 2.0.3 → 2.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -9,7 +9,7 @@
9
9
 
10
10
  > A minimal, but complete solution for managing translations, date, time and number formatting in Next.js apps.
11
11
 
12
- ![Gzipped size](https://badgen.net/bundlephobia/minzip/next-intl) ![Tree shaking supported](https://badgen.net/bundlephobia/tree-shaking/next-intl) ![Build passing](https://img.shields.io/github/workflow/status/amannn/next-intl/main)
12
+ ![Gzipped size](https://badgen.net/bundlephobia/minzip/next-intl) ![Tree shaking supported](https://badgen.net/bundlephobia/tree-shaking/next-intl) [<img src="https://img.shields.io/npm/dw/next-intl.svg" />](https://www.npmjs.com/package/next-intl)
13
13
 
14
14
  This library complements the [internationalized routing](https://nextjs.org/docs/advanced-features/i18n-routing) capabilities of Next.js by managing translations and providing them to components.
15
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "next-intl",
3
- "version": "2.0.3",
3
+ "version": "2.1.1",
4
4
  "sideEffects": false,
5
5
  "author": "Jan Amann <jan@amann.me>",
6
6
  "description": "A minimal, but complete solution for managing translations, date and number formatting in Next.js apps.",
@@ -37,10 +37,10 @@
37
37
  "next.js"
38
38
  ],
39
39
  "dependencies": {
40
- "use-intl": "^2.0.3"
40
+ "use-intl": "^2.1.1"
41
41
  },
42
42
  "peerDependencies": {
43
- "next": "^10.0.0 || ^11.0.0",
43
+ "next": "^10.0.0 || ^11.0.0 || ^12.0.0",
44
44
  "react": "^16.8.0 || ^17.0.0"
45
45
  },
46
46
  "devDependencies": {
@@ -58,5 +58,5 @@
58
58
  "engines": {
59
59
  "node": ">=10"
60
60
  },
61
- "gitHead": "93250acb61436d3c52d389d7cae2836cd3bacbff"
61
+ "gitHead": "a16802171af11d02cfcca7c0c7a6b0b7195bc105"
62
62
  }