Skip to content

Commit 53b7a04

Browse files
committed
release
1 parent efa1a63 commit 53b7a04

File tree

5 files changed

+1843
-1711
lines changed

5 files changed

+1843
-1711
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 13.1.5
2+
3+
- [#2089](https://github.com/i18next/next-i18next/pull/2089), more stable impelementation of "feat(server-side): custom default config path [#2084](https://github.com/i18next/next-i18next/pull/2084)"
4+
15
## 13.1.4
26

37
- revert #2084

examples/simple/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
"dependencies": {
1515
"i18next": "22.4.9",
1616
"next": "^13.1.6",
17-
"next-i18next": "^13.1.4",
17+
"next-i18next": "^13.1.5",
1818
"react": "^18.2.0",
19-
"react-i18next": "^12.1.4",
19+
"react-i18next": "^12.1.5",
2020
"react-dom": "^18.2.0"
2121
},
2222
"devDependencies": {
23-
"@types/node": "^18.11.18",
23+
"@types/node": "^18.13.0",
2424
"@types/react": "^18.0.27",
2525
"@types/react-dom": "^18.0.10",
2626
"eslint-config-next": "^13.1.6",

examples/ssg/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
"dependencies": {
1919
"i18next": "22.4.9",
2020
"next": "13.1.6",
21-
"next-i18next": "13.1.4",
21+
"next-i18next": "13.1.5",
2222
"next-language-detector": "^1.0.2",
2323
"react": "^18.2.0",
24-
"react-i18next": "^12.1.4",
24+
"react-i18next": "^12.1.5",
2525
"react-dom": "^18.2.0"
2626
},
2727
"devDependencies": {

0 commit comments

Comments
 (0)