Skip to content

Commit a6c5428

Browse files
Release v2.6.0 (#911)
**Added** - Implement MRRT [\#906](#906) ([aridibag](https://github.com/aridibag))
1 parent 72a0c44 commit a6c5428

35 files changed

+135
-128
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,3 +108,4 @@ test-results
108108

109109
cypress/screenshots
110110
cypress/videos
111+
.npmrc

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2.5.0
1+
v2.6.0

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [v2.6.0](https://github.com/auth0/auth0-react/tree/v2.6.0) (2025-10-06)
4+
[Full Changelog](https://github.com/auth0/auth0-react/compare/v2.5.0...v2.6.0)
5+
6+
**Added**
7+
- Implement MRRT [\#906](https://github.com/auth0/auth0-react/pull/906) ([aridibag](https://github.com/aridibag))
8+
39
## [v2.5.0](https://github.com/auth0/auth0-react/tree/v2.5.0) (2025-09-17)
410
[Full Changelog](https://github.com/auth0/auth0-react/compare/v2.4.0...v2.5.0)
511

docs/assets/main.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/classes/AuthenticationError.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/classes/GenericError.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/classes/MfaRequiredError.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/classes/MissingRefreshTokenError.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

docs/classes/OAuthError.html

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

docs/classes/PopupCancelledError.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)