Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: i18next/i18next
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v23.7.4
Choose a base ref
...
head repository: i18next/i18next
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v23.7.5
Choose a head ref
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Nov 13, 2023

  1. update dep in example

    adrai committed Nov 13, 2023

    Verified

    This commit was signed with the committer’s verified signature.
    dtolnay David Tolnay
    Copy the full SHA
    ea136bf View commit details
  2. Verified

    This commit was signed with the committer’s verified signature.
    dtolnay David Tolnay
    Copy the full SHA
    6c99dae View commit details
  3. 23.7.5

    adrai committed Nov 13, 2023

    Verified

    This commit was signed with the committer’s verified signature.
    dtolnay David Tolnay
    Copy the full SHA
    2ac4d82 View commit details
Showing with 9 additions and 5 deletions.
  1. +4 −0 CHANGELOG.md
  2. +1 −1 examples/typescript/package.json
  3. +2 −2 package-lock.json
  4. +2 −2 package.json
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 23.7.5

- fix types export for TypeScript v4 in combination with react-i18next

## 23.7.4

- fix for TypeScript v4 in combination with react-i18next
2 changes: 1 addition & 1 deletion examples/typescript/package.json
Original file line number Diff line number Diff line change
@@ -11,6 +11,6 @@
"typescript": "4.9.3"
},
"dependencies": {
"i18next": "23.7.3"
"i18next": "23.7.4"
}
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "i18next",
"version": "23.7.4",
"version": "23.7.5",
"description": "i18next internationalization framework",
"main": "./dist/cjs/i18next.js",
"module": "./dist/esm/i18next.js",
"types": "./index.d.mts",
"types": "./index.v4.d.ts",
"typesVersions": {
"<5.0": {
"typescript/t.d.ts": [