next-intl 2.13.0 → 2.13.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 +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -9,13 +9,13 @@
9
9
  <br>
10
10
  </h1>
11
11
 
12
- > Internationalization for Next.js that gets out of your way.
12
+ > Internationalization (i18n) for Next.js that gets out of your way.
13
13
 
14
14
  ![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)
15
15
 
16
16
  <hr />
17
17
 
18
- 📣 [Support for Next.js 13 and the app directory is coming →](https://next-intl-docs.vercel.app/docs/next-13)
18
+ 📣 [Support for Server Components in Next.js 13 is coming →](https://next-intl-docs.vercel.app/docs/next-13)
19
19
 
20
20
  <hr />
21
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "next-intl",
3
- "version": "2.13.0",
3
+ "version": "2.13.1",
4
4
  "sideEffects": false,
5
5
  "author": "Jan Amann <jan@amann.work>",
6
6
  "description": "A minimal, but complete solution for internationalization in Next.js apps.",
@@ -57,7 +57,7 @@
57
57
  "dependencies": {
58
58
  "@formatjs/intl-localematcher": "0.2.32",
59
59
  "negotiator": "0.6.3",
60
- "use-intl": "^2.13.0"
60
+ "use-intl": "^2.13.1"
61
61
  },
62
62
  "peerDependencies": {
63
63
  "next": "^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0",
@@ -79,5 +79,5 @@
79
79
  "engines": {
80
80
  "node": ">=10"
81
81
  },
82
- "gitHead": "181096beace0826d3a513054a0f0ba74e7485dc3"
82
+ "gitHead": "88d290de4d0f584825c8910c8ed2f55a2a7ac806"
83
83
  }