next-intl 2.10.0 → 2.10.2

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 +3 -3
package/README.md CHANGED
@@ -13,7 +13,7 @@
13
13
 
14
14
  <hr />
15
15
 
16
- **🚀 New ✨**: `next-intl` is adding support for **Next.js 13** and the [`app` directory](https://beta.nextjs.org/docs/routing/fundamentals). A preview version with support for React Server Components is [now available](https://next-intl-git-docs-next-13-amann.vercel.app/docs/next-13) for early adopters.
16
+ **🚀 New ✨**: `next-intl` is adding support for **Next.js 13** and the [`app` directory](https://beta.nextjs.org/docs/routing/fundamentals). A preview version with support for React Server Components is [now available](https://next-intl-docs.vercel.app/docs/next-13) for early adopters.
17
17
 
18
18
  <hr />
19
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "next-intl",
3
- "version": "2.10.0",
3
+ "version": "2.10.2",
4
4
  "sideEffects": false,
5
5
  "author": "Jan Amann <jan@amann.me>",
6
6
  "description": "A minimal, but complete solution for internationalization in Next.js apps.",
@@ -56,7 +56,7 @@
56
56
  },
57
57
  "dependencies": {
58
58
  "accept-language-parser": "^1.5.0",
59
- "use-intl": "^2.9.2"
59
+ "use-intl": "^2.10.2"
60
60
  },
61
61
  "peerDependencies": {
62
62
  "next": "^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0",
@@ -76,5 +76,5 @@
76
76
  "engines": {
77
77
  "node": ">=10"
78
78
  },
79
- "gitHead": "cda1f5415724c973500f4b693f208ba1145baa43"
79
+ "gitHead": "19c68b27164f9085f2f91491a099aa1ba440a9bf"
80
80
  }