Skip to content

Commit 9106eae

Browse files
committed
release
1 parent 641f6e5 commit 9106eae

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 15.7.1
2+
3+
- Fix: \_EnableSelector type (for compatibility, enableSelector does not exist in TypeOptions) [1858](https://github.com/i18next/react-i18next/pull/1858)
4+
15
### 15.7.0
26

37
- add new selector API to improve TypeScript IDE performance [1852](https://github.com/i18next/react-i18next/pull/1852)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"html-parse-stringify": "^3.0.1"
6969
},
7070
"peerDependencies": {
71-
"i18next": ">= 23.2.3",
71+
"i18next": ">= 23.4.0",
7272
"react": ">= 16.8.0",
7373
"typescript": "^5"
7474
},

0 commit comments

Comments
 (0)